hello everyone,
in the job settings, a command can be added to override default dbt run command in order to use the flag --project-dir to indicate the location of dbt_project.yml. however, job settings does not recognize dbt deps as a command so it cannot be overriden to use --project-dir to use the same dbt_project.yml as dbt run. packages.yml is still located in root but dbt deps fails if it does not find dbt_project.yml.
is it possible to override dbt deps in dbt-cloud?