Skip to content

Commit

Permalink
Fix biquery usage table deny patter template
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed May 11, 2022
1 parent e697b89 commit 93e7088
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 93e7088

Please sign in to comment.