airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Apache Airflow version 3.0.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Inconsistent Task Ordering in the* Grid View. *The task order in...
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When you use the Flask Appbuilder for security, the security/users page...
Hi, i have decided to create a new issue, however, I think it relates to #48554. I get the following error in v3.0.1 when trying to retrieve variables from the...
* Removed duplicated examples from `examples.rst`. * Added a link to the core TaskFlow tutorial (`airflow-core/docs/tutorial/taskflow.rst`) * Kept only the four essential code-snippet steps in examples.rst (define DAG, write tasks,...
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Hi Airflow team, I'm encountering an issue with the Airflow UI...
**Description** When using a custom Timetable that specifies run_after later than the data interval end (e.g. scheduling at 04:00 UTC instead of midnight), Airflow’s scheduler may issue the next interval...
### Description As far as I can tell, there's currently no way for a consumer DAG to access information of the producer DAG(s) that triggered it. It'd be helpful if...
While testing Airflow v3 on OpenShift 4.18 using Helm Chart 1.17.0, I encountered some issues. Since Airflow 3.0.0, both the API Server and DAG Processor are enabled by default. Although...
Ensures that `airflow.cfg` is rendered from the merged configuration object (`$config`) instead of `.Values.config`, allowing computed default values like `execution_api_server_url` to be properly included in the final config. --- **^...
### Description This PR addresses inconsistent capitalization of "TaskFlow" in documentation. The documentation previously contained both "Taskflow" and "TaskFlow" in different places, leading to inconsistency among files. ### Changing Summary...