Hi, how can I reference the trigger name in a step condition of a scenario. In my situation I want to run step 1 only if the scenario has not been triggered manually, that means triggerName != 'Manual…
Do we have any update for the above discussed feature. we have the same use case and trying to check the manual / auto trigger scenarios. Appreciate your help.
While turning a flow of SQL script recipes into an application-as-recipe we encountered some difficulties making it generalisable for new input SQL tables that have a different connection/schema/table…
Dear community, I have just started using Dataiku and creating a couple of data models. I have used the automation scenario with simple by default settings offered by Dataiku. But now I would like to …
Hi, I use an api to get new data every day. I would like to stack those data on a unique dataset. I have made this flow, but I can't build it recursively as it is a cycle and will produce stack overfl…
Hello everyone, I have a serious trouble when i want to process my data from one table in bigquery to another via the execution of a sql script. See the error below. (This step writen in sql is a proc…
I am trying to create a scenario that is triggered by an external change to a dataset. Specifically, I have dataset created from a Redshift table. And I have a recipe that processes this dataset. I wa…
I already posted this question earlier , but perhaps it wasn't clear, so I'll try to be more precise here. Custom python trigger code uses t.fire() to trigger the scenario when the condition is met. W…
Hi, I'm asking about how DSS monitors issues during datasets processing. I see two kinds of potential issues: * Volume : Inconsistant number of records in a dataset (eg : I expected at least 1k record…
I am trying to export Jupyter Notebook and want to send it to email using DataIku Scenarios by adding Step “Send Message” using outlook mail client. Within Jupyter Notebook, I have a code that hides a…
Hello, I've found in the documentation that I can execute scenario with parameters (https://doc.dataiku.com/dss/latest/python-api/rest-api-client/scenarios.html) doing something like scenario.run({'x'…