I'm struggling with dlp : I have to scan 1000 lines of more than 30000 bigquery table each month. Instead of having to give habilitations to each bigquery to the managed service account of its project, we would rather use one "master" project and so authorize only its dlp managed service account.
It would allow us to manage the jobs from only one project and not having to check status/conf in a lot of different project.
I tried to create trigger for all of our table with a template, but the limits is 1000 triggers
So I'm wondering what could be the right strategy ? do I have to create jobs each month ?