Merge pull request #87 from FlipsideCrypto/update/sl_v1_deletion
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
dbt_run_observability_monthly / run_dbt_jobs (push) Has been cancelled
dbt_run_observability_monthly / notify-failure (push) Has been cancelled

disable sl v1 tables and update refs
This commit is contained in:
tarikceric 2025-09-25 09:33:14 -07:00 committed by GitHub
commit ea7bc9f6ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 26 deletions

View File

@ -13,15 +13,3 @@ SELECT
VALUE
FROM
{{ ref('bronze__streamline_FR_blocks_v2') }}
UNION ALL
SELECT
block_number,
DATA,
_INSERTED_TIMESTAMP,
id,
metadata,
file_name,
_PARTITION_BY_BLOCK_ID,
VALUE
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

@ -13,15 +13,3 @@ SELECT
VALUE
FROM
{{ ref('bronze__streamline_FR_transactions_v2') }}
UNION ALL
SELECT
block_number,
DATA,
_INSERTED_TIMESTAMP,
id,
metadata,
file_name,
_PARTITION_BY_BLOCK_ID,
VALUE
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(
"txs_details",