mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 11:41:50 +00:00
20 lines
342 B
SQL
20 lines
342 B
SQL
{{ config(
|
|
materialized = 'view',
|
|
persist_docs ={ "relation": true,
|
|
"columns": true },
|
|
tags = ['defillama']
|
|
) }}
|
|
|
|
SELECT
|
|
protocol_id,
|
|
protocol_slug,
|
|
protocol,
|
|
address,
|
|
symbol,
|
|
description,
|
|
chain,
|
|
chains,
|
|
category,
|
|
num_audits,
|
|
audit_note
|
|
FROM {{ ref('bronze__defillama_protocols') }} |