mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 09:37:27 +00:00
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
docs_update / notify-failure (push) Has been cancelled
dbt_run_streamline_decoded_logs_history / run_dbt_jobs (push) Has been cancelled
dbt_run_streamline_decoded_logs_history / notify-failure (push) Has been cancelled
* rm topshot * upd yml * deploy udf * upd blocks_realtime * sl func * bronze upd * v1 namespace * bronze v2 * prod endpoint * define api integrations for v2 --------- Co-authored-by: Jack Forgash <58153492+forgxyz@users.noreply.github.com>
8 lines
207 B
SQL
8 lines
207 B
SQL
{{ config (
|
|
materialized = 'view'
|
|
) }}
|
|
|
|
{{ streamline_external_table_query_v2(
|
|
model = "blocks_v2",
|
|
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER )"
|
|
) }} |