-
Re: About get_writer
Hi @gnaldi62 , You can actually leverage partitioning to proceed with the split of the big original file. The input of the Sync recipe, used with the "redispatch partitioning" mode enabled,…1 · -
Re: How to setup mail recipients using variables with list of email addresses in a Dataset
Hi @thianjin , It seems that you're sending a Dataframe to a variable which expects a string. If the list of recipients read from your dataset is exhaustive, and you don't need to preserve the list o…1 · -
Re: Change the structure of a file / Changer la structure d'un fichier
Hi @DaitakuNapoleon , The "Fold columns" processor, which converts columns into lines, is what you're looking for. The "Fold multiple columns" allows you to specify a list of colu…1 · -
How to programmatically set email recipients in a "Send email" reporter using the API?
The Dataiku DSS API allows the users to programmatically interact with the product. It can be very useful when having to apply some operations that would be quite repetitive to achieve through the UI…1 · -
Re: How to update a global variable in Scenario
Hi @zhlj , I'm happy to hear you managed to solve your issue Just for information, dataiku.get_custom_variables()['projectKey'] should also work. It retrieves the current project key when used from w…2 ·