Skip to content

Commit

Permalink
Revert "fix(ingestion): bigquery-usage: Fix biquery usage table deny …
Browse files Browse the repository at this point in the history
…pattern template (#4898)"

This reverts commit 6627e6b.
  • Loading branch information
treff7es authored May 11, 2022
1 parent b94dc08 commit 9ede868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
""",
"BQ_FILTER_REGEX_DENY_TEMPLATE": """
{logical_operator}
protoPayload.serviceData.jobCompletedEvent.job.jobStatistics.referencedTables.tableId !~ "{table_deny_pattern}"
protoPayload.serviceData.jobCompletedEvent.job.jobStatistics.referencedTables.tableId !~ "{dataset_deny_pattern}"
""",
"BQ_FILTER_RULE_TEMPLATE": """
protoPayload.serviceName="bigquery.googleapis.com"
Expand Down

0 comments on commit 9ede868

Please sign in to comment.