-
Re: Getting DSS to recognize early Termination Python Code recipe. Do I use sys.exit() ?
Hi, Running sys.exit() means actually sys.exit(0), aka "terminate the current process and return the code 0" Return code 0 means "normal completion". From the point of view of the…1 · -
Re: Entering key/secret from outside DSS
Hi, At the moment, only administrators can edit secrets (there is no API to edit your own secrets). Here is how you would use it:2 · -
Re: Scenarios to Run Code Recipe that appends to data set.
The table will be overriden even if "Append" is enabled if the schema output by the Python recipe does not match the table. We plan to add options so that it would fail instead of overwriti…1 · -
Re: New line Delimiter for Concatenation in Prepare Recipe
Hi, I am from Dataiku indeed We'll be taking good note of your feature request and we'll be adding it to our development backlog. To filter out nulls, you must: * Start by building the array (using […3 · -
Re: Jupyter Notebook and python logging in DSS
Hi, Both storing in a dataset or in a managed folder make sense. If these are indeed logs (meaning stuff that is useful to understand what happened, but not required as long as everything is working …1 ·
