Pankaj Koti

Results 65 issues of Pankaj Koti

Action Link: https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256451294?pr=1646#step:7:4031 Failing tests ``` FAILED tests/test_example_dags.py::test_example_dag[basic_cosmos_task_group_different_owners] - AttributeError: 'DAG' object has no attribute 'test' FAILED tests/test_example_dags.py::test_example_dag[cosmos_profile_mapping] - AttributeError: 'DAG' object has no attribute 'test' FAILED tests/test_example_dags.py::test_example_dag[user_defined_profile] - AttributeError:...

priority:high
area:testing
area:ci
support:airflow3

Action Link: https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256451294?pr=1646#step:7:4029 Not attaching traceback as it's too long. Please refer to the above GitHub action link Trimmed traceback: ``` )\nFileNotFoundError: [Errno 2] No such file or directory: \'/tmp/persistent-venv2\'\nINFO...

execution:virtualenv
area:testing
area:ci
priority:medium
support:airflow3

Action Link: https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256452890?pr=1646#step:7:426 Trimmed tracback: ``` module 'google.cloud.bigquery._helpers' has no attribute '_CELLDATA_FROM_JSON' 07:56:18 Traceback (most recent call last): File "/home/runner/.local/share/hatch/env/virtual/astronomer-cosmos/Za_bFbg4/tests.py3.11-3.0-1.7/lib/python3.11/site-packages/dbt/cli/requires.py", line 90, in wrapper result, success = func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^...

priority:high
profile:bigquery
dbt:test
area:testing
area:ci
support:airflow3

Action Link: https://github.com/astronomer/astronomer-cosmos/actions/runs/14703034847/job/41256457936?pr=1646#step:7:439 Traceback trimmed: ``` =========================== short test summary info ============================ FAILED tests/perf/test_performance.py::test_perf_dag - AttributeError: 'DbtDag' object has no attribute 'task_count' ``` related: #1646 related: #1631

priority:high
area:performance
area:ci
support:airflow3

We disabled the tests/test_cache.py module tests for AF 3 CI while working on PR #1646 . Work on making these tests functional for AF3 and test them with out CI...

area:testing
area:ci
support:airflow3

Based on the discussion in https://github.com/astronomer/astronomer-cosmos/pull/1674#discussion_r2048690393 Some of the example DAGs currently use different versions of the jaffle_shop dbt project: - original_jaffle_shop (being removed in PR #1676) - jaffle_shop -...

PR #1509 introduces a new module, _utils/importer.py, which includes the load_method_from_module function to retrieve a callable from a module within the Cosmos package. Refactor existing code that implements similar functionality...

stale

With the introduction of the `ExecutionMode.AIRFLOW_ASYNC` mode, we now have an initial version that supports running dbt models using Airflow’s deferrable operators (currently limited to BigQuery). We should explore extending...

profile:bigquery
area:execution
dbt:test
stale
execution:async

In PR #1535, we introduced tests to run the async DAG across multiple versions of the dbt adapters. It would be valuable to extend this by adding a new test...

area:testing
area:ci
stale
execution:async

Extend the existing document at [Execution Modes - Local Conflicts](https://astronomer.github.io/astronomer-cosmos/getting_started/execution-modes-local-conflicts.html) to include a detailed compatibility matrix. This should cover: - Supported dbt versions — List tested and recommended versions for...

area:docs
stale