Where do I find the API_KEY

Erlebacher
Erlebacher Registered Posts: 82 ✭✭

I am trying to hook up Visual Code and Dataiku on my laptop. For this I need the "secret" API KEY. Where do I find it? Is it the long (many digits) API Key given to me when I got my free trial of Dataiku Enterprise? If not, then what? Thanks.

Answers

  • tgb417
    tgb417 Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 1,598 Neuron

    @Erlebacher
    ,

    You may find this thread helpful.

    https://community.dataiku.com/t5/Setup-Configuration/Visual-studio-integration-to-DSS/m-p/5713

    Note: To create an API key you need to be on a paid version of Dataiku DSS. One of the limits to the Free version of DSS is that you can not create your own DSS API key. You may be able to create the key when you are using your free Enterprise Trial licence.

    This is API key is not the same as the license key you received when you initially installed DSS on your computer.

    Hope this helps.

  • Erlebacher
    Erlebacher Registered Posts: 82 ✭✭

    Thanks. It was helpful in the sense that I set my API key. Here is my config.json file. However, nothing changed in Visual Studio Code after I exited and reentered the application. Also, how do I link Visual Studio Code to a particular project? Surely somebody at Dataiku in this community must have done it? Thanks.


    {
    "dss_instances": {
    "designInstance": {
    "url": "http://localhost:11200/home/",
    "api_key": "xxxxxxxxxxxxxxxxxxx",
    },
    "no_check_certificate":true,
    "productionInstance": {
    "url": "http://localhost:11200/home/",
    "api_key": "xxxxxxxxxxxxxxxx",
    }
    },
    "default_instance": "designInstance"
    }

  • tgb417
    tgb417 Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 1,598 Neuron

    There is a Dataiku Extension that you have to use with VS Code. The extension is called Dataiku DSS.

  • Erlebacher
    Erlebacher Registered Posts: 82 ✭✭

    Yes, I have DataIku DSS extension. I do not see anything in the Project and Plugins window. I am not clear on what I must do. Thanks.

Setup Info
    Tags
      Help me…