You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the using this code as an example it returns that I need to run dbt deps.
So I created a step to run a DbtDepsOperator, and it is all good.
But the DbtRunOperator still returns errors.
That is the code.
Errors when run DbtDepsOperator
dbt.exceptions.UninstalledPackagesFoundError: Compilation Error
dbt found 3 package(s) specified in packages.yml, but only 0 package(s) installed in dbt_packages. Run "dbt deps" to install package dependencies.
dbt.exceptions.DbtRuntimeError: Runtime Error
fatal: Invalid --project-dir flag. Not a dbt project. Missing dbt_project.yml file
Any help will be much appreciated. 🙏🏼
The text was updated successfully, but these errors were encountered:
laurodelacerda
changed the title
Project can be build in a MWAA Connection
Dbt cannot be run in using a MWAA Connection
Feb 8, 2024
laurodelacerda
changed the title
Dbt cannot be run in using a MWAA Connection
Dbt cannot be run when using a MWAA Connection
Feb 8, 2024
I cannot run my dbt project using a Snowflake Connection.
It is okay with the connection, I tested it using astronomer-cosmos
When I run the using this code as an example it returns that I need to run dbt deps.
So I created a step to run a DbtDepsOperator, and it is all good.
But the DbtRunOperator still returns errors.
That is the code.
Errors when run DbtDepsOperator
Any help will be much appreciated. 🙏🏼
The text was updated successfully, but these errors were encountered: