Merge pull request #71 from FlipsideCrypto/hotfix/old_sl_data_deletion

remove refs to v1 sl models
This commit is contained in:
tarikceric 2025-09-24 09:06:56 -07:00 committed by GitHub
commit 5724ad5c84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 21 deletions

View File

@ -9,12 +9,4 @@ SELECT
DATA,
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_blocks_tx_v2') }}
UNION ALL
SELECT
VALUE,
_partition_by_block_id AS partition_key,
DATA,
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_blocks_tx_v1') }}
{{ ref('bronze__streamline_FR_blocks_tx_v2') }}

View File

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

View File

@ -10,11 +10,3 @@ SELECT
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_transaction_batch_v2') }}
UNION ALL
SELECT
VALUE,
_partition_by_block_id AS partition_key,
DATA,
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_transaction_batch_v1') }}

View File

@ -1,6 +1,6 @@
{{ config (
materialized = 'view',
tags = ['core']
enabled = false,
) }}
{{ streamline_external_table_FR_query(
model = "transaction_batch",

View File

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

View File

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