Skip to content

Commit

Permalink
Use the target schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Nov 21, 2024
1 parent 16f51fc commit edc2c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/models/model_without_import_ctes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ with my_first_cte as (
my_second_cte as (
select
1 as id
from codegen_integration_tests__data_source_schema.codegen_integration_tests__data_source_table
from {{ target.schema }}__data_source_schema.codegen_integration_tests__data_source_table
union all
select
2 as id
Expand Down

0 comments on commit edc2c3a

Please sign in to comment.