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 May 11, 2022
1 parent 204d7e6 commit 6627e6b
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 !~ "{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 6627e6b

Please sign in to comment.