mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 18:16:43 +00:00
9 lines
203 B
SQL
9 lines
203 B
SQL
{# Log configuration details #}
|
|
{{ log_model_details() }}
|
|
|
|
{{ config (
|
|
materialized = "view",
|
|
tags = ['silver','scores','phase_4']
|
|
) }}
|
|
|
|
select * from {{ source('data_science_silver', 'dates') }} |