-
Re: Change Enterprise Edition to free Edition
Hi @manuelberbig , You can remove the current license.json file from DATADIR/config/ directory restart DSS it will prompt you, and you can then sign-up to get a community license. Note that features/…1 · -
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 ·
