__file__ and Path
# profile.yml
default_profile:
adapters:
dbt_example:
type: dbt
project_dir: "{{ Path(__file__).parent / 'dbt' }}"
Last updated
# profile.yml
default_profile:
adapters:
dbt_example:
type: dbt
project_dir: "{{ Path(__file__).parent / 'dbt' }}"
Last updated