Skip to content

Commit

Permalink
fix(dbt): add artifact_id to model (#2650)
Browse files Browse the repository at this point in the history
* feat(dbt): int_repositories

* feat(dbt): repositories mart model

* fix(dbt): include artifact_id
  • Loading branch information
ccerv1 authored Dec 16, 2024
1 parent 5cd0bba commit 2722933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
select
artifacts.project_id,
artifacts.artifact_id,
artifacts.artifact_source_id,
artifacts.artifact_source,
artifacts.artifact_namespace,
Expand Down
1 change: 1 addition & 0 deletions warehouse/dbt/models/marts/directory/repositories_v0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

select
project_id,
artifact_id,
artifact_source_id,
artifact_source,
artifact_namespace,
Expand Down

0 comments on commit 2722933

Please sign in to comment.