Skip to content

Commit

Permalink
Merge pull request #66 from elementary-data/delete-package-ref
Browse files Browse the repository at this point in the history
Not specifying the package ref within the package itself.
  • Loading branch information
oravi authored Jul 28, 2022
2 parents f6b1d04 + 78f16dc commit c574d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/edr/alerts/alerts_dbt_models.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
}}

with error_models as (
select * from {{ ref('elementary', 'model_run_results') }}
select * from {{ ref('model_run_results') }}
union all
select * from {{ ref('elementary', 'snapshot_run_results') }}
select * from {{ ref('snapshot_run_results') }}
)


Expand Down

0 comments on commit c574d45

Please sign in to comment.