Various code samples for using DSS
(DSS >= 8.0.3)
- Register in Project Lib Git
- No need to specify remote DSS params
- Profit
- Clone repository, tarzip it
- Create virtualenv with dss requirements and tarzipped archive
- Profit ...?
You can reuse them as they are, customize them for your own needs, and even package them into plugins.
Create a dedicated virtual environment and install the following packages:
dataiku-internal-client: follow the instructions in the DSS docdataikuapi:$ pip install dataiku-api-clientpandas:$ pip install "pandas>=1.0,<1.1"
dss-code-samples
|_admin
|_applications
|_datasets
|_formulas
|_metrics_and_checks
|_machine_learning
|_partitioning
|_scenarios
|_statistics
|_webapps