airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Previously, when a DAG had multiple versions due to changes (e.g.,...
related: #49648 Changes imports in amazon provider to use airflow.sdk --- **^ 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,...
For the: - VertexAI datasets - Trasnalation native model datasets --- **^ 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,...
### Description Initially we thought of move the tutorials (dags, tasks, taskflow etc etc.) from apache-airflow-core to task-sdk docs but later with discussion with @cmarteepants we have decided to cross-link...
--- This PR introduces a new BteqOperator within the Airflow Teradata provider to support the execution of Teradata BTEQ (Basic Teradata Query) scripts as part of Airflow DAGs. The operator...
related: #48448 closes: #48448 Add tests to all existed decorators to make sure the parameter list they accept matches the operator. In this PR, I have added tests to verify...
(cherry picked from commit 23ecee8c08dc1bc5e5e12151ccd3eb39632d739d) Co-authored-by: Amogh Desai
--- This pull request is an extension of [Do not dynamically determine op links for emr serverless start job operator](https://github.com/apache/airflow/pull/40627). For the same reasons pointed out by @o-nikolas on his...
related issue: #45079 related PR: #45129 related discussion on slack: https://apache-airflow.slack.com/archives/CCZRF2U5A/p1736767159693839 ## Why In short, this PR aims to eliminate OOM issues by: - Replacing full log sorting with a...
Analyze current timetable usage in scheduler vs DAG processor. Decide if timetables belong in core, task-sdk, or separate package (`airflow-commons`/`airflow-protocols`).