ethereum-models/models/example/my_second_dbt_model.sql
austinFlipside d74c0dc29f
An 690/new eth data (#1)
* new dbt eth project

* new eth data

* yml changes

* updates

* path updates

* update sources
2022-02-08 18:13:39 -08:00

7 lines
115 B
SQL

-- Use the `ref` function to select from other models
select *
from {{ ref('my_first_dbt_model') }}
where id = 1