-
Regarding, Dataiku Scenario, How to control the Scenario steps using variable?
Hi everyone, I have designed my dataset where it will always have single value either 'true' or 'false'. In my Dataiku scenario. I want to control the flow based on this output. If Dataset contains 'true' then , next step (building datasets in the project) should proceed and email notification need to be triggered if…
-
Adhoc Scenario/Flowzone execution on file change
Hi, I have below execution situation to be replicated from Alteryx. Not sure how dataiku can support this. Kindly share if there is any guidance. Current Way of Working with Alteryx Users have been provided access to Alteryx workflow via Gallery. Users can see only workflow that they have access to. Users are not technical…
-
Can a project variable be used as a scenario variable?
Hi, I have a SQL query that when it returns no data, I need to be able to change the email content of my scenario reporter. I am currently setting a project variable and have a couple questions: 1. Can I use the project variable to conditional change which email reporter to use? 2. If no to #1, what is the best way…
-
How to run integration tests on flows with Python recipes
I've recently started to use the "Run integration test" scenario step for testing. It's definitely some work to create the test reference datasets but it once set up it's great to be able to run this test after later code changes to confirm the process works as expected. Our flows typically mostly use SQL script recipes.…
-
How to use "Execute Python unit test" scenario step
A new scenario step was added in a recent DSS version which is to execute a Python unit test. I'd like to start using this. However, the documentation is pretty brief: "this step executes one or more Python pytest tests from a project’s Libraries folder using a Pytest selector". Anyone have more details on or an example of…
-
Embedding a link to download a dataset in scenario email report?
Hi, Our workflows take a user-defined data payload and create N datasets. Is it possible to add a hyperlink with the dataset name as the text and the link being the URL to download the dataset as a CSV file? thx Operating system used: Windows 10
-
Enable/disable scenario step
Hi, While debugging a scenario you may disable some prior steps in order to avoid some long SQL query. If you disable the previous steps, it removes the conditions set too. Could you disable this behavior ? Greetings, Steven
-
How to access specific check results in a scenario
I have a simple dataset containing 1 row and about 20 columns. Each column represents a Boolean value of whether or not a particular threshold has been breached. If the result is true for any of the 20 columns, then a message is sent to a designated MS Teams Channel that a breach has occurred. I would like to supplement…
-
Retrain the Partition Model
Hi, Initially i have trained the model for partition dataset and deployed the partitioned model (Partitioned on CITY column) . with model Id = 'XYZ' The requirement is to re train the partitioned model for all the partitions (The Number of partitions changes every time the dataset is reloaded) and activate the latest…
-
Display user id on Scenario Last Runs screen
I am surprised this is missing from the GUI but what really surprises me more is that it's not even shown in the logs.The fact that one needs to query the API to get this data should be a good indication that both logging and GUI need to have an overhaul. I have posted a Product Idea feel free to vote for it. It also asks…