-
**Context**
We want more visibility on how much Cosmos spends while parsing the dbt project and building the Airflow DAG.
We'd like to leverage [Airflow Metrics](https://airflow.apache.org/docs/…
-
### Description
Title: Support for Custom Pool Selection in dbt-Cosmos for Airflow
Description:
Currently, when using dbt-Cosmos, we are limited to a specific pool in Airflow. However, we would like…
-
Airflow supports adding links in task details, improving task discoverability and reducing time spent on debugging. For example, The user can jump straight to the Bigquery Console for query and error …
-
### Apache Airflow version
2.10.2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
I'm not sure where the change was made, but default_args was visible at le…
-
> `pip install dbt-core dbt-bigquery`
installed dbt-core=1.8.8 and dbt-bigquery=1.8.3 ok
> `pip install dbt-airflow`
Pip dependency resolver fails to resolve.
Using python 3.12.1 and pip 24.3.…
-
Airflow has released version 2.10, and we've updated our CI to run tests for Airflow 2.10 in PR: https://github.com/astronomer/astronomer-cosmos/pull/1162. We should consider the possibility of discon…
-
## Description
The workflows API is used to ingest datasets using Airflow DAGs. With SM2A we have access to the native airflow endpoints which can be used instead of the workflows. API. This ticket i…
-
### Apache Airflow version
2.10.2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
We are using custom plugin with listener on_dag_run_running. That is being…
-
In https://github.com/apache/airflow/pull/43015, a new Task Execution API-server was added. This can be run with the Core Airflow APIs and can also be run separately.
To run all apis
```shell
airflow…
kaxil updated
2 weeks ago
-
Let's say we have two tasks, extract and load where extract returns a list of json objects say, `[{"foo":"dan","bar":"shc"},{"foo":"alf","bar":"shc"}]`, and load expands on the output of extract
``…