external-models/models/defillama/gold/defillama__dim_protocols.sql
2023-02-13 14:01:29 -07:00

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