- Support adapters: Clickhouse, Postgres
- Reference any data source from sources.yml as
select * from source('general', 'dates')
- Access data tables as simple as
select * from ref('stg_yd_ads_facts')
- Support helper macros
select * from source('general', 'dates')
select * from ref('stg_yd_ads_facts')