dbt
Configuration
# profile.yml
<profile name here>: # change this!
adapters:
<dbt adapter name here>: # change this!
type: dbt
project_dir:
profiles_dir:
profiles_target:
hooks.dbt_ref()
hooks.dbt_ref()Last updated