Creating dbt Sources from Data Warehouse
This guide demonstrates how DinoAI Agent streamlines the process of creating and updating sources.yml files by automatically extracting metadata from your data warehouse.
Last updated
Was this helpful?
Was this helpful?
version: 2
sources:
- name: formula_one
database: FORMULA_ONE_DB
schema: raw
tables:
- name: CIRCUITS
columns:
- name: CIRCUITID
data_type: NUMBER
- name: CIRCUITREF
data_type: VARCHAR
# Additional columns...
- name: CONSTRUCTORS
columns:
- name: CONSTRUCTORID
data_type: NUMBER
# Additional columns...
# Additional tables...