This commit is contained in:
Eric Laurello 2023-11-14 16:23:39 -05:00
parent 046938e0b4
commit cfe6847bea
6 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,6 @@
{{ config (
materialized = 'view'
materialized = 'view',
tags = ['core']
) }}
{% set model = this.identifier.split("_") [-1] %}

View File

@ -1,5 +1,6 @@
{{ config (
materialized = 'view'
materialized = 'view',
tags = ['core']
) }}
{% set model = this.identifier.split("_") [-1] %}

View File

@ -1,6 +1,6 @@
{{ config(
materialized = 'view',
tags = ['core']
tags = ['noncore']
) }}
SELECT

View File

@ -1,6 +1,6 @@
{{ config(
materialized = 'view',
tags = ['core']
tags = ['noncore']
) }}
SELECT

View File

@ -1,6 +1,6 @@
{{ config(
materialized = 'view',
tags = ['core']
tags = ['noncore']
) }}
SELECT

View File

@ -4,7 +4,7 @@
incremental_strategy = 'merge',
merge_exclude_columns = ["inserted_timestamp"],
cluster_by = ['_inserted_timestamp::DATE'],
tags = ['noncore']
tags = ['noncore','full_test']
) }}
SELECT