-
Re: How to find a folder id?
Hi, In the Python code, you should have something like this: dataiku.Folder("izSREvYl") izSREvYl is the id of the managed folder. This is automatically inserted when you create a python rec…1 · -
Re: How to access project/global variables from Scenario Reporter custom script
Hi Tomas, Indeed, I was not able to import the dataiku module in the Python editor of the "create custom variables" modal. However, you should be able to use your custom variables just writ…1 · -
Re: GoogleSheet addin error when sheet name ends with number
Hi @KT , Thank you for submitting this issue. I confirm the bug and opened an issue that you can follow on the repo of the plugin. For now, the easiest workaround is to rename the sheet. Please note …1 · -
Re: http dataset from a rest api with basic or OAuth L2 authentication
Hi, The easiest option is probably to use a Python recipe to fetch the data (using the library requests for example) and write it in an output dataset. (note: a Python recipe does not necessary need …1 · -
Re: Automatically create predefined flows with a plugin ?
Hi, Yes, you can create a custom macro (in a plugin) that will create several recipes and datasets. Also, since Dataiku DSS 7.0, you also have Project creation macros. Alternatively, you could manual…2 ·