Closed HengJiang0206 closed 5 months ago
resolves #910
Set up and configured dbt for ZTL, created project.yaml, profile.yaml, packages.yaml,_sources.yaml, and the models folder. Table expectations added to _sources and tested with dbt build.
project.yaml
profile.yaml
packages.yaml
_sources.yaml
models
dbt build
resolves #910
Set up and configured dbt for ZTL, created
project.yaml
,profile.yaml
,packages.yaml
,_sources.yaml
, and themodels
folder. Table expectations added to _sources and tested withdbt build
.