-
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 · -
Re: Encountering a problem, trying to create a new branch
Next time before deleting a code env do check the usages so you can prevent this situation but in reality Dataiku should be warning users of this really. Finally not sure why you want to do some bran…1 · -
Re: Encountering a problem, trying to create a new branch
Create the code env again, then go to the Code Env, Usages and click on Compute Usage:1 · -
Re: Dataiku CSV output saves all data in one column
Even though Dataiku claims to be writting the dataset output in CSV format it is not. Dataiku datasets use a file format based on Tab Separated Values (TSV) without column headers and it's gzipp…1 ·