flow-models/models/evm/streamline/external/flowscan/bronze_api__contract_abis.sql
Jack Forgash 0b4bb81bd8
AN-5454/ABIs (#388)
* abi streamline pipeline - in prog

* add coalesce

* gha workflow

* CRs
2024-12-04 09:28:25 -07:00

10 lines
269 B
SQL

{{ config (
materialized = 'view',
tags = ['streamline_evm_non_core', 'contract_abis']
) }}
{{ streamline_external_table_query_v2(
model = "contract_abis",
partition_function = "CAST(SPLIT_PART(SPLIT_PART(file_name, '/', 3), '_', 1) AS INTEGER )"
) }}