Bug: operator_args={“install_deps”: True}
when dependencies are already installed
#1458
Labels
area:config
Related to configuration, like YAML files, environment variables, or executer configuration
area:dependencies
Related to dependencies, like Python packages, library versions, etc
bug
Something isn't working
dbt:run
Primarily related to dbt run command or functionality
Milestone
A customer reported that if you put True in the
operator_args={“install_deps”}
and the dependencies are already installed, they see Cosmos is raising the same exception as #1457.The packages can't be installed, but the task continues, and the dbt run command is executed successfully.
The text was updated successfully, but these errors were encountered: