Skip to content

Commit

Permalink
fix: remove cyclic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Nov 26, 2024
1 parent 4a7e8c4 commit 69b262a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with snapshots as (

artifacts as (
select artifact_name
from {{ ref('artifacts_v1') }}
from {{ ref('int_all_artifacts') }}
where artifact_source = "NPM"
),

Expand Down

0 comments on commit 69b262a

Please sign in to comment.