disable sl v1 tables and update refs (#142)
Some checks are pending
docs_update / run_dbt_jobs (push) Waiting to run

This commit is contained in:
tarikceric 2025-09-25 09:33:19 -07:00 committed by GitHub
parent 163698fd59
commit 58a185b500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 33 deletions

View File

@ -11,13 +11,3 @@ SELECT
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_blocks_v2') }}
UNION ALL
SELECT
VALUE,
_partition_by_block_id AS partition_key,
metadata,
DATA,
file_name,
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_blocks_v1') }}

View File

@ -1,5 +1,6 @@
{{ config (
materialized = 'view'
materialized = 'view',
enabled = false
) }}
{{ streamline_external_table_FR_query(
"blocks",

View File

@ -11,13 +11,3 @@ SELECT
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_transactions_v2') }}
UNION ALL
SELECT
VALUE,
_partition_by_block_id AS partition_key,
metadata,
DATA,
file_name,
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_transactions_v1') }}

View File

@ -1,5 +1,6 @@
{{ config (
materialized = 'view'
materialized = 'view',
enabled = false
) }}
{{ streamline_external_table_FR_query(
model = "transactions",

View File

@ -11,13 +11,3 @@ SELECT
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_tx_counts_v2') }}
UNION ALL
SELECT
VALUE,
_partition_by_block_id AS partition_key,
metadata,
DATA,
file_name,
_INSERTED_TIMESTAMP
FROM
{{ ref('bronze__streamline_FR_tx_counts_v1') }}

View File

@ -1,5 +1,6 @@
{{ config (
materialized = 'view'
materialized = 'view',
enabled = false
) }}
{{ streamline_external_table_FR_query(
"txcount",