Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on August 21, 2018 6:17PM
Likes: 0
Replies: 1
Hi,
I can't figure out what folder id should go in the Python code for the Bike Sharing tutorial. Help!
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 recipe with an the managed folder as in input/output. Note that you can use the folder id or the folder name, and both are available in the recipe in the left panel of the recipe (inputs/outputs). Or, you can find the ID in the URL when you open the folder (https://myinstance/projects/PROJECT/managedfolder/izSREvYl/view/).
If you copy/paste code from a tutorial, make sure you update the ID.