-
Re: How Can I Make the Highlights Menu Appear in Dataiku DSS 14?
This is very clunky. The zoom causes the promoted content to be redrawn under Highlights. But it's not just based on zoom levels but screen resolution and your browser's screen size. It rea…1 · -
Re: What does (NP) mean?
Non-partitioned (dataset).1 · -
Re: why I can't overwritte a table from dataiku
While Dataiku can do ETL work it's not an ETL tool. Therefore some familiar concepts from ETL tools don't apply in Dataiku. In general you should not write back to input tables, Dataiku wor…1 · -
Re: How to close an API connection and start a new one?
We you are using the dataikuapi each DSSClient object is independent. So just make sure you using a different client object and you will be fine: client = dataikuapi.DSSClient(https://"some_host…1 · -
Re: Code Envs - What is the difference between AUTOMATION_SINGLE and AUTOMATION_VERSIONED?
AUTOMATION_SINGLE is a code environment that has been manually created in the Automation node. AUTOMATION_VERSIONED is a code environment that has been added as part of a bundle deployment.1 ·