mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 13:41:53 +00:00
* initial set up * macros and workflows * wh * observ exclusions * defi and nft tags * protocol tags * sl * refs * docs * package * package * 64 * curated tweaks * sources * v69 * v70
13 lines
327 B
SQL
13 lines
327 B
SQL
{# Log configuration details #}
|
|
{{ fsc_evm.log_model_details() }}
|
|
|
|
{# Set up dbt configuration #}
|
|
{{ config (
|
|
materialized = 'view',
|
|
tags = ['bronze','decoded_logs','streamline_v1','phase_2']
|
|
) }}
|
|
|
|
{# Main query starts here #}
|
|
{{ fsc_evm.streamline_external_table_query_decoder_fr(
|
|
source_name = 'decoded_logs'
|
|
) }} |