Skip to content

Issues: astronomer/astronomer-cosmos

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Compilation Error "dbt deps" to install package dependencies area:dependencies Related to dependencies, like Python packages, library versions, etc dbt:deps Primarily related to dbt deps command or functionality
#1647 opened Mar 28, 2025 by ecarranza-sh
Feature: support retrieving/storing LoadMode.DBT_LS cache in the filesystem area:performance Related to performance, like memory usage, CPU usage, speed, etc customer request An Astronomer customer made requested this enhancement New feature or request parsing:dbt_ls Issues, questions, or features related to dbt_ls parsing
#1644 opened Mar 27, 2025 by tatiana
5 tasks
Cosmos 1.10.0
Bug: ExecutionMode.LOCAL task leveraging the manifest to run task given in the ProjectConfig.manifest_path bug Something isn't working customer request An Astronomer customer made requested this dbt:run Primarily related to dbt run command or functionality execution:local Related to Local execution environment parsing:dbt_manifest Issues, questions, or features related to dbt_manifest parsing
#1643 opened Mar 27, 2025 by tatiana Cosmos 1.10.0
Make ProfileMapping work with Airflow 3 support:airflow3 Tasks related to Apache Airflow 3 support
#1640 opened Mar 24, 2025 by tatiana
Validate OpenLineage support with Airflow 3 area:lineage Related to open lineage or DBT dataset lineage support:airflow3 Tasks related to Apache Airflow 3 support
#1639 opened Mar 24, 2025 by tatiana
Validate Cosmos DbtTaskGroup in Airflow 3 (basic_cosmos_task_group.py) support:airflow3 Tasks related to Apache Airflow 3 support
#1638 opened Mar 24, 2025 by tatiana
Validate Cosmos DbtDag in Airflow 3 (basic_cosmos_dag.py) support:airflow3 Tasks related to Apache Airflow 3 support
#1637 opened Mar 24, 2025 by tatiana
Fix rendering SQL template when using ExecutionMode.AIRFLOW_ASYNC with the setup task in Airflow 3 area:rendering Related to rendering, like Jinja, Airflow tasks, etc support:airflow3 Tasks related to Apache Airflow 3 support
#1636 opened Mar 24, 2025 by tatiana
Leverage Airflow 3 assets if it is installed, otherwise use DatasetAlias and Dataset area:datasets Related to the Airflow datasets feature/module support:airflow3 Tasks related to Apache Airflow 3 support
#1635 opened Mar 24, 2025 by tatiana
Validate Cosmos ExecutionMode.AIRFLOW_ASYNC operators with Airflow 3 area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc support:airflow3 Tasks related to Apache Airflow 3 support
#1634 opened Mar 24, 2025 by tatiana
Validate Cosmos ExecutionMode.VIRTUALENV operators with Airflow 3 area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc support:airflow3 Tasks related to Apache Airflow 3 support
#1633 opened Mar 24, 2025 by tatiana
Validate Cosmos ExecutionMode.KUBERNETES operators with Airflow 3 execution:kubernetes Related to Kubernetes execution environment support:airflow3 Tasks related to Apache Airflow 3 support
#1632 opened Mar 24, 2025 by tatiana
Enable Airflow 3 tests in the CI area:ci Related to CI, Github Actions, or other continuous integration tools area:testing Related to testing, like unit tests, integration tests, etc support:airflow3 Tasks related to Apache Airflow 3 support
#1631 opened Mar 24, 2025 by tatiana
[Feature] Customer request on dbt deps pre-install + update if needed dbt:deps Primarily related to dbt deps command or functionality enhancement New feature or request triage-needed Items need to be reviewed / assigned to milestone
#1630 opened Mar 24, 2025 by tatiana
1 task
[Bug] DbtTaskGroup in KubernetesOperator Executes Immediately Despite Airflow Task Dependencies area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc bug Something isn't working triage-needed Items need to be reviewed / assigned to milestone
#1629 opened Mar 21, 2025 by dinesh0002
1 task done
[Bug] Kubernetes pods not cleaned up with on_warning_callback configured area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc bug Something isn't working dbt:test Primarily related to dbt test command or functionality execution:kubernetes Related to Kubernetes execution environment triage-needed Items need to be reviewed / assigned to milestone
#1628 opened Mar 20, 2025 by canbekley
1 task
[Bug] should_detach_multiple_parents_tests=True incorrectly converts fully detached upstream nodes into task groups with non-functional test tasks area:rendering Related to rendering, like Jinja, Airflow tasks, etc bug Something isn't working dbt:test Primarily related to dbt test command or functionality triage-needed Items need to be reviewed / assigned to milestone
#1622 opened Mar 18, 2025 by okayhooni
1 task done
(Bug) Refactor AIRFLOW_ASYNC so that the path in the remote object store is specific per DAG run area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc
#1613 opened Mar 17, 2025 by tatiana
Refactor AIRFLOW_ASYNC teardown so it doesn't install the virtualenv area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc execution:virtualenv Related to Virtualenv execution environment
#1611 opened Mar 13, 2025 by tatiana
Bug using operators_args={'full_refresh': True} with AIRFLOW_ASYNC area:config Related to configuration, like YAML files, environment variables, or executer configuration area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc dbt:run Primarily related to dbt run command or functionality execution:async Related to the Async execution mode
#1610 opened Mar 13, 2025 by tatiana
Improve test_async_execution_without_start_task so it is not an integration test area:testing Related to testing, like unit tests, integration tests, etc
#1608 opened Mar 13, 2025 by tatiana
Extend compatibility information in Cosmos documentation area:docs Relating to documentation, changes, fixes, improvement
#1606 opened Mar 13, 2025 by pankajkoti
Add a CI test to validate that the mock behaves correctly during async execution area:ci Related to CI, Github Actions, or other continuous integration tools area:testing Related to testing, like unit tests, integration tests, etc execution:async Related to the Async execution mode
#1605 opened Mar 13, 2025 by pankajkoti
[Feature] Support Remote Kubernetes Clusters in DbtRunKubernetesOperator area:execution Related to the execution environment/mode, like Docker, Kubernetes, Local, VirtualEnv, etc enhancement New feature or request execution:kubernetes Related to Kubernetes execution environment triage-needed Items need to be reviewed / assigned to milestone
#1594 opened Mar 10, 2025 by jgao-m-data
1 task
[Bug] DbtRunLocalOperator removes outlets passed in init when enable_dataset_alias==True area:datasets Related to the Airflow datasets feature/module bug Something isn't working dbt:run Primarily related to dbt run command or functionality execution:local Related to Local execution environment triage-needed Items need to be reviewed / assigned to milestone
#1591 opened Mar 7, 2025 by agreenburg
1 task
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.