-
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 · -
Re: Run python Recipe with Scenario
Create a scenario and add a build step with the output dataset on it. Set a scenario trigger with your desired schedule.1 ·