diff --git a/README.md b/README.md index 6156403..a1944b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SQL code extractor +# SQL Code Extractor ## Overview * One of the strengths of DSS is its ability to run visual recipes using compute infrastructures (SQL databases, Hadoop clusters, etc). See: https://www.dataiku.com/learn/guide/getting-started/dss-concepts/where-does-it-all-happen.html diff --git a/code-env/python/desc.json b/code-env/python/desc.json new file mode 100644 index 0000000..d837c58 --- /dev/null +++ b/code-env/python/desc.json @@ -0,0 +1,6 @@ +{ + "acceptedPythonInterpreters": [PYTHON27], + "forceConda": false, + "installCorePackages": true, + "installJupyterSupport": false +} \ No newline at end of file diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt new file mode 100644 index 0000000..e69de29