Hey Dagster team getting this error when im trying...
# integration-dbt
s
Hey Dagster team getting this error when im trying to deploy dbt-core to dagster serverless cloud: We're using dagster 1.3.7
Copy code
Fatal error in the dbt CLI (return code 2): Usage: dbt run [OPTIONS] Try 'dbt run -h' for help.  Error: Invalid value for '--profiles-dir': Path '/root/.dbt' does not exist.
m
Looks like dbt isn;t looking at the right location for the dbt
profiles.yaml
file. Check the dbt docs on how to specify the correct path, but the default is normally
{user_home}/.dbt/
🙏 1