mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 13:56:44 +00:00
13 lines
231 B
SQL
13 lines
231 B
SQL
{# Log configuration details #}
|
|
{{ log_model_details() }}
|
|
|
|
{# Set up dbt configuration #}
|
|
{{ config (
|
|
materialized = 'view',
|
|
tags = ['bronze_decoded_logs']
|
|
) }}
|
|
|
|
SELECT
|
|
*
|
|
FROM
|
|
{{ ref('bronze__decoded_logs_fr_v2') }} |