diff --git a/models/bronze/core/streamline/bronze__streamline_FR_blocks.sql b/models/bronze/core/streamline/bronze__streamline_FR_blocks.sql index fbff575..2fd6837 100644 --- a/models/bronze/core/streamline/bronze__streamline_FR_blocks.sql +++ b/models/bronze/core/streamline/bronze__streamline_FR_blocks.sql @@ -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') }} diff --git a/models/bronze/core/streamline/bronze__streamline_FR_blocks_v1.sql b/models/bronze/core/streamline/bronze__streamline_FR_blocks_v1.sql index d066fc5..32b4861 100644 --- a/models/bronze/core/streamline/bronze__streamline_FR_blocks_v1.sql +++ b/models/bronze/core/streamline/bronze__streamline_FR_blocks_v1.sql @@ -1,5 +1,6 @@ {{ config ( - materialized = 'view' + materialized = 'view', + enabled = false ) }} {{ streamline_external_table_FR_query( "blocks", diff --git a/models/bronze/core/streamline/bronze__streamline_FR_transactions.sql b/models/bronze/core/streamline/bronze__streamline_FR_transactions.sql index e3f8d43..2f13dc9 100644 --- a/models/bronze/core/streamline/bronze__streamline_FR_transactions.sql +++ b/models/bronze/core/streamline/bronze__streamline_FR_transactions.sql @@ -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') }} diff --git a/models/bronze/core/streamline/bronze__streamline_FR_transactions_v1.sql b/models/bronze/core/streamline/bronze__streamline_FR_transactions_v1.sql index 25ba88a..90b5594 100644 --- a/models/bronze/core/streamline/bronze__streamline_FR_transactions_v1.sql +++ b/models/bronze/core/streamline/bronze__streamline_FR_transactions_v1.sql @@ -1,5 +1,6 @@ {{ config ( - materialized = 'view' + materialized = 'view', + enabled = false ) }} {{ streamline_external_table_FR_query( model = "transactions", diff --git a/models/bronze/core/streamline/bronze__streamline_FR_tx_counts.sql b/models/bronze/core/streamline/bronze__streamline_FR_tx_counts.sql index 4cc4be4..71578d2 100644 --- a/models/bronze/core/streamline/bronze__streamline_FR_tx_counts.sql +++ b/models/bronze/core/streamline/bronze__streamline_FR_tx_counts.sql @@ -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') }} diff --git a/models/bronze/core/streamline/bronze__streamline_FR_tx_counts_v1.sql b/models/bronze/core/streamline/bronze__streamline_FR_tx_counts_v1.sql index 26c9b65..37a5b20 100644 --- a/models/bronze/core/streamline/bronze__streamline_FR_tx_counts_v1.sql +++ b/models/bronze/core/streamline/bronze__streamline_FR_tx_counts_v1.sql @@ -1,5 +1,6 @@ {{ config ( - materialized = 'view' + materialized = 'view', + enabled = false ) }} {{ streamline_external_table_FR_query( "txcount",