mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 13:56:51 +00:00
12 lines
183 B
SQL
12 lines
183 B
SQL
{{ config(
|
|
materialized = 'view',
|
|
persist_docs ={ "relation": true,
|
|
"columns": true },
|
|
tags = ['core']
|
|
) }}
|
|
|
|
SELECT
|
|
*
|
|
FROM
|
|
{{ ref('silver__relevant_contracts') }}
|