Pankaj Koti
Pankaj Koti
### Description Similar to PR https://github.com/astronomer/astronomer-cosmos/pull/1147 that allows remote store caching for dbt ls output, enable/support caching remotely the package-lock.yaml file ### Are you willing to submit a PR? -...
### Description Similar to PR https://github.com/astronomer/astronomer-cosmos/pull/1147 that allows remote store caching for dbt ls output, enable/support caching remotely the partial parse file ### Are you willing to submit a PR?...
While working on PR #1646, I observed that the cosmos_manifest_example example DAG takes significant time in completing it's execution. All others DAGs run relatively fast, but this appears just to...
This PR adds Airflow 3 matrix entries to the various tests that we run in our CI including unit, integration, dbt-async, performance and k8s tests. It also makes tweaks to...
Action Link: https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256451294?pr=1646#step:7:4023 Few tests in the tests/operators/test_local.py failing with the below error ``` FAILED tests/operators/test_local.py::test_run_operator_dataset_url_encoded_names - TypeError: generate_run_id() takes 0 positional arguments but 2 were given FAILED tests/operators/test_local.py::test_run_operator_caches_partial_parsing -...
Interestingly, while working on PR #1692, I didn’t encounter the following error initially. However, something in my environment must have changed—possibly related to the Airflow 3 setup—because I’m now seeing...
Action Link: https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256451634?pr=1646#step:7:295 Traceback: ``` AIRFLOW_VERSION=$(airflow version) + airflow version Traceback (most recent call last): File "/home/runner/.local/share/hatch/env/virtual/astronomer-cosmos/Za_bFbg4/tests.py3.11-3.0-1.6/bin/airflow", line 4, in from airflow.__main__ import main File "/home/runner/.local/share/hatch/env/virtual/astronomer-cosmos/Za_bFbg4/tests.py3.11-3.0-1.6/lib/python3.11/site-packages/airflow/__main__.py", line 37, in from...
Failing CI job https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256451294?pr=1646 I guess PR #1681 might help a bit here, might make sense to review the PR Failing tests ``` FAILED tests/operators/test_kubernetes.py::test_dbt_test_kubernetes_operator_constructor[additional_kwargs0-expected_results0] - assert _handle_warnings in []...
Failed action link: https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256451294?pr=1646#step:7:4020 Traceback: ``` FAILED tests/listeners/test_dag_run_listener.py::test_on_dag_run_success - TypeError: create_dagrun() missing 3 required keyword-only arguments: 'run_after', 'run_type', and 'triggered_by' FAILED tests/listeners/test_dag_run_listener.py::test_on_dag_run_failed - TypeError: create_dagrun() missing 3 required keyword-only arguments:...
Action Link: https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256451294?pr=1646#step:7:4022 Failing test: ``` FAILED tests/operators/test_local.py::test_run_operator_dataset_inlets_and_outlets_airflow_210_onwards - ModuleNotFoundError: No module named 'airflow.models.dataset' ``` related: #1646 related: #1631 related: #1635