-
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 · -
Re: Computation engine
It's impossible to know the answer to your question without more details of what you are trying to do, what does the prepare recipe do, what engines do you have available, where will the data co…1 · -
Re: Data transfer
There is no built-in support but you can have a Shell recipe which is basically able to execute any OS command you have in your machine or even a Python recipe with can also execute OS programs via P…1 ·