How to find a folder id?

Options
UserBird
UserBird Dataiker, Alpha Tester Posts: 535 Dataiker

Hi,

I can't figure out what folder id should go in the Python code for the Bike Sharing tutorial. Help!

Answers

  • jereze
    jereze Alpha Tester, Dataiker Alumni Posts: 190 ✭✭✭✭✭✭✭✭
    edited July 17
    Options

    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.

Setup Info
    Tags
      Help me…