-
Re: How to set a project variables with Python
Hi @me2, Try converting the date to a string like this: new_date.strftime("%Y-%m-%d"). As a side note, I typically include single quotes in the variable definition, like this {"start_d…1 · -
Re: Improve options for / consistency of handling Snowflake date/time types in DSS
Thanks @apichery - that's great to hear. Date handling has been a real pain point for us since we moved to Snowflake (previously used Netezza and for whatever reason dates weren't much of a problem).…1 · -
Re: Checks with custom error/warning messages
I agree. If the message can say checks have failed, it should be able to say what checks in which datasets have failed. That would be a lot more helpful.1 · -
Re: Variable inputs for application
Yeah that is the purpose of app-as-recipe so totally a reasonable thing to do. There are other options though. The most obvious is to create a recipe plugin that does the same thing as the app-as-rec…1 · -
Re: Recipe to create multiple datasets from a single dataset
I thought I'd chime in here as I have some experience with this type of problem... I think the ideas outlined by @Turribeach are your choices. I have tried all three approaches and can comment from t…2 ·
