tom_mcgrail
10/15/2021, 5:20 PM--transform
with an elt
job I get the following error. I’m having trouble debugging this given in my profiles.yml has the profile defined as “meltano” as well as my dbt_project.yml. (screenshots in comments below).tom_mcgrail
10/15/2021, 5:20 PMtom_mcgrail
10/15/2021, 5:20 PMedgar_ramirez_mondragon
10/15/2021, 5:26 PMmeltano config dbt list
shows the right path in profiles_dir
?tom_mcgrail
10/15/2021, 5:29 PMtom_mcgrail
10/15/2021, 6:19 PMedgar_ramirez_mondragon
10/15/2021, 6:34 PMmeltano config dbt list
really points to <meltano_project_root>/transform/profiles
that should rule out a db issue
$ meltano config dbt unset profiles_dir
[2021-10-15 13:32:58,103] [39452|MainThread|dotenv.main] [WARNING] Key DBT_PROFILES_DIR not removed from /Users/edgarramirez/Code/meltano-personal/.env - key doesn't exist.
Transformer 'dbt' setting 'profiles_dir' in the system database was unset
$ meltano config dbt
{
"project_dir": "/Users/edgarramirez/Code/meltano-personal/transform",
"profiles_dir": "/Users/edgarramirez/Code/meltano-personal/transform/profile",
"target": null,
"source_schema": null,
"target_schema": "analytics",
"models": "+"
}
tom_mcgrail
10/15/2021, 6:59 PMproject_dir [env: DBT_PROJECT_DIR] current value: '/home/ubuntu/meltano-projects/dev/transform' (default: '$MELTANO_PROJECT_ROOT/transform')
profiles_dir [env: DBT_PROFILES_DIR] current value: '/home/ubuntu/meltano-projects/dev/transform/profile' (default: '$MELTANO_PROJECT_ROOT/transform/profile')