-
Re: How to parse filename for file based datasets/partitions
Hi @aw30 In order to do this, I would suggest the following: - From your partitioned dataset create a prepare recipe, the output dataset should NOT be partitioned. - In your prepare recipe script, ad…1 · -
Re: Project Bundle Questions
Hi @rmoore Indeed there's a way. The bundle you create will do so using the project settings. Therefore, before you create it, modify the settings of the project. Depending on whether you use Python …2 · -
Re: Remap connection to a locally-stored dataset
Hi @RicSpd Thanks for your question. If I understand correctly, you have uploaded large files into your design instance and now want to reuse them in automation, but without having to bundle them for…1 · -
Re: insidesherpa questions
Hi @hzhan103 The information here is really quite limited, but if I had to guess, the schema of your output dataset and the one generated by the recipe no longer match so the insert fails. It would a…1 · -
Re: Create a file in sftp
Hi @Mingo You need to declare your output folder as well like this out_folder = dataiku.Folder("some_sftp_folder") Then you can generate the csv of your dataframe and upload it to the folde…1 ·