Skip to content

Commit

Permalink
change sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcarlone committed Jan 27, 2025
1 parent 732e5ff commit 8d7d3d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions integration_test_project/models/aliased.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
)
}}

/* update this */
select
1 as id,
'banana' as fruit
7 changes: 5 additions & 2 deletions models/staging/stg_dbt__models.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
with
base as (select * from {{ ref("models") }}),
enhanced as (
base as (
select * from {{ ref("models") }}
)

, enhanced as (

select
{{ dbt_artifacts.generate_surrogate_key(["command_invocation_id", "node_id"]) }}
Expand Down

0 comments on commit 8d7d3d3

Please sign in to comment.