-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dm_blabla_5m change parent from spined to values_incremental (et…
…/somenergia-jardiner!97) Merge branch 'fix/dm_metrics_production_5m' into 'main'
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
dbt_jardiner/models/jardiner/intermediate/dset/int_dset_responses__last_month.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{{ config(materialized="table") }} | ||
|
||
select * | ||
from {{ ref("int_dset_responses__spined_metadata") }} | ||
from {{ ref("int_dset_responses__values_incremental") }} | ||
where signal_last_ts > (current_date - interval '30 days') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters