mirror of
https://github.com/FlipsideCrypto/movement-models.git
synced 2026-02-06 15:21:51 +00:00
Merge main, keeping bronze files
This commit is contained in:
parent
7232f76c08
commit
5b1bb02325
7
models/bronze/core/bronze__blocks_tx.sql
Normal file
7
models/bronze/core/bronze__blocks_tx.sql
Normal file
@ -0,0 +1,7 @@
|
||||
{{ config (
|
||||
materialized = 'view'
|
||||
) }}
|
||||
{{ streamline_external_table_query_v2(
|
||||
model = "blocks_tx",
|
||||
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER )"
|
||||
) }}
|
||||
7
models/bronze/core/bronze__blocks_tx_FR.sql
Normal file
7
models/bronze/core/bronze__blocks_tx_FR.sql
Normal file
@ -0,0 +1,7 @@
|
||||
{{ config (
|
||||
materialized = 'view'
|
||||
) }}
|
||||
{{ streamline_external_table_FR_query_v2(
|
||||
model = "blocks_tx",
|
||||
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER )"
|
||||
) }}
|
||||
7
models/bronze/core/bronze__transactions.sql
Normal file
7
models/bronze/core/bronze__transactions.sql
Normal file
@ -0,0 +1,7 @@
|
||||
{{ config (
|
||||
materialized = 'view'
|
||||
) }}
|
||||
{{ streamline_external_table_query_v2(
|
||||
model = "transactions",
|
||||
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER )"
|
||||
) }}
|
||||
7
models/bronze/core/bronze__transactions_FR.sql
Normal file
7
models/bronze/core/bronze__transactions_FR.sql
Normal file
@ -0,0 +1,7 @@
|
||||
{{ config (
|
||||
materialized = 'view'
|
||||
) }}
|
||||
{{ streamline_external_table_FR_query_v2(
|
||||
model = "transactions",
|
||||
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 4), '_', 1) AS INTEGER )"
|
||||
) }}
|
||||
Loading…
Reference in New Issue
Block a user