-
Re: Sync-recipe to Snowflake
If you need to maintain an historical dataset I will strongly advise you NOT to use append mode. While append mode does work in some instances it is not safe to use. Any schema changes or differences…1 · -
Re: "IF contains" on file path
In Java the \ is a special character so you have to escape it.1 · -
Re: Set up warning for failure in the scenario
To send data as part of your scenario look at scenario reports: https://knowledge.dataiku.com/latest/mlops-o16n/automation/tutorial-reporters.html To generate an email notification for the percentage…1 · -
Re: Hide API Keys in Project Library Editor
So this is an area that I think Dataiku needs to improve. The built-in way to hide these secrets is using User Secrets. The issue with user secrets in Dataiku is that they can't be shared. This …1 · -
Re: Pass specific warehouse on visual recipes
You don’t need Python, you can do it with just variables: https://doc.dataiku.com/dss/latest/connecting/sql/snowflake.html#switching-role-and-warehouse1 ·