Skip to content

Commit

Permalink
tag w streamline_non_core
Browse files Browse the repository at this point in the history
  • Loading branch information
forgxyz committed Nov 14, 2024
1 parent a39213e commit 76628b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ config (
materialized = 'view',
tags = ['rewards_points_spend']
tags = ['streamline_non_core']
) }}

{{ streamline_external_table_FR_query_v2(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ config (
materialized = 'view',
tags = ['rewards_points_spend']
tags = ['streamline_non_core']
) }}

{{ streamline_external_table_query_v2(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
incremental_strategy = 'merge',
merge_exclude_columns = ["inserted_timestamp"],
cluster_by = ['_inserted_timestamp :: DATE', 'entry_id'],
tags = ['rewards_points_spend']
tags = ['streamline_non_core']
) }}

WITH silver_responses AS (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
incremental_strategy = 'merge',
merge_exclude_columns = ["inserted_timestamp"],
cluster_by = ['_inserted_timestamp :: DATE', 'entry_id'],
tags = ['rewards_points_spend']
tags = ['streamline_non_core']
) }}

WITH bronze AS (
Expand Down

0 comments on commit 76628b0

Please sign in to comment.