Skip to content

Commit

Permalink
Merge pull request #21 from bruno-szdl/fix/bigquery_information_schem…
Browse files Browse the repository at this point in the history
…a_query

fixing case sensitive syntax
  • Loading branch information
bruno-szdl authored Jun 27, 2024
2 parents 0f198f3 + ea62e79 commit 8753e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/drop_pr_staging_schemas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set pr_cleanup_query %}
with pr_staging_schemas as (
select schema_name
from {{ project_id }}.region-us.information_schema.schemata
from {{ project_id }}.region-us.INFORMATION_SCHEMA.SCHEMATA
where
schema_name like 'pr_'||{{ PR_number }}||'__%'
)
Expand Down

0 comments on commit 8753e86

Please sign in to comment.