Skip to content

Commit

Permalink
fix(bigquery-usage): fix audit metadata query template (#5001)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickfBraz authored May 26, 2022
1 parent 21f8d4b commit 567bd0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def bigquery_audit_metadata_query_template(
"""
+ """
WHERE
_TABLE_SUFFIX BETWEEN "{start_date}" AND "{end_date}" AND
_TABLE_SUFFIX BETWEEN "{start_date}" AND "{end_date}"
"""
)
else:
Expand Down

0 comments on commit 567bd0c

Please sign in to comment.