-
Re: Is there a way to tell dataiku to use TRUNCATE TABLE instead of DROP TABLE for snowflake datasets?
You get around the drop issue by creating views on top (which you will need to automate) and granting the views which Dataiku will not drop.1 · -
Re: Auditing projects by tags and statuses
You are welcome. I fixed the creationTag issue with an If. It happens for very old projects that don't have the creationTag and it looks like Dataiku did not bother to at least create the tag wh…1 · -
Re: Auditing projects by tags and statuses
This should do: import datetimeimport dataikuimport pandas as pd, numpy as npfrom dataiku import pandasutils as pduclient = dataiku.api_client()project_keys = client.list_project_keys()df_project_dat…1 · -
Re: Using Global Tag Categories
Hi @gskoff please raise a new thread if ask a new question.1 · -
Re: Pulling data to excel via dataiku API
Hi, the following posts should help you do what you want: https://community.dataiku.com/t5/Plugins-Extending-Dataiku/How-to-write-an-excel-file-in-a-folder-with-python-where-folder/m-p/19848#M1225 ht…1 ·