-
Generating a Dropdown in a Dataiku App Using the Python Do Function
Sometimes you want to dynamically generate a custom dropdown in your application. It could be using the values from a dataset column or using the six last month's values from today. You can actually do this using the "edit project variable" tile of a Dataiku application. Click on "Use custom UI" below the input for…
-
Want to Control the Execution of Scenario Steps With Conditional Logic? Here’s How!
Scheduled File Downloading and Processing I have a Dataiku scenario with multiple steps. One of these steps includes downloading some files from a third-party website. In some instances, there won't be any files downloaded. As a result, the next step fails as there are no files to process. In this case, how can I configure…
-
Want to Stop Rebuilding "Expensive" Parts of your Flow? Explicit Builds are the Answer
Use Explicit Recursive Builds to Control Breakpoints Dataiku’s scenarios are useful for automatically refreshing pipelines since some rebuild options take care of updating any upstream objects that are critical dependencies for downstream analyses. That said, I don’t always want to (or need to) rebuild absolutely…