-
Re: Deleting oldest entries in dataset with "append instead of overwrite"
Hi @tgb417 , The tail was a quick example with the assumption that the logic on the rows to keep would-be customized, and the dataset would be sorted with ( sort_values()) Another example, if you wan…1 · -
Re: column color by value
Hi, This is not possible in the Explore view. You can submit an Idea : https://community.dataiku.com/t5/Product-Ideas/idb-p/Product_Ideas1 · -
Re: dataiku failed to load data from snowflake(large dataset)
Hi, The error means the Snowflake JDBC never received a response from Snowflake. Typically this points to a network issue. Is the issue transient? We recommend that you contact Snowflake support to p…1 · -
Re: Deleting oldest entries in dataset with "append instead of overwrite"
Hi @deguodedongxi , You should be able to use a Python recipe with a dummy output, and you need to use ignore_flow=True when defining the dataset for writing # -*- coding: utf-8 -*-import dataikuimpo…2 · -
Re: Jupyter Notebook runs, but code recipe fails
@ErikaScholtz , Name or Service unknown may suggest a DNS issue wherever this recipe is running. Is both your Notebook and Recipe running locally or containerized? Are they using the same code env. P…1 ·
