Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: operator_args={“install_deps”: True} when dependencies are already installed #1458

Open
tatiana opened this issue Jan 13, 2025 · 0 comments
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

Comments

@tatiana
Copy link
Collaborator

tatiana commented Jan 13, 2025

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.

@tatiana tatiana added area:dependencies Related to dependencies, like Python packages, library versions, etc bug Something isn't working labels Jan 13, 2025
@tatiana tatiana added this to the Cosmos 1.9.0 milestone Jan 13, 2025
@tatiana tatiana changed the title Bug when using operator_args={“install_deps”: True} when dependencies are already installed Bug: operator_args={“install_deps”: True} when dependencies are already installed Jan 13, 2025
@dosubot dosubot bot added dbt:run Primarily related to dbt run command or functionality area:config Related to configuration, like YAML files, environment variables, or executer configuration labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant