dbt-af icon indicating copy to clipboard operation
dbt-af copied to clipboard

Incorrect profiles path usage

Open alekhed opened this issue 6 months ago • 0 comments

Describe the bug Incorrect profiles path usage.

  File ".../python3.10/site-packages/dbt_af/dags.py", line 120, in compile_dbt_af_dags
    with open(config.dbt_project.dbt_project_path / 'profiles.yml') as fin:

In code above you can see dbt_project_path and profiles.yml are in path to open. It's not correct. Need to replace dbt_project_path with dbt_profiles_path.

To Reproduce Just try to use profile.yml not in dbt project root and get error on run

Expected behavior Use setting dbt_profiles_path from Config

alekhed avatar Aug 18 '24 20:08 alekhed