Connection path for Dataset ${projectKey}

jack
Level 3
Connection path for Dataset ${projectKey}

Hi all,
Is there a way to change for all datasets of a project the "connection path" of datasets to ${projectKey} ?

I saw that during project exports, some options desactivate the ${projectKey} of Datasets to the key of the project exported.

There is a way to change it manually for one dataset, but i am looking for the way to change it for all datasets.

0 Kudos
1 Reply
fchataigner2
Dataiker

Hi,

there is no such operation on the UI. Typically one writes python code and leverages the public API of DSS to iterate through the datasets and perform modifications (using for example https://doc.dataiku.com/dss/latest/python-api/datasets-reference.html#dataikuapi.dss.dataset.DSSData... )

0 Kudos