airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Results 1281 airflow issues
Sort by recently updated
recently updated
newest added

### Description It would be really helpful, if the new feature @skip_if and @run_if would be available also for whole TaskGroups. With that I would be able to easily toggle...

kind:feature
area:TaskGroup
needs-triage
airflow3.x candidate

# Summary This is a PR draft, which not finished yet

area:providers

### Description There is already a good structured YAML file providing metadata about all valid configuration options in `airflow.cfg`: [airflow/config_templates/config.yml](https://github.com/apache/airflow/blob/9c4b81d71f3caee3a3b1c6d9c626ee5d16f0db7c/airflow/config_templates/config.yml). I think publishing the same data as a JSON schema...

area:dev-env
kind:feature
good first issue

- Changes - Added additional named parameters support to `DatabricksRunNowOperator`: - `dbt_commands` - `job_parameters` - How is it tested - Updated the tests to check the new changes --- **^...

area:providers
provider:databricks

Close: https://github.com/apache/airflow/issues/42312 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In...

### 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...

kind:bug
area:Scheduler
area:MetaDB
area:core
needs-triage

### Apache Airflow version 2.10.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? ### What you think should happen instead? The Timezone displayed in...

kind:bug
area:core
area:UI
needs-triage

As proposed on the [devlist](https://lists.apache.org/thread/bx2w6dpr3ynvnq06n4v62n7g8dodt2rt) I've implemented a new oprator called the "StreamedOperator". Of course I don't know if this is a good name, but I'll explain what I wanted...

This PR introduces the notion of an SQL Dialect class in the DbApiHook. Let me first elaborate why I did such an approach, this PR is a proposition and can...

area:providers
provider:common-sql
provider:microsoft-mssql

Make fixes that allows to run airflow dags in pycharm debugger on Mac M1 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case...

kind:documentation