https://prefect.io logo
Title
w

Wei Mei

06/27/2022, 7:35 PM
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

Kevin Kho

06/28/2022, 7:49 AM
Nice work figuring it out!
:thank-you: 1