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

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

provider:Google
area:providers

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

kind:bug
area:API
area:UI
reported_version:2.3

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

kind:bug
priority:medium
area:core
reported_version:2.4

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

area:webserver
area:UI

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

area:system-tests

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

kind:bug
area:UI
reported_version:2.4

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

kind:meta

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

kind:bug
area:providers
good first issue
provider:DBs

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

kind:bug
area:core

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

kind:bug
area:core