-
Re: Create a `SQL script` using the public API
Have you tried to refresh your browser? Your browser might not be notified that the Flow has been updated.1 · -
Re: Create a `SQL script` using the public API
There is no specific API to create an SQL Script recipe, but you can use the generic SingleOutputRecipeCreator to do it. Here is an example to create such a recipe: from dataikuapi.dss.recipe import …1 · -
Re: Clear Notebook Output before checking into Version Control
This feature has been implemented in DSS 11.3.0. All notebooks created since DSS 11.3.0 are stored using 2 files. One with output cells (in a local directory) and one without output cells (in the con…1 · -
Re: Export data to password-protected xls
This feature is available natively in DSS starting with release 13.2.03 · -
Re: Improve options for / consistency of handling Snowflake date/time types in DSS
Hi ! We feel your pain and are currently investigating adding a new data type in DSS to support "Dates without time" values (aka DATE type in Snowflake). Will keep you posted, Arnaud1 ·