mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 14:56:49 +00:00
* new dbt eth project * new eth data * yml changes * updates * path updates * update sources
7 lines
115 B
SQL
7 lines
115 B
SQL
|
|
-- Use the `ref` function to select from other models
|
|
|
|
select *
|
|
from {{ ref('my_first_dbt_model') }}
|
|
where id = 1
|