airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
--- **^ 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 case of...
This is a followup to #44872 and should be merged after it, I'll keep it in draft until then. This PR adds OpenLineage support for all BQ job types other...
This is a sugar topping to PR #44982: It adds support for scheduling relevant task instance fields "pool slots", "priority weight" and "queue". Note: Only the last commit of this...
### Description ## Ruff ### AIR302 #### context key (@sunank200) * [ ] `execution_date` (from #43902 https://github.com/apache/airflow/issues/44409) * [ ] `next_ds` (from #43902 https://github.com/apache/airflow/issues/44409) * [ ] `next_ds_nodash` (from #43902...
### Apache Airflow version main (development) ### Operating System MacOS 11.6 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### What...
### Apache Airflow version 2.2.0 ### Operating System Ubuntu 18.04 ### Versions of Apache Airflow Providers Not relevant here ### Deployment Other Docker-based deployment ### Deployment details _No response_ ###...
### Apache Airflow version 2.2.2 (latest released) ### Operating System debian buster (docker) ### Versions of Apache Airflow Providers n/a ### Deployment Astronomer ### Deployment details This dag: ```python3 def...
### Apache Airflow version 2.2.2 ### What happened I have a dag which is scheduled every day and has depends_on_past set to true. When a task fails for a given...
### Apache Airflow version 2.2.3 (latest released) ### What happened If airflow worker process is run under non-root user and a dag contains run_as statement, airflow calls `sudo chown` during...
### Apache Airflow version 2.2.0 ### What happened Celery App Name (https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#celery-app-name) configuration value not used as client name parameter with Redis connection. This does not allow you to control...