Currently I have a table that saves data quality results (using Dataplex), in this table it leaves me a query to see the data that does not meet the quality rule.
Example:
In order to know which fields do not comply with the rule defined in Data Quality, I must execute that query.
How can I read that field, execute the query and save the data in a table to view in looker?
I was thinking about cloud function, but should I make one for each table?