-
Re: How to know which data are used in a flow
In v12 there isn't much you can do. But v13 has a new Column-level Data Lineage so another good reason to upgrade: https://doc.dataiku.com/dss/latest/data-catalog/data-lineage/index.html1 · -
Re: Seeking Optimization Tips for DSS Flow and Spark Configuration
You have given us your requirement (to reduce the flow execution from 20mins to 5mins) but you haven’t given us any additional information to go about. Please post a picture of your flow, give detail…1 · -
Re: jupyter-run data directory
https://community.dataiku.com/discussion/comment/45475#Comment_45475 They can't. Only admins can. In v13.3.0 there is a new API to clear Jupyter outputs, likely the most common cause of huge not…1 · -
Re: How do I send an email to the user based on a condition on count of records in a dataset?
Personally I think it’s more elegant without using Python. You can however use Python too. You will need to define a scenario variable to be able to use the value in other scenario steps. This code s…1 · -
Re: Identifying the Node Type in a DSS Notebook using Python
You can use this: import dataiku client = dataiku.api_client() client.get_instance_info().node_type Will return either DESIGN or AUTOMATION You could also do this with an instance level global variab…1 ·