airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
This PR is a small bugfix/tweak related to BigQueryGetDataOperator project_id implementation. After attempting to use the provided code, the operator wouldn't work because the `get_schema` method wasn't using the `project_id`...
### Apache Airflow version 2.3.0 (latest released) ### What happened After the upgrade from 2.2.4 to 2.3.0, some DAGs grid data seems missing and it renders the UI blank ###...
### Apache Airflow version main (development) ### What happened Worker seems to be stuck in a catatonic state where queued tasks instance messages are not consumed from redis. Redis did...
The try numbers shown in the grid view logs were showing an extra count and just not consistent with how the regular logs page works. Fixes https://github.com/apache/airflow/issues/26194#issuecomment-1249183346 Other fixes: -...
A recent PR pointed out this "trick" and I figure we can clean up the embedded code snippets by moving test-specific operator parameters out of the START/END blocks so the...
### Apache Airflow version 2.4.0 ### What happened Airflow 2.4.0's grid view has an issue: **Grid view stop showing the latest DAG runs in 2.4.0 (regardless of schedule, it shows...
### Body This warning is emitted when running a task instance, at least on mysql: ``` [2022-09-21, 05:22:56 UTC] {logging_mixin.py:117} WARNING - /home/airflow/.local/lib/python3.8/site-packages/airflow/models/renderedtifields.py:258 SAWarning: Coercing Subquery object into a select()...
### Apache Airflow Provider(s) oracle ### Versions of Apache Airflow Providers apache-airflow-providers-oracle==3.1.0 ### Apache Airflow version 2.3.2 (latest released) ### Operating System Linux 4.19.79-1.el7.x86_64 ### Deployment Docker-Compose ### Deployment details...
### Apache Airflow version 2.4.0 ### What happened We are using cross account AWS connection to invoke a Glue job using GlueOperator. When the verbose flag is set we expected...
### Apache Airflow version 2.4.0 ### What happened Here's 10 dags with 200 tasks each: ```python3 from airflow import DAG from airflow.decorators import task from airflow.operators.python import PythonOperator from datetime...