Skip to content

Commit

Permalink
fix(ingestion): bigquery-usage: Fix biquery usage table deny pattern …
Browse files Browse the repository at this point in the history
…template (datahub-project#4898)
  • Loading branch information
treff7es authored and maggiehays committed Aug 1, 2022
1 parent 3287da3 commit d046744
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@
""",
"BQ_FILTER_REGEX_DENY_TEMPLATE": """
{logical_operator}
protoPayload.serviceData.jobCompletedEvent.job.jobStatistics.referencedTables.tableId !~ "{dataset_deny_pattern}"
protoPayload.serviceData.jobCompletedEvent.job.jobStatistics.referencedTables.tableId !~ "{table_deny_pattern}"
""",
"BQ_FILTER_RULE_TEMPLATE": """
protoPayload.serviceName="bigquery.googleapis.com"
Expand Down

0 comments on commit d046744

Please sign in to comment.