How to restrict the Internal stats Job dataset on multiple projectkeys?

pvannies
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.

job_stats_restrictions.PNG

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"
      }
   },

 

0 Kudos
2 Replies
Clรฉment_Stenac

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

0 Kudos
pvannies
Author

Hi @Clรฉment_Stenac 

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

 

0 Kudos