mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 14:51:46 +00:00
disable sl v1 tables and update refs (#142)
Some checks are pending
docs_update / run_dbt_jobs (push) Waiting to run
Some checks are pending
docs_update / run_dbt_jobs (push) Waiting to run
This commit is contained in:
parent
163698fd59
commit
58a185b500
@ -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') }}
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{{ config (
|
||||
materialized = 'view'
|
||||
materialized = 'view',
|
||||
enabled = false
|
||||
) }}
|
||||
{{ streamline_external_table_FR_query(
|
||||
"blocks",
|
||||
|
||||
@ -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') }}
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{{ config (
|
||||
materialized = 'view'
|
||||
materialized = 'view',
|
||||
enabled = false
|
||||
) }}
|
||||
{{ streamline_external_table_FR_query(
|
||||
model = "transactions",
|
||||
|
||||
@ -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') }}
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{{ config (
|
||||
materialized = 'view'
|
||||
materialized = 'view',
|
||||
enabled = false
|
||||
) }}
|
||||
{{ streamline_external_table_FR_query(
|
||||
"txcount",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user