How to restrict the Internal stats Job dataset on multiple projectkeys?
Dear community,
Reaching out for help: I would like to pre-filter the internal stats job dataset on more than one projectkey.
I see it is possible to restrict it for one project key, but would like to do it for multiple project keys at once.
as separators I tried: , | but this doesn't work. Ideally I would like to overwrite this with a variable
is this possible in the advanced tab with an override params.jobs ?
{ "name": null, "projectKey": "LOGGINGJOBIDS", "params": { "view": "JOBS", "jobs": { "projectKey": "PROJECT1" } },
Answers
-
Hi,
This is unfortunately not possible: it's either 1 or All.
You would need to use All, and then have a filter recipe in your Flow in order to only keep the ones that interest you
-
pvannies Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Frontrunner 2022 Participant, Neuron 2023 Posts: 16 Neuron
Thanks for your reply. Ok, for the moment I am using a join recipe to achieve this, as proposed here Re: Keep rows with list of values in my column - Dataiku Community
Cheers, Pauline