Hello! I am attempting to set up DBTShellTask and ...
# prefect-community
w
Hello! I am attempting to set up DBTShellTask and having a problem with locating the dbt_project.yml file. It is located in the dbt/ directory that is cloned from my github repo. I do not see a variable I can use to change to dbt/. The profiles.yml is created in . so it is found without a problem.
dbt_project.yml file [ERROR not found]
1
was able to use to point to the directory where the dbt_project.yml is. Then it ran fine.
_profiles_dir_=Secret("DBT_PROFILE_DIR_T2").get(),
k
Nice work figuring it out!
🙏 1