-
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 · -
Re: How to delete files in Managed Folders if Python process is running remotely?
You can use the delete_path() method: output_folder.delete_path('/Test3_400036.xlsx'ï¼ https://developer.dataiku.com/latest/api-reference/python/managed-folders.html#dataiku.Folder.delete_…1 ·