polygon-models/models/streamline/bronze/decoder/bronze__decoded_logs_fr_v1.sql
drethereum 8bbd8ac3c5
AN-5995/pol-migration (#437)
* 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
2025-05-15 09:12:03 -06:00

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'
) }}