status stringclasses 1
value | repo_name stringlengths 9 24 | repo_url stringlengths 28 43 | issue_id int64 1 104k | updated_files stringlengths 8 1.76k | title stringlengths 4 369 | body stringlengths 0 254k โ | issue_url stringlengths 37 56 | pull_url stringlengths 37 54 | before_fix_sha stringlengths 40 40 | after_fix_sha stringlengths 40 40 | report_datetime timestamp[ns, tz=UTC] | language stringclasses 5
values | commit_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | apache/airflow | https://github.com/apache/airflow | 23,670 | ["airflow/www/static/js/dags.js", "airflow/www/views.py", "tests/www/views/test_views_acl.py"] | Airflow 2.3.0: can't filter by owner if selected from dropdown | ### Apache Airflow version
2.3.0 (latest released)
### What happened
On a clean install of 2.3.0, whenever I try to filter by owner, if I select it from the dropdown (which correctly detects the owner's name) it returns the following error:
`DAG "ecodina" seems to be missing from DagBag.`
Webserver's log:
```
... | https://github.com/apache/airflow/issues/23670 | https://github.com/apache/airflow/pull/23804 | 70b41e46b46e65c0446a40ab91624cb2291a5039 | 29afd35b9cfe141b668ce7ceccecdba60775a8ff | 2022-05-12T12:33:06Z | python | 2022-05-24T13:43:23Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,669 | ["docs/README.rst"] | Fix ./breeze build-docs command options in docs/README.rst | ### What do you see as an issue?
I got an error when executing `./breeze build-docs -- --help` command in docs/README.rst.
```bash
% ./breeze build-docs -- --help
Usage: breeze build-docs [OPTIONS]
Try running the '--help' flag for more information.
โญโ Error โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ... | https://github.com/apache/airflow/issues/23669 | https://github.com/apache/airflow/pull/23671 | 3138604b264878f27505223bd14c7814eacc1e57 | 3fa57168a520d8afe0c06d8a0200dd3517f43078 | 2022-05-12T12:17:00Z | python | 2022-05-12T12:33:53Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,666 | ["airflow/providers/amazon/aws/transfers/s3_to_sql.py", "airflow/providers/amazon/provider.yaml", "docs/apache-airflow-providers-amazon/operators/transfer/s3_to_sql.rst", "tests/providers/amazon/aws/transfers/test_s3_to_sql.py", "tests/system/providers/amazon/aws/example_s3_to_sql.py"] | Add transfers operator S3 to SQL / SQL to SQL | ### Description
Should we add S3 to SQL to aws transfers?
### Use case/motivation
1. After process data from spark/glue(more), we need to publish data to sql
2. Synchronize data between 2 sql databases.
### Related issues
_No response_
### Are you willing to submit a PR?
- [X] Yes I am willing to ... | https://github.com/apache/airflow/issues/23666 | https://github.com/apache/airflow/pull/29085 | e5730364b4eb5a3b30e815ca965db0f0e710edb6 | efaed34213ad4416e2f4834d0cd2f60c41814507 | 2022-05-12T09:41:35Z | python | 2023-01-23T21:53:11Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,642 | ["airflow/models/mappedoperator.py", "tests/models/test_taskinstance.py"] | Dynamic Task Crashes scheduler - Non Empty Return | ### Apache Airflow version
2.3.0 (latest released)
### What happened
I have a dag that looks like this.
When I uncomment `py_job`(Dynamically mapped PythonOperator) it works well with `pull_messages` (Taskflow API).
When I try to do the same with `DatabricksRunNowOperator` it crashes the scheduler with erro... | https://github.com/apache/airflow/issues/23642 | https://github.com/apache/airflow/pull/23771 | 5e3f652397005c5fac6c6b0099de345b5c39148d | 3849ebb8d22bbc229d464c4171c9b5ff960cd089 | 2022-05-11T11:56:36Z | python | 2022-05-18T19:43:16Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,639 | ["airflow/models/trigger.py"] | Triggerer process die with DB Deadlock | ### Apache Airflow version
2.2.5
### What happened
When create many Deferrable operator (eg. `TimeDeltaSensorAsync`), triggerer component died because of DB Deadlock issue.
```
[2022-05-11 02:45:08,420] {triggerer_job.py:358} INFO - Trigger <airflow.triggers.temporal.DateTimeTrigger moment=2022-05-13T11:10:00+00... | https://github.com/apache/airflow/issues/23639 | https://github.com/apache/airflow/pull/24071 | 5087f96600f6d7cc852b91079e92d00df6a50486 | d86ae090350de97e385ca4aaf128235f4c21f158 | 2022-05-11T08:03:17Z | python | 2022-06-01T17:54:40Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,623 | ["airflow/providers/snowflake/hooks/snowflake.py", "tests/providers/snowflake/hooks/test_snowflake.py"] | SnowflakeHook.run() raises UnboundLocalError exception if sql argument is empty | ### Apache Airflow Provider(s)
snowflake
### Versions of Apache Airflow Providers
apache-airflow-providers-snowflake==2.3.0
### Apache Airflow version
2.2.2
### Operating System
Amazon Linux AMI
### Deployment
MWAA
### Deployment details
_No response_
### What happened
If the sql parameter is an empty list... | https://github.com/apache/airflow/issues/23623 | https://github.com/apache/airflow/pull/23767 | 4c9f7560355eefd57a29afee73bf04273e81a7e8 | 86cfd1244a641a8f17c9b33a34399d9be264f556 | 2022-05-10T14:37:36Z | python | 2022-05-20T03:59:25Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,622 | ["airflow/providers/databricks/operators/databricks.py"] | DatabricksSubmitRunOperator and DatabricksRunNowOperator cannot define .json as template_ext | ### Apache Airflow version
2.2.2
### What happened
Introduced here https://github.com/apache/airflow/commit/0a2d0d1ecbb7a72677f96bc17117799ab40853e0 databricks operators now define template_ext property as `('.json',)`. This change broke a few dags we have currently as they basically define a config json file ... | https://github.com/apache/airflow/issues/23622 | https://github.com/apache/airflow/pull/23641 | 84c9f4bf70cbc2f4ba19fdc5aa88791500d4daaa | acf89510cd5a18d15c1a45e674ba0bcae9293097 | 2022-05-10T13:54:23Z | python | 2022-06-04T21:51:51Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,613 | ["airflow/providers/google/cloud/example_dags/example_cloud_sql.py", "airflow/providers/google/cloud/operators/cloud_sql.py", "tests/providers/google/cloud/operators/test_cloud_sql.py"] | Add an offload option to CloudSQLExportInstanceOperator validation specification | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow-providers-google==5.0.0
### Apache Airflow version
2.1.2
### Operating System
GCP Container
### Deployment
Composer
### Deployment details
composer-1.17.1-airflow-2.1.2
### What happened
I want to use serverless e... | https://github.com/apache/airflow/issues/23613 | https://github.com/apache/airflow/pull/23614 | 1bd75ddbe3b1e590e38d735757d99b43db1725d6 | 74557e41e3dcedec241ea583123d53176994cccc | 2022-05-10T07:23:07Z | python | 2022-05-10T09:49:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,610 | ["airflow/executors/celery_kubernetes_executor.py", "airflow/executors/local_kubernetes_executor.py", "tests/executors/test_celery_kubernetes_executor.py", "tests/executors/test_local_kubernetes_executor.py"] | AttributeError: 'CeleryKubernetesExecutor' object has no attribute 'send_callback' | ### Apache Airflow version
2.3.0 (latest released)
### What happened
The issue started to occur after upgrading airflow from v2.2.5 to v2.3.0. The schedulers are crashing when DAG's SLA is configured. Only occurred when I used `CeleryKubernetesExecutor`. Tested on `CeleryExecutor` and it works as expected.
... | https://github.com/apache/airflow/issues/23610 | https://github.com/apache/airflow/pull/23617 | 60a1d9d191fb8fc01893024c897df9632ad5fbf4 | c5b72bf30c8b80b6c022055834fc7272a1a44526 | 2022-05-10T03:29:05Z | python | 2022-05-10T17:13:00Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,588 | ["airflow/www/static/js/dag/details/taskInstance/taskActions/ClearInstance.tsx", "airflow/www/static/js/dag/details/taskInstance/taskActions/MarkInstanceAs.tsx"] | After upgrade from Airflow 2.2.4, grid disappears for some DAGs | ### 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
### What you think should happen instead
When I click the grid for a specific execution date, I expect to be able to click the tasks and view the... | https://github.com/apache/airflow/issues/23588 | https://github.com/apache/airflow/pull/32992 | 8bfad056d8ef481cc44288c5749fa5c54efadeaa | 943b97850a1e82e4da22e8489c4ede958a42213d | 2022-05-09T13:37:42Z | python | 2023-08-03T08:29:03Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,580 | ["airflow/www/static/js/grid/AutoRefresh.jsx", "airflow/www/static/js/grid/Grid.jsx", "airflow/www/static/js/grid/Grid.test.jsx", "airflow/www/static/js/grid/Main.jsx", "airflow/www/static/js/grid/ToggleGroups.jsx", "airflow/www/static/js/grid/api/useGridData.test.jsx", "airflow/www/static/js/grid/details/index.jsx", "... | `task_id` with `.` e.g. `hello.world` is not rendered in grid view | ### Apache Airflow version
2.3.0 (latest released)
### What happened
`task_id` with `.` e.g. `hello.world` is not rendered in grid view.
### What you think should happen instead
The task should be rendered just fine in Grid view.
### How to reproduce
```
#
# Licensed to the Apache Software Foundation (ASF) und... | https://github.com/apache/airflow/issues/23580 | https://github.com/apache/airflow/pull/23590 | 028087b5a6e94fd98542d0e681d947979eb1011f | afdfece9372fed83602d50e2eaa365597b7d0101 | 2022-05-09T07:04:00Z | python | 2022-05-12T19:48:31Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,576 | ["setup.py"] | The xmltodict 0.13.0 breaks some emr tests | ### Apache Airflow version
main (development)
### What happened
The xmltodict 0.13.0 breaks some EMR tests (this is happening in `main` currently:
Example: https://github.com/apache/airflow/runs/6343826225?check_suite_focus=true#step:9:13417
```
tests/providers/amazon/aws/hooks/test_emr.py::TestEmrHook::test_... | https://github.com/apache/airflow/issues/23576 | https://github.com/apache/airflow/pull/23992 | 614b2329c1603ef1e2199044e2cc9e4b7332c2e0 | eec85d397ef0ecbbe5fd679cf5790adae2ad9c9f | 2022-05-09T01:07:36Z | python | 2022-05-28T21:58:59Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,572 | ["airflow/cli/commands/dag_processor_command.py", "tests/cli/commands/test_dag_processor_command.py"] | cli command `dag-processor` uses `[core] sql_alchemy_conn` | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Dag processor failed to start if `[core] sql_alchemy_conn` not defined
```
airflow-local-airflow-dag-processor-1 | [2022-05-08 16:42:35,835] {configuration.py:494} WARNING - section/key [core/sql_alchemy_conn] not found in config
airflow-loca... | https://github.com/apache/airflow/issues/23572 | https://github.com/apache/airflow/pull/23575 | 827bfda59b7a0db6ada697ccd01c739d37430b9a | 9837e6d813744e3c5861c32e87b3aeb496d0f88d | 2022-05-08T16:48:55Z | python | 2022-05-09T08:50:33Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,566 | ["chart/values.yaml"] | Description of defaultAirflowRepository in values.yaml is misleading | ### Official Helm Chart version
1.5.0 (latest released)
### Apache Airflow version
2.3.0 (latest released)
### Kubernetes Version
minikube v1.25.2
### Helm Chart configuration
_No response_
### Docker Image customisations
_No response_
### What happened
defaultAirflowRepository is described in ```values.yaml... | https://github.com/apache/airflow/issues/23566 | https://github.com/apache/airflow/pull/26428 | a2b186a152ade5b2932c5d01b437f5549f250a89 | 02d22f6ce2dbb4a1c5c5eb01dfa3070327e377bb | 2022-05-08T12:49:55Z | python | 2022-09-19T14:03:25Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,557 | ["airflow/operators/python.py", "tests/operators/test_python.py"] | templates_dict, op_args, op_kwargs no longer rendered in PythonVirtualenvOperator | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Templated strings in templates_dict, op_args, op_kwargs of PythonVirtualenvOperator are no longer rendered.
### What you think should happen instead
All templated strings in templates_dict, op_args and op_kwargs must be rendered, i.e. these 3 ar... | https://github.com/apache/airflow/issues/23557 | https://github.com/apache/airflow/pull/23559 | 7132be2f11db24161940f57613874b4af86369c7 | 1657bd2827a3299a91ae0abbbfe4f6b80bd4cdc0 | 2022-05-07T11:49:44Z | python | 2022-05-09T15:17:34Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,550 | ["airflow/models/dagrun.py", "tests/models/test_dagrun.py"] | Dynamic Task Mapping is Immutable within a Run | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Looks like mapped tasks are immutable, even when the source XCOM that created them changes.
This is a problem for things like Late Arriving Data and Data Reprocessing
### What you think should happen instead
Mapped tasks should change in resp... | https://github.com/apache/airflow/issues/23550 | https://github.com/apache/airflow/pull/23667 | ad297c91777277e2b76dd7b7f0e3e3fc5c32e07c | b692517ce3aafb276e9d23570e9734c30a5f3d1f | 2022-05-06T21:42:12Z | python | 2022-06-18T07:32:38Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,546 | ["airflow/www/views.py", "tests/www/views/test_views_graph_gantt.py"] | Gantt Chart Broken After Deleting a Task | ### Apache Airflow version
2.2.5
### What happened
After a task was deleted from a DAG we received the following message when visiting the gantt view for the DAG in the webserver.
```
{
"detail": null,
"status": 404,
"title": "Task delete-me not found",
"type": "https://airflow.apache.org/docs/... | https://github.com/apache/airflow/issues/23546 | https://github.com/apache/airflow/pull/23627 | e09e4635b0dc50cbd3a18f8be02ce9b2e2f3d742 | 4b731f440734b7a0da1bbc8595702aaa1110ad8d | 2022-05-06T20:07:01Z | python | 2022-05-20T19:24:14Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,532 | ["airflow/utils/file.py", "tests/utils/test_file.py"] | Airflow .airflowignore not handling soft link properly. | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Soft link and folder under same root folder will be handled as the same relative path. Say i have dags folder which looks like this:
```
-dags:
-- .airflowignore
-- folder
-- soft-links-to-folder -> folder
```
and .airflowignore:... | https://github.com/apache/airflow/issues/23532 | https://github.com/apache/airflow/pull/23535 | 7ab5ea7853df9d99f6da3ab804ffe085378fbd8a | 8494fc7036c33683af06a0e57474b8a6157fda05 | 2022-05-06T13:57:32Z | python | 2022-05-20T06:35:41Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,529 | ["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py"] | Provide resources attribute in KubernetesPodOperator to be templated | ### Description
Make resources in KubernetesPodOperator as templated. We need to modify this during several runs and it needs code change for each run.
### Use case/motivation
For running CPU and memory intensive workloads, we want to continuously optimise the "limt_cpu" and "limit_memory" parameters. Hence, we want... | https://github.com/apache/airflow/issues/23529 | https://github.com/apache/airflow/pull/27457 | aefadb8c5b9272613d5806b054a1b46edf29d82e | 47a2b9ee7f1ff2cc1cc1aa1c3d1b523c88ba29fb | 2022-05-06T13:35:16Z | python | 2022-11-09T08:47:55Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,523 | ["scripts/ci/docker-compose/integration-cassandra.yml"] | Cassandra container 3.0.26 fails to start on CI | ### Apache Airflow version
main (development)
### What happened
Cassandra released a new image (3.0.26) on 05.05.2022 and it broke our builds, for example:
* https://github.com/apache/airflow/runs/6320170343?check_suite_focus=true#step:10:6651
* https://github.com/apache/airflow/runs/6319805534?check_suite_focus... | https://github.com/apache/airflow/issues/23523 | https://github.com/apache/airflow/pull/23537 | 953b85d8a911301c040a3467ab2a1ba2b6d37cd7 | 22a564296be1aee62d738105859bd94003ad9afc | 2022-05-06T10:40:06Z | python | 2022-05-07T13:36:55Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,514 | ["airflow/providers/amazon/aws/hooks/s3.py", "tests/providers/amazon/aws/hooks/test_s3.py"] | Json files from S3 downloading as text files | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
2.3.0 (latest released)
### Operating System
Mac OS Mojave 10.14.6
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What h... | https://github.com/apache/airflow/issues/23514 | https://github.com/apache/airflow/pull/26886 | d544e8fbeb362e76e14d7615d354a299445e5b5a | 777b57f0c6a8ca16df2b96fd17c26eab56b3f268 | 2022-05-05T21:59:08Z | python | 2022-10-26T11:01:10Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,512 | ["airflow/cli/commands/webserver_command.py", "tests/cli/commands/test_webserver_command.py"] | Random "duplicate key value violates unique constraint" errors when initializing the postgres database | ### Apache Airflow version
2.3.0 (latest released)
### What happened
while testing airflow 2.3.0 locally (using postgresql 12.4), the webserver container shows random errors:
```
webserver_1 | + airflow db init
...
webserver_1 | + exec airflow webserver
...
webserver_1 | [2022-05-04 18:58:46,011] {{ma... | https://github.com/apache/airflow/issues/23512 | https://github.com/apache/airflow/pull/27297 | 9ab1a6a3e70b32a3cddddf0adede5d2f3f7e29ea | 8f99c793ec4289f7fc28d890b6c2887f0951e09b | 2022-05-05T20:00:11Z | python | 2022-10-27T04:25:44Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,497 | ["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "airflow/providers/cncf/kubernetes/utils/pod_manager.py", "tests/providers/cncf/kubernetes/utils/test_pod_manager.py"] | Tasks stuck indefinitely when following container logs | ### Apache Airflow version
2.2.4
### What happened
I observed that some workers hanged randomly after being running. Also, logs were not being reported. After some time, the pod status was on "Completed" when inspecting from k8s api, but wasn't on Airflow, which showed "status:running" for the pod.
After some... | https://github.com/apache/airflow/issues/23497 | https://github.com/apache/airflow/pull/28336 | 97006910a384579c9f0601a72410223f9b6a0830 | 6d2face107f24b7e7dce4b98ae3def1178e1fc4c | 2022-05-05T09:06:19Z | python | 2023-03-04T18:08:09Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,476 | ["airflow/www/static/js/grid/TaskName.jsx"] | Grid View - Multilevel taskgroup shows white text on the UI | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Blank text if there are nested Task Groups .
Nested TaskGroup - Graph view:

Nested TaskGroup - Grid view:

### What happened
I upgraded my airflow instance from version 2.1.3 to 2.3.0 but got issue that there are no permission for new DAGs.
**The issue only happens in DAG which has dag_id contains dot symbol.**
### What you think should happen instead
There ... | https://github.com/apache/airflow/issues/23473 | https://github.com/apache/airflow/pull/23510 | ae3e68af3c42a53214e8264ecc5121049c3beaf3 | cc35fcaf89eeff3d89e18088c2e68f01f8baad56 | 2022-05-04T09:37:57Z | python | 2022-06-08T07:47:26Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,460 | ["README.md", "breeze-complete", "dev/breeze/src/airflow_breeze/global_constants.py", "images/breeze/output-commands-hash.txt", "images/breeze/output-commands.svg", "images/breeze/output-config.svg", "images/breeze/output-shell.svg", "images/breeze/output-start-airflow.svg", "scripts/ci/libraries/_initialization.sh"] | Add Postgres 14 support | ### Description
_No response_
### Use case/motivation
Using Postgres 14 as backend
### Related issues
_No response_
### Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main... | https://github.com/apache/airflow/issues/23460 | https://github.com/apache/airflow/pull/23506 | 9ab9cd47cff5292c3ad602762ae3e371c992ea92 | 6169e0a69875fb5080e8d70cfd9d5e650a9d13ba | 2022-05-03T18:15:31Z | python | 2022-05-11T16:26:19Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,447 | ["airflow/cli/commands/dag_processor_command.py", "tests/cli/commands/test_dag_processor_command.py"] | External DAG processor not working | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Running a standalone Dag Processor instance with `airflow dag-processor` throws the following exception:
```
Standalone DagProcessor is not supported when using sqlite.
```
### What you think should happen instead
The `airflow dag-pr... | https://github.com/apache/airflow/issues/23447 | https://github.com/apache/airflow/pull/23575 | 827bfda59b7a0db6ada697ccd01c739d37430b9a | 9837e6d813744e3c5861c32e87b3aeb496d0f88d | 2022-05-03T13:36:02Z | python | 2022-05-09T08:50:33Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,439 | ["airflow/providers/google/cloud/hooks/dataproc.py", "tests/providers/google/cloud/hooks/test_dataproc.py", "tests/providers/google/cloud/operators/test_dataproc.py"] | DataprocJobBaseOperator not compatible with TaskGroups | ### Body
Following Stackoverflow question: https://stackoverflow.com/questions/72091119/airflow-issues-with-calling-taskgroup
The issue is that when defining task in TaskGroup the identifier of the task becomes `group_id.task_id`
[DataprocJobBaseOperator](https://github.com/apache/airflow/blob/05ccfd42f28db7d0a8... | https://github.com/apache/airflow/issues/23439 | https://github.com/apache/airflow/pull/23791 | 509b277dce50fb1fbc25aea565182933bb506ee2 | a43e98d05047d9c4d5a7778bcb10efc4bdef7a01 | 2022-05-03T05:49:10Z | python | 2022-05-22T11:43:21Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,437 | ["airflow/providers/amazon/aws/hooks/s3.py", "airflow/providers/amazon/aws/links/emr.py", "airflow/providers/amazon/aws/sensors/emr.py", "airflow/providers/amazon/provider.yaml", "tests/providers/amazon/aws/hooks/test_s3.py", "tests/providers/amazon/aws/sensors/test_emr_base.py", "tests/providers/amazon/aws/sensors/tes... | Logs for EmrStepSensor | ### Description
Add feature to EmrStepSensor to bring back the spark task url & logs after task execution
### Use case/motivation
After starting an EMR step task using EmrAddStepsOperator we generally have an EmrStepSensor to track the status of the step. The job ID is available for the sensor and is being poked at ... | https://github.com/apache/airflow/issues/23437 | https://github.com/apache/airflow/pull/28180 | 9eacf607be109eb6ab80f7e27d234a17fb128ae0 | fefcb1d567d8d605f7ec9b7d408831d656736541 | 2022-05-03T04:35:44Z | python | 2022-12-20T08:05:05Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,435 | ["airflow/decorators/base.py", "airflow/models/mappedoperator.py", "airflow/serialization/serialized_objects.py", "tests/api_connexion/endpoints/test_task_endpoint.py", "tests/models/test_taskinstance.py"] | Empty `expand()` crashes the scheduler | ### Apache Airflow version
2.3.0 (latest released)
### What happened
I've found a DAG that will crash the scheduler:
```
@task
def hello():
return "hello"
hello.expand()
```
```
[2022-05-03 03:41:23,779] {scheduler_job.py:753} ERROR - Exception when executing SchedulerJob._run_scheduler... | https://github.com/apache/airflow/issues/23435 | https://github.com/apache/airflow/pull/23463 | c9b21b8026c595878ee4cc934209fc1fc2ca2396 | 9214018153dd193be6b1147629f73b23d8195cce | 2022-05-03T03:46:12Z | python | 2022-05-27T04:25:13Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,425 | ["airflow/models/mappedoperator.py", "tests/models/test_taskinstance.py"] | Mapping over multiple parameters results in 1 task fewer than expected | ### Apache Airflow version
2.3.0 (latest released)
### What happened
While testing the [example](https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/dynamic-task-mapping.html#mapping-over-multiple-parameters) given for `Mapping over multiple parameters` I noticed only 5 tasks are being mapped rather ... | https://github.com/apache/airflow/issues/23425 | https://github.com/apache/airflow/pull/23434 | 0fde90d92ae306f37041831f5514e9421eee676b | 3fb8e0b0b4e8810bedece873949871a94dd7387a | 2022-05-02T18:17:23Z | python | 2022-05-04T19:02:09Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,420 | ["airflow/api_connexion/endpoints/dag_run_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/dag_run_schema.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py"] | Add a queue DAG run endpoint to REST API | ### Description
Add a POST endpoint to queue a dag run like we currently do [here](https://github.com/apache/airflow/issues/23419).
Url format: `api/v1/dags/{dag_id}/dagRuns/{dag_run_id}/queue`
### Use case/motivation
_No response_
### Related issues
_No response_
### Are you willing to submit a PR?
- [ ] Y... | https://github.com/apache/airflow/issues/23420 | https://github.com/apache/airflow/pull/23481 | 1220c1a7a9698cdb15289d7066b29c209aaba6aa | 4485393562ea4151a42f1be47bea11638b236001 | 2022-05-02T17:42:15Z | python | 2022-05-09T12:25:48Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,419 | ["airflow/api_connexion/endpoints/dag_run_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/dag_run_schema.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py"] | Add a DAG Run clear endpoint to REST API | ### Description
Add a POST endpoint to clear a dag run like we currently do [here](https://github.com/apache/airflow/blob/main/airflow/www/views.py#L2087).
Url format: `api/v1/dags/{dag_id}/dagRuns/{dag_run_id}/clear`
### Use case/motivation
_No response_
### Related issues
_No response_
### Are you willing to... | https://github.com/apache/airflow/issues/23419 | https://github.com/apache/airflow/pull/23451 | f352ee63a5d09546a7997ba8f2f8702a1ddb4af7 | b83cc9b5e2c7e2516b0881861bbc0f8589cb531d | 2022-05-02T17:40:44Z | python | 2022-05-24T03:30:20Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,415 | ["airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/dag_run_schema.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py", "tests/api_connexion/schemas/test_dag_run_schema.py"] | Add more fields to DAG Run API endpoints | ### Description
There are a few fields that would be useful to include in the REST API for getting a DAG run or list of DAG runs:
`data_interval_start`
`data_interval_end`
`last_scheduling_decision`
`run_type` as (backfill, manual and scheduled)
### Use case/motivation
We use this information in the Grid view ... | https://github.com/apache/airflow/issues/23415 | https://github.com/apache/airflow/pull/23440 | 22b49d334ef0008be7bd3d8481b55b8ab5d71c80 | 6178491a117924155963586b246d2bf54be5320f | 2022-05-02T17:26:24Z | python | 2022-05-03T12:27:14Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,414 | ["airflow/migrations/utils.py", "airflow/migrations/versions/0110_2_3_2_add_cascade_to_dag_tag_foreignkey.py", "airflow/models/dag.py", "docs/apache-airflow/migrations-ref.rst"] | airflow db clean - Dag cleanup won't run if dag is tagged | ### Apache Airflow version
2.3.0 (latest released)
### What happened
When running `airflow db clean`, if a to-be-cleaned dag is also tagged, a foreign key constraint in dag_tag is violated. Full error:
```
sqlalchemy.exc.IntegrityError: (psycopg2.errors.ForeignKeyViolation) update or delete on table "dag"... | https://github.com/apache/airflow/issues/23414 | https://github.com/apache/airflow/pull/23444 | e2401329345dcc5effa933b92ca969b8779755e4 | 8ccff9244a6d1a936d8732721373b967e95ec404 | 2022-05-02T17:23:19Z | python | 2022-05-27T14:28:49Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,411 | ["airflow/sensors/base.py", "tests/serialization/test_dag_serialization.py", "tests/ti_deps/deps/test_ready_to_reschedule_dep.py"] | PythonSensor is not considering mode='reschedule', instead marking task UP_FOR_RETRY | ### Apache Airflow version
2.3.0 (latest released)
### What happened
A PythonSensor that works on versions <2.3.0 in mode reschedule is now marking the task as `UP_FOR_RETRY` instead.
Log says:
```
[2022-05-02, 15:48:23 UTC] {python.py:66} INFO - Poking callable: <function test at 0x7fd56286bc10>
[2022-05-02, ... | https://github.com/apache/airflow/issues/23411 | https://github.com/apache/airflow/pull/23674 | d3b08802861b006fc902f895802f460a72d504b0 | f9e2a3051cd3a5b6fcf33bca4c929d220cf5661e | 2022-05-02T16:07:22Z | python | 2022-05-17T12:18:29Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,408 | ["airflow/configuration.py"] | Airflow 2.3.0 does not keep promised backward compatibility regarding database configuration using _CMD Env | ### Apache Airflow version
2.3.0 (latest released)
### What happened
We used to configure the Database using the AIRFLOW__CORE__SQL_ALCHEMY_CONN_CMD Environment variable.
Now the config option moved from CORE to DATABASE. However, we intended to keep backward compatibility as stated in the [Release Notes](AIRFLOW__... | https://github.com/apache/airflow/issues/23408 | https://github.com/apache/airflow/pull/23441 | 6178491a117924155963586b246d2bf54be5320f | 0cdd401cda61006a42afba243f1ad813315934d4 | 2022-05-02T14:49:36Z | python | 2022-05-03T12:48:30Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,396 | ["airflow/providers/cncf/kubernetes/utils/pod_manager.py"] | Airflow kubernetes pod operator fetch xcom fails | ### Apache Airflow version
2.3.0 (latest released)
### What happened
Airflow kubernetes pod operator load xcom fails
def _exec_pod_command(self, resp, command: str) -> Optional[str]:
if resp.is_open():
self.log.info('Running command... %s\n', command)
resp.write_stdin(comma... | https://github.com/apache/airflow/issues/23396 | https://github.com/apache/airflow/pull/23490 | b0406f58f0c51db46d2da7c7c84a0b5c3d4f09ae | faae9faae396610086d5ea18d61c356a78a3d365 | 2022-05-02T00:42:02Z | python | 2022-05-10T15:46:55Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,361 | ["airflow/models/taskinstance.py", "tests/jobs/test_scheduler_job.py"] | Scheduler crashes with psycopg2.errors.DeadlockDetected exception | ### Apache Airflow version
2.2.5 (latest released)
### What happened
Customer has a dag that generates around 2500 tasks dynamically using a task group. While running the dag, a subset of the tasks (~1000) run successfully with no issue and (~1500) of the tasks are getting "skipped", and the dag fails. The same DAG ... | https://github.com/apache/airflow/issues/23361 | https://github.com/apache/airflow/pull/25312 | 741c20770230c83a95f74fe7ad7cc9f95329f2cc | be2b53eaaf6fc136db8f3fa3edd797a6c529409a | 2022-04-29T13:05:15Z | python | 2022-08-09T14:17:41Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,356 | ["airflow/executors/kubernetes_executor.py", "tests/executors/test_kubernetes_executor.py"] | Tasks set to queued by a backfill get cleared and rescheduled by the kubernetes executor, breaking the backfill | ### Apache Airflow version
2.2.5 (latest released)
### What happened
A backfill launched from the scheduler pod, queues tasks as it should but while they are in the process of starting the kubernentes executor loop running in the scheduler clears these tasks and reschedules them via this function https://github.com/... | https://github.com/apache/airflow/issues/23356 | https://github.com/apache/airflow/pull/23720 | 49cfb6498eed0acfc336a24fd827b69156d5e5bb | 640d4f9636d3867d66af2478bca15272811329da | 2022-04-29T08:57:18Z | python | 2022-11-18T01:09:31Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,343 | ["tests/cluster_policies/__init__.py", "tests/dags_corrupted/test_nonstring_owner.py", "tests/models/test_dagbag.py"] | Silent DAG import error by making owner a list | ### Apache Airflow version
2.2.5 (latest released)
### What happened
If the argument `owner` is unhashable, such as a list, the DAG will fail to be imported, but will also not report as an import error. If the DAG is new, it will simply be missing. If this is an update to the existing DAG, the webserver will continu... | https://github.com/apache/airflow/issues/23343 | https://github.com/apache/airflow/pull/23359 | 9a0080c20bb2c4a9c0f6ccf1ece79bde895688ac | c4887bcb162aab9f381e49cecc2f212600c493de | 2022-04-28T22:09:14Z | python | 2022-05-02T10:58:53Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,327 | ["airflow/providers/google/cloud/operators/gcs.py"] | GCSTransformOperator: provide Jinja templating in source and destination object names | ### Description
Provide an option to receive the source_object and destination_object via Jinja params.
### Use case/motivation
Usecase: Need to execute a DAG to fetch a video from GCS bucket based on paramater and then transform it and store it back.
### Related issues
_No response_
### Are you willing to subm... | https://github.com/apache/airflow/issues/23327 | https://github.com/apache/airflow/pull/23328 | 505af06303d8160c71f6a7abe4792746f640083d | c82b3b94660a38360f61d47676ed180a0d32c189 | 2022-04-28T12:27:11Z | python | 2022-04-28T17:07:26Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,315 | ["airflow/utils/dot_renderer.py", "tests/utils/test_dot_renderer.py"] | `airflow dags show` Exception: "The node ... should be TaskGroup and is not" | ### Apache Airflow version
main (development)
### What happened
This happens for any dag with a task expansion. For instance:
```python
from datetime import datetime
from airflow import DAG
from airflow.operators.bash import BashOperator
with DAG(
dag_id="simple_mapped",
start_date=datetime... | https://github.com/apache/airflow/issues/23315 | https://github.com/apache/airflow/pull/23339 | d3028e1e9036a3c67ec4477eee6cd203c12f7f5c | 59e93106d55881163a93dac4a5289df1ba6e1db5 | 2022-04-28T01:49:46Z | python | 2022-04-30T17:46:08Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,306 | ["docs/helm-chart/production-guide.rst"] | Helm chart production guide fails to inform resultBackendSecretName parameter should be used | ### What do you see as an issue?
The [production guide](https://airflow.apache.org/docs/helm-chart/stable/production-guide.html) indicates that the code below is what is necessary for deploying with secrets. But `resultBackendSecretName` should also be filled, or Airflow wont start.
```
data:
metadataSecretName: ... | https://github.com/apache/airflow/issues/23306 | https://github.com/apache/airflow/pull/23307 | 3977e1798d8294ba628b5f330f43702c1a5c79fc | 48915bd149bd8b58853880d63b8c6415688479ec | 2022-04-27T20:34:07Z | python | 2022-05-04T21:28:15Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,293 | [".github/ISSUE_TEMPLATE/airflow_doc_issue_report.yml", "README.md"] | Fix typos in README.md and airflow_doc_issue_report.yml | ### What do you see as an issue?
Just found small typos as below:
1) Missing a period symbol right after the sentence
- File Location: README.md
- Simply added a period at the end of the sentence: "...it is effectively removed when we release the first new MINOR (Or MAJOR if there is no new MINOR version) of ... | https://github.com/apache/airflow/issues/23293 | https://github.com/apache/airflow/pull/23294 | 97ad3dbab59407fde97367fe7c0c4602c1d3452f | c26796e31a9543cd8b45b50264128ac17455002c | 2022-04-27T17:43:01Z | python | 2022-04-27T21:30:12Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,292 | ["airflow/providers/google/cloud/hooks/cloud_sql.py"] | GCP Composer v1.18.6 and 2.0.10 incompatible with CloudSqlProxyRunner | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
6.6.0 or above
### Apache Airflow version
2.2.3
### Operating System
n/a
### Deployment
Composer
### Deployment details
_No response_
### What happened
Hi! A [user on StackOverflow](https://stackoverflow.com/questions/71975635/g... | https://github.com/apache/airflow/issues/23292 | https://github.com/apache/airflow/pull/23299 | 0c9c1cf94acc6fb315a9bc6f5bf1fbd4e4b4c923 | 1f3260354988b304cf31d5e1d945ce91798bed48 | 2022-04-27T17:34:37Z | python | 2022-04-28T13:42:42Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,285 | ["airflow/models/taskmixin.py", "airflow/utils/edgemodifier.py", "airflow/utils/task_group.py", "tests/utils/test_edgemodifier.py"] | Cycle incorrectly detected in DAGs when using Labels within Task Groups | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
When attempting to create a DAG containing Task Groups and in those Task Groups there are Labels between nodes, the DAG fails to import due to cycle detection.
Consider this DAG:
```python
from pendulum import datetime
from airflow.decorat... | https://github.com/apache/airflow/issues/23285 | https://github.com/apache/airflow/pull/23291 | 726b27f86cf964924e5ee7b29a30aefe24dac45a | 3182303ce50bda6d5d27a6ef4e19450fb4e47eea | 2022-04-27T16:28:04Z | python | 2022-04-27T18:12:08Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,284 | ["airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/task_schema.py", "tests/api_connexion/endpoints/test_task_endpoint.py", "tests/api_connexion/schemas/test_task_schema.py"] | Get DAG tasks in REST API does not include is_mapped | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
The rest API endpoint for get [/dags/{dag_id}/tasks](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_tasks) does not include `is_mapped`.
Example: `consumer` is mapped but I have no way to tell that fro... | https://github.com/apache/airflow/issues/23284 | https://github.com/apache/airflow/pull/23319 | 98ec8c6990347fda60cbad33db915dc21497b1f0 | f3d80c2a0dce93b908d7c9de30c9cba673eb20d5 | 2022-04-27T15:37:09Z | python | 2022-04-28T12:54:48Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,272 | ["breeze-legacy"] | Breeze-legacy missing flag_build_docker_images | ### Apache Airflow version
main (development)
### What happened
Running `./breeze-legacy` warns about a potential issue:
```shell
โฏ ./breeze-legacy --help
Good version of docker 20.10.13.
./breeze-legacy: line 1434: breeze::flag_build_docker_images: command not found
...
```
And sure enough, `flag_build... | https://github.com/apache/airflow/issues/23272 | https://github.com/apache/airflow/pull/23276 | 1e87f51d163a8db7821d3a146c358879aff7ec0e | aee40f82ccec7651abe388d6a2cbac35f5f4c895 | 2022-04-26T19:20:12Z | python | 2022-04-26T22:43:09Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,266 | ["airflow/providers/microsoft/azure/hooks/wasb.py", "tests/providers/microsoft/azure/hooks/test_wasb.py"] | wasb hook not using AZURE_CLIENT_ID environment variable as client_id for ManagedIdentityCredential | ### Apache Airflow Provider(s)
microsoft-azure
### Versions of Apache Airflow Providers
apache-airflow-providers-microsoft-azure==3.8.0
### Apache Airflow version
2.2.4
### Operating System
Ubuntu 20.04.2 LTS
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
Have deployed airflow using... | https://github.com/apache/airflow/issues/23266 | https://github.com/apache/airflow/pull/23394 | fcfaa8307ac410283f1270a0df9e557570e5ffd3 | 8f181c10344bd319ac5f6aeb102ee3c06e1f1637 | 2022-04-26T17:23:24Z | python | 2022-05-08T21:12:26Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,249 | ["airflow/cli/commands/task_command.py", "tests/cli/commands/test_task_command.py"] | Pool option does not work in backfill command | ### Apache Airflow version
2.2.4
### What happened
Discussion Ref: https://github.com/apache/airflow/discussions/22201
Added the pool option to the backfill command, but only uses default_pool.
The log appears as below, but if you check the Task Instance Details / List Pool UI, default_pool is used.
```... | https://github.com/apache/airflow/issues/23249 | https://github.com/apache/airflow/pull/23258 | 511d0ee256b819690ccf0f6b30d12340b1dd7f0a | 3970ea386d5e0a371143ad1e69b897fd1262842d | 2022-04-26T10:48:39Z | python | 2022-04-30T19:11:07Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,246 | ["airflow/api_connexion/endpoints/task_instance_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/task_instance_schema.py", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_task_instance_endpoint.py"] | Add api call for changing task instance status | ### Description
In the UI you can change the status of a task instance, but there is no API call available for the same feature.
It would be nice to have an api call for this as well.
### Use case/motivation
I found a solution on stack-overflow on [How to add manual tasks in an Apache Airflow Dag]. There is a su... | https://github.com/apache/airflow/issues/23246 | https://github.com/apache/airflow/pull/26165 | 5c37b503f118b8ad2585dff9949dd8fdb96689ed | 1e6f1d54c54e5dc50078216e23ba01560ebb133c | 2022-04-26T09:17:52Z | python | 2022-10-31T05:31:26Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,227 | ["airflow/api_connexion/endpoints/task_instance_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/task_instance_schema.py", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/schemas/test_task_instance_schema.py"] | Ability to clear a specific DAG Run's task instances via REST APIs | ### Discussed in https://github.com/apache/airflow/discussions/23220
<div type='discussions-op-text'>
<sup>Originally posted by **yashk97** April 25, 2022</sup>
Hi,
My use case is in case multiple DAG Runs fail on some task (not the same one in all of them), I want to individually re-trigger each of these DAG... | https://github.com/apache/airflow/issues/23227 | https://github.com/apache/airflow/pull/23516 | 3221ed5968423ea7a0dc7e1a4b51084351c2d56b | eceb4cc5888a7cf86a9250fff001fede2d6aba0f | 2022-04-25T18:40:24Z | python | 2022-08-05T17:27:55Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,206 | ["airflow/migrations/utils.py", "airflow/migrations/versions/0110_2_3_2_add_cascade_to_dag_tag_foreignkey.py", "airflow/models/dag.py", "docs/apache-airflow/migrations-ref.rst"] | UI shows Foreign Key Error when deleting a dag | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
I tried to delete a dag from the grid view, and I saw this instead
```
Ooops!
Something bad has happened.
...
Python version: 3.7.13
Airflow version: 2.3.0b1
Node: airflow-webserver-7c4f49f5dd-h74w2
-----------------------------------------... | https://github.com/apache/airflow/issues/23206 | https://github.com/apache/airflow/pull/23444 | e2401329345dcc5effa933b92ca969b8779755e4 | 8ccff9244a6d1a936d8732721373b967e95ec404 | 2022-04-25T03:42:45Z | python | 2022-05-27T14:28:49Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,174 | ["CONTRIBUTORS_QUICK_START.rst", "CONTRIBUTORS_QUICK_START_CODESPACES.rst", "CONTRIBUTORS_QUICK_START_GITPOD.rst", "CONTRIBUTORS_QUICK_START_PYCHARM.rst", "CONTRIBUTORS_QUICK_START_VSCODE.rst"] | Some links in contributor's quickstart table of contents are broken | ### What do you see as an issue?
In `CONTRIBUTORS_QUICK_START.rst`, the links in the table of contents that direct users to parts of the guide that are hidden by the drop down don't work if the drop down isn't expanded. For example, clicking "[Setup Airflow with Breeze](https://github.com/apache/airflow/blob/main/CONT... | https://github.com/apache/airflow/issues/23174 | https://github.com/apache/airflow/pull/23762 | e08b59da48743ff0d0ce145d1bc06bb7b5f86e68 | 1bf6dded9a5dcc22238b8943028b08741e36dfe5 | 2022-04-22T17:29:05Z | python | 2022-05-24T17:03:58Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,171 | ["airflow/api/common/mark_tasks.py", "airflow/models/dag.py", "tests/models/test_dag.py", "tests/test_utils/mapping.py"] | Mark Success on a mapped task, reruns other failing mapped tasks | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
Have a DAG with mapped tasks. Mark at least two mapped tasks as failed. Mark one of the failures as success. See the other task(s) switch to `no_status` and rerun.

### What happened
Getting error "Extra Field may not be null" while hitting create connection api with extra=null
```
{
"detail": "{'extra': ['Field may not be null.']}",
"status": 400,
"title": "Bad Request",
"type": "http://apache-airflow-docs.... | https://github.com/apache/airflow/issues/23168 | https://github.com/apache/airflow/pull/23183 | b33cd10941dd10d461023df5c2d3014f5dcbb7ac | b45240ad21ca750106931ba2b882b3238ef2b37d | 2022-04-22T10:48:23Z | python | 2022-04-25T14:55:36Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,162 | ["airflow/providers/google/cloud/transfers/gcs_to_gcs.py", "tests/providers/google/cloud/transfers/test_gcs_to_gcs.py"] | GCSToGCSOperator ignores replace parameter when there is no wildcard | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
Latest
### Apache Airflow version
2.2.5 (latest released)
### Operating System
MacOS 12.2.1
### Deployment
Composer
### Deployment details
_No response_
### What happened
Ran the same DAG twice with 'replace = False', in the sec... | https://github.com/apache/airflow/issues/23162 | https://github.com/apache/airflow/pull/23340 | 03718194f4fa509f16fcaf3d41ff186dbae5d427 | 82c244f9c7f24735ee952951bcb5add45422d186 | 2022-04-22T06:45:06Z | python | 2022-05-08T19:46:55Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,159 | ["airflow/providers/docker/operators/docker.py", "airflow/providers/docker/operators/docker_swarm.py"] | docker container still running while dag run failed | ### Apache Airflow version
2.1.4
### What happened
I have operator run with docker .
When dag run failed , docker.py try to remove container but remove failed and got the following error:
`2022-04-20 00:03:50,381] {taskinstance.py:1463} ERROR - Task failed with exception
Traceback (most recent call last):
... | https://github.com/apache/airflow/issues/23159 | https://github.com/apache/airflow/pull/23160 | 5d5d62e41e93fe9845c96ab894047422761023d8 | 237d2225d6b92a5012a025ece93cd062382470ed | 2022-04-22T00:15:38Z | python | 2022-07-02T15:44:33Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,146 | ["airflow/providers/google/cloud/sensors/bigquery_dts.py", "tests/providers/google/cloud/sensors/test_bigquery_dts.py"] | location is missing in BigQueryDataTransferServiceTransferRunSensor | ### Apache Airflow version
2.2.3
### What happened
Location is missing in [BigQueryDataTransferServiceTransferRunSensor](airflow/providers/google/cloud/sensors/bigquery_dts.py).
This forces us to execute data transfers only in the us. When starting a transfer the location can be provided.
### What you think shou... | https://github.com/apache/airflow/issues/23146 | https://github.com/apache/airflow/pull/23166 | 692a0899430f86d160577c3dd0f52644c4ffad37 | 967140e6c3bd0f359393e018bf27b7f2310a2fd9 | 2022-04-21T12:32:26Z | python | 2022-04-25T21:05:52Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,145 | ["airflow/executors/kubernetes_executor.py", "tests/executors/test_kubernetes_executor.py"] | Task stuck in "scheduled" when running in backfill job | ### Apache Airflow version
2.2.4
### What happened
We are running airflow 2.2.4 with KubernetesExecutor. I have created a dag to run airflow backfill command with SubprocessHook. What was observed is that when I started to backfill a few days' dagruns the backfill would get stuck with some dag runs having tasks stay... | https://github.com/apache/airflow/issues/23145 | https://github.com/apache/airflow/pull/23720 | 49cfb6498eed0acfc336a24fd827b69156d5e5bb | 640d4f9636d3867d66af2478bca15272811329da | 2022-04-21T12:29:32Z | python | 2022-11-18T01:09:31Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,131 | ["airflow/models/dagrun.py", "airflow/models/mappedoperator.py", "tests/models/test_dagrun.py"] | Scheduler deadlock error when mapping over empty list | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
manually triggered this dag:
```python
from datetime import datetime
from airflow import DAG
with DAG(
dag_id="null_mapped_2",
start_date=datetime(1970, 1, 1),
schedule_interval=None,
) as dag:
@dag.task
def empty():... | https://github.com/apache/airflow/issues/23131 | https://github.com/apache/airflow/pull/23134 | af45483b95896033ba1937a2037a8e0a6db1bff0 | 03f7d857e940b9c719975e72ded4a89f183b0100 | 2022-04-20T20:54:23Z | python | 2022-04-21T12:57:20Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,114 | ["airflow/providers/cncf/kubernetes/sensors/spark_kubernetes.py", "tests/providers/cncf/kubernetes/sensors/test_spark_kubernetes.py"] | SparkKubernetesSensor Cannot Attach Log When There Are Sidecars in the Driver Pod | ### Apache Airflow Provider(s)
cncf-kubernetes
### Versions of Apache Airflow Providers
apache-airflow-providers-cncf-kubernetes==3.0.0
### Apache Airflow version
2.2.5 (latest released)
### Operating System
Debian GNU/Linux 10 (buster)
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
... | https://github.com/apache/airflow/issues/23114 | https://github.com/apache/airflow/pull/26560 | 923f1ef30e8f4c0df2845817b8f96373991ad3ce | 5c97e5be484ff572070b0ad320c5936bc028be93 | 2022-04-20T09:58:18Z | python | 2022-10-10T05:36:19Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,111 | ["airflow/providers/amazon/aws/hooks/s3.py", "airflow/providers/amazon/aws/operators/s3.py", "airflow/providers/amazon/aws/sensors/s3.py", "airflow/providers/amazon/aws/transfers/local_to_s3.py", "tests/providers/amazon/aws/hooks/test_s3.py", "tests/providers/amazon/aws/operators/test_s3_object.py", "tests/providers/am... | LocalFilesystemToS3Operator dest_key can not be a full s3:// style url | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
apache-airflow-providers-amazon==3.3.0
apache-airflow-providers-ftp==2.1.2
apache-airflow-providers-http==2.1.2
apache-airflow-providers-imap==2.2.3
apache-airflow-providers-mongo==2.3.3
apache-airflow-providers-sqlite==2.1.3
### Ap... | https://github.com/apache/airflow/issues/23111 | https://github.com/apache/airflow/pull/23180 | e2c7847c6bf73685f0576364787fab906397a6fe | 27a80511ec3ffcf036354741bd0bfe18d4b4a471 | 2022-04-20T08:45:07Z | python | 2022-05-07T09:19:45Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,107 | ["airflow/dag_processing/processor.py", "airflow/models/taskfail.py", "airflow/models/taskinstance.py", "tests/api/common/test_delete_dag.py", "tests/callbacks/test_callback_requests.py", "tests/jobs/test_scheduler_job.py"] | Mapped KubernetesPodOperator "fails" but UI shows it is as still running | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
This dag has a problem. The `name` kwarg is missing from one of the mapped instances.
```python3
from datetime import datetime
from airflow import DAG
from airflow.providers.cncf.kubernetes.operators.kubernetes_pod import (
KubernetesPodO... | https://github.com/apache/airflow/issues/23107 | https://github.com/apache/airflow/pull/23119 | 1e8ac47589967f2a7284faeab0f65b01bfd8202d | 91b82763c5c17e8ab021f2d4f2a5681ea90adf6b | 2022-04-20T05:29:38Z | python | 2022-04-21T15:08:40Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,092 | ["airflow/www/static/css/bootstrap-theme.css"] | UI: Transparent border causes dropshadow to render 1px away from Action dropdown menu in Task Instance list | ### Apache Airflow version
2.2.5 (latest released)
### What happened
Airflow:
> Astronomer Certified: v2.2.5.post1 based on Apache Airflow v2.2.5
> Git Version: .release:2.2.5+astro.1+90fc013e6e4139e2d4bfe438ad46c3af1d523668
Due to this CSS in `airflowDefaultTheme.ce329611a683ab0c05fd.css`:
```css
.dropdo... | https://github.com/apache/airflow/issues/23092 | https://github.com/apache/airflow/pull/27789 | 8b1ebdacd8ddbe841a74830f750ed8f5e6f38f0a | d233c12c30f9a7f3da63348f3f028104cb14c76b | 2022-04-19T17:56:36Z | python | 2022-11-19T23:57:59Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,083 | ["BREEZE.rst", "TESTING.rst", "dev/breeze/src/airflow_breeze/commands/testing.py", "dev/breeze/src/airflow_breeze/shell/enter_shell.py", "dev/breeze/src/airflow_breeze/utils/docker_command_utils.py", "images/breeze/output-commands.svg", "images/breeze/output-tests.svg"] | Breeze: Running integration tests in Breeze | We should be able to run integration tests with Breeze - this is extension of `test` unit tests command that should allow to enable --integrations (same as in Shell) and run the tests with only the integration tests selected. | https://github.com/apache/airflow/issues/23083 | https://github.com/apache/airflow/pull/23445 | 83784d9e7b79d2400307454ccafdacddaee16769 | 7ba4e35a9d1b65b4c1a318ba4abdf521f98421a2 | 2022-04-19T14:17:28Z | python | 2022-05-06T09:03:05Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,082 | ["BREEZE.rst", "TESTING.rst", "dev/breeze/src/airflow_breeze/commands/testing.py", "dev/breeze/src/airflow_breeze/shell/enter_shell.py", "dev/breeze/src/airflow_breeze/utils/docker_command_utils.py", "images/breeze/output-commands.svg", "images/breeze/output-tests.svg"] | Breeze: Add running unit tests with Breeze | We should be able to run unit tests automatically from breeze (`test` command in legacy-breeze) | https://github.com/apache/airflow/issues/23082 | https://github.com/apache/airflow/pull/23445 | 83784d9e7b79d2400307454ccafdacddaee16769 | 7ba4e35a9d1b65b4c1a318ba4abdf521f98421a2 | 2022-04-19T14:15:49Z | python | 2022-05-06T09:03:05Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,074 | ["airflow/providers/google/cloud/hooks/vertex_ai/endpoint_service.py", "airflow/providers/google/cloud/operators/vertex_ai/endpoint_service.py", "tests/providers/google/cloud/hooks/vertex_ai/test_endpoint_service.py", "tests/providers/google/cloud/operators/test_vertex_ai.py"] | Add `endpoint_id` arg to `vertex_ai.endpoint_service.CreateEndpointOperator` | ### Description
Add the optional argument `endpoint_id` to `google.cloud.operators.vertex_ai.endpoint_service.CreateEndpointOperator` class and `google.cloud.hooks.vertex_ai.endpoint_service.EndpointServiceHook.create_endpoint` method.
### Use case/motivation
`google.cloud.operators.vertex_ai.endpoint_service.... | https://github.com/apache/airflow/issues/23074 | https://github.com/apache/airflow/pull/23070 | 6b459995b260cc7023e4720974ef4f59893cd283 | d4a33480550db841657b998c0b4464feffec0ef9 | 2022-04-19T07:09:56Z | python | 2022-04-25T15:09:00Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,068 | ["airflow/www/static/js/tree/InstanceTooltip.jsx", "airflow/www/static/js/tree/details/content/dagRun/index.jsx", "airflow/www/static/js/tree/details/content/taskInstance/Details.jsx", "airflow/www/static/js/tree/details/content/taskInstance/MappedInstances.jsx", "airflow/www/utils.py"] | Grid view: "duration" shows 00:00:00 | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
Run [a dag with an expanded TimedeltaSensor and a normal TimedeltaSensor](https://gist.github.com/MatrixManAtYrService/051fdc7164d187ab215ff8087e4db043), and navigate to the corresponding entries in the grid view.
While the dag runs:
- The unmapp... | https://github.com/apache/airflow/issues/23068 | https://github.com/apache/airflow/pull/23259 | 511ea702d5f732582d018dad79754b54d5e53f9d | 9e2531fa4d9890f002d184121e018e3face5586b | 2022-04-19T03:11:17Z | python | 2022-04-26T15:42:28Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,059 | ["airflow/providers/presto/hooks/presto.py", "airflow/providers/trino/hooks/trino.py"] | Presto hook is broken in the latest provider release (2.2.0) | ### Apache Airflow version
2.2.5 (latest released)
### What happened
The latest presto provider release https://pypi.org/project/apache-airflow-providers-presto/ is broken due to:
```
File "/usr/local/lib/python3.8/site-packages/airflow/providers/presto/hooks/presto.py", line 117, in get_conn
http_h... | https://github.com/apache/airflow/issues/23059 | https://github.com/apache/airflow/pull/23061 | b24650c0cc156ceb5ef5791f1647d4d37a529920 | 5164cdbe98ad63754d969b4b300a7a0167565e33 | 2022-04-18T17:23:45Z | python | 2022-04-19T05:29:49Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,042 | ["airflow/www/static/css/graph.css", "airflow/www/static/js/graph.js"] | Graph view: Nodes arrows are cut | ### Body
<img width="709" alt="Screen Shot 2022-04-15 at 17 37 37" src="https://user-images.githubusercontent.com/45845474/163584251-f1ea5bc7-e132-41c4-a20c-cc247b81b899.png">
Reproduce example using [example_emr_job_flow_manual_steps ](https://github.com/apache/airflow/blob/b3cae77218788671a72411a344aab42a3c58e89c... | https://github.com/apache/airflow/issues/23042 | https://github.com/apache/airflow/pull/23044 | 749e53def43055225a2e5d09596af7821d91b4ac | 028087b5a6e94fd98542d0e681d947979eb1011f | 2022-04-15T14:45:05Z | python | 2022-05-12T19:47:24Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,040 | ["airflow/providers/google/cloud/transfers/mssql_to_gcs.py", "airflow/providers/google/cloud/transfers/mysql_to_gcs.py", "airflow/providers/google/cloud/transfers/oracle_to_gcs.py", "airflow/providers/google/cloud/transfers/postgres_to_gcs.py", "airflow/providers/google/cloud/transfers/presto_to_gcs.py", "airflow/provi... | PostgresToGCSOperator does not allow nested JSON | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow-providers-google==6.3.0
### Apache Airflow version
2.1.4
### Operating System
macOS Big Sur version 11.6.1
### Deployment
Composer
### Deployment details
_No response_
### What happened
Postgres JSON column output... | https://github.com/apache/airflow/issues/23040 | https://github.com/apache/airflow/pull/23063 | ca3fbbbe14203774a16ddd23e82cfe652b22eb4a | 766726f2e3a282fcd2662f5dc6e9926dc38a6540 | 2022-04-15T14:19:53Z | python | 2022-05-08T22:06:23Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,033 | ["airflow/providers_manager.py", "tests/core/test_providers_manager.py"] | providers_manager | Exception when importing 'apache-airflow-providers-google' package ModuleNotFoundError: No module named 'airflow.providers.mysql' | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
```shell
airflow users create -r Admin -u admin -e admin@example.com -f admin -l user -p admin
```
give
```log
[2022-04-15 07:08:30,801] {manager.py:807} WARNING - No user yet created, use flask fab command to do it.
[2022-04-15 07:0... | https://github.com/apache/airflow/issues/23033 | https://github.com/apache/airflow/pull/23037 | 4fa718e4db2daeb89085ea20e8b3ce0c895e415c | 8dedd2ac13a6cdc0c363446985f492e0f702f639 | 2022-04-15T07:31:53Z | python | 2022-04-20T21:52:32Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,028 | ["airflow/cli/commands/task_command.py"] | `airflow tasks states-for-dag-run` has no `map_index` column | ### Apache Airflow version
2.3.0b1 (pre-release)
### What happened
I ran:
```
$ airflow tasks states-for-dag-run taskmap_xcom_pull 'manual__2022-04-14T13:27:04.958420+00:00'
dag_id | execution_date | task_id | state | start_date | end_date
================... | https://github.com/apache/airflow/issues/23028 | https://github.com/apache/airflow/pull/23030 | 10c9cb5318fd8a9e41a7b4338e5052c8feece7ae | b24650c0cc156ceb5ef5791f1647d4d37a529920 | 2022-04-14T23:35:08Z | python | 2022-04-19T02:23:19Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,018 | ["airflow/jobs/backfill_job.py", "airflow/models/mappedoperator.py", "airflow/models/taskinstance.py", "airflow/models/taskmixin.py", "airflow/models/xcom_arg.py", "tests/models/test_taskinstance.py"] | A task's returned object should not be checked for mappability if the dag doesn't use it in an expansion. | ### Apache Airflow version
main (development)
### What happened
Here's a dag:
```python3
with DAG(...) as dag:
@dag.task
def foo():
return "foo"
@dag.task
def identity(thing):
return thing
foo() >> identity.expand(thing=[1, 2, 3])
```
`foo` fails with these ... | https://github.com/apache/airflow/issues/23018 | https://github.com/apache/airflow/pull/23053 | b8bbfd4b318108b4fdadc78cd46fd1735da243ae | 197cff3194e855b9207c3c0da8ae093a0d5dda55 | 2022-04-14T14:28:26Z | python | 2022-04-19T18:02:15Z |
closed | apache/airflow | https://github.com/apache/airflow | 23,005 | ["BREEZE.rst"] | Breeze: Add uninstallation instructions for Breeze | We should have information how to uninstall Breeze:
* in the cheatsheet
* in BREEZE.rst | https://github.com/apache/airflow/issues/23005 | https://github.com/apache/airflow/pull/23045 | 2597ea47944488f3756a84bd917fa780ff5594da | 2722c42659100474b21aae3504ee4cbe24f72ab4 | 2022-04-14T09:02:52Z | python | 2022-04-25T12:33:04Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,969 | ["airflow/www/views.py", "tests/www/views/test_views.py"] | Invalid execution_date crashes pages accepting the query parameter | ### Apache Airflow version
2.2.5 (latest released)
### What happened
Invalid execution_date in query parameter will crash durations page since pendulum parsing exception is not handled in several views
### What you think should happen instead
On `ParseError` the page should resort to some default value like in gri... | https://github.com/apache/airflow/issues/22969 | https://github.com/apache/airflow/pull/23161 | 6f82fc70ec91b493924249f062306330ee929728 | 9e25bc211f6f7bba1aff133d21fe3865dabda53d | 2022-04-13T07:20:19Z | python | 2022-05-16T19:15:56Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,947 | ["airflow/hooks/dbapi.py"] | closing connection chunks in DbApiHook.get_pandas_df | ### Apache Airflow version
2.2.5 (latest released)
### What happened
Hi all,
Please be patient with me, it's my first Bugreport in git at all :)
**Affected function:** DbApiHook.get_pandas_df
**Short description**: If I use DbApiHook.get_pandas_df with parameter "chunksize" the connection is lost
*... | https://github.com/apache/airflow/issues/22947 | https://github.com/apache/airflow/pull/23452 | 41e94b475e06f63db39b0943c9d9a7476367083c | ab1f637e463011a34d950c306583400b7a2fceb3 | 2022-04-12T11:41:24Z | python | 2022-05-31T10:39:16Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,942 | ["airflow/models/taskinstance.py", "tests/models/test_trigger.py"] | Deferrable operator trigger event payload is not persisted in db and not passed to completion method | ### Apache Airflow version
2.2.5 (latest released)
### What happened
When trigger is fired, event payload is added in next_kwargs with 'event' key.
This gets persisted in db when next_kwargs are not provided by operator. but when present due to modification of existing dict its not persisted in db
### What you thi... | https://github.com/apache/airflow/issues/22942 | https://github.com/apache/airflow/pull/22944 | a801ea3927b8bf3ca154fea3774ebf2d90e74e50 | bab740c0a49b828401a8baf04eb297d083605ae8 | 2022-04-12T10:00:48Z | python | 2022-04-13T18:26:40Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,931 | ["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"] | XCom is cleared when a task resumes from deferral. | ### Apache Airflow version
2.2.5 (latest released)
### What happened
A task's XCom value is cleared when a task is rescheduled after being deferred.
### What you think should happen instead
XCom should not be cleared in this case, as it is still the same task run.
### How to reproduce
```
from datetime import d... | https://github.com/apache/airflow/issues/22931 | https://github.com/apache/airflow/pull/22932 | 4291de218e0738f32f516afe0f9d6adce7f3220d | 8b687ec82a7047fc35410f5c5bb0726de434e749 | 2022-04-12T00:34:38Z | python | 2022-04-12T06:12:01Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,912 | ["airflow/www/static/css/main.css"] | Text wrap for task group tooltips | ### Description
Improve the readability of task group tooltips by wrapping the text after a certain number of characters.
### Use case/motivation
When tooltips have a lot of words in them, and your computer monitor is fairly large, Airflow will display the task group tooltip on one very long line. This can be diffic... | https://github.com/apache/airflow/issues/22912 | https://github.com/apache/airflow/pull/22978 | 0cd8833df74f4b0498026c4103bab130e1fc1068 | 2f051e303fd433e64619f931eab2180db44bba23 | 2022-04-11T15:46:34Z | python | 2022-04-13T13:57:53Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,897 | ["airflow/www/views.py", "tests/www/views/test_views_log.py"] | Invalid JSON metadata in get_logs_with_metadata causes server error. | ### Apache Airflow version
2.2.5 (latest released)
### What happened
Invalid JSON metadata in get_logs_with_metadata causes server error. The `json.loads` exception is not handled like validation in other endpoints.
http://127.0.0.1:8080/get_logs_with_metadata?execution_date=2015-11-16T14:34:15+00:00&metadata=inv... | https://github.com/apache/airflow/issues/22897 | https://github.com/apache/airflow/pull/22898 | 8af77127f1aa332c6e976c14c8b98b28c8a4cd26 | a3dd8473e4c5bbea214ebc8d5545b75281166428 | 2022-04-11T08:03:51Z | python | 2022-04-11T10:48:10Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,878 | ["airflow/providers/amazon/aws/operators/ecs.py", "tests/providers/amazon/aws/operators/test_ecs.py"] | ECS operator throws an error on attempting to reattach to ECS tasks | ### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
apache-airflow-providers-amazon 3.2.0
### Apache Airflow version
2.2.5 (latest released)
### Operating System
Linux / ECS
### Deployment
Other Docker-based deployment
### Deployment details
We are running Docker on Open Shif... | https://github.com/apache/airflow/issues/22878 | https://github.com/apache/airflow/pull/23370 | 3f6d5eef427f3ea33d0cd342143983f54226bf05 | d6141c6594da86653b15d67eaa99511e8fe37a26 | 2022-04-09T17:25:06Z | python | 2022-05-01T10:58:13Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,868 | ["Dockerfile", "scripts/docker/entrypoint_prod.sh"] | There is no handler for BACKEND=sqs in entrypoint_prod.sh function wait_for_connection | ### Apache Airflow version
2.2.5 (latest released)
### What happened
Actually this is looking more like a bug see error below. I think I am configuring it correctly.
Might be a configuration issue see https://github.com/apache/airflow/issues/22863
From a docker container running on an EC2 I'm trying to use A... | https://github.com/apache/airflow/issues/22868 | https://github.com/apache/airflow/pull/22883 | ee449fec6ca855aff3c4830c6758a9d5e5db1a2d | 0ae0f7e2448e05917e51e29b854ad60463378fbe | 2022-04-08T21:01:12Z | python | 2022-04-10T07:50:26Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,843 | ["airflow/models/dag.py", "airflow/models/param.py", "tests/models/test_dag.py"] | When passing the 'False' value to the parameters of a decorated dag function I get this traceback | ### Apache Airflow version
2.2.3
### What happened
When passing the `False` value to a decorated dag function I get this traceback below. Also the default value is not shown when clicking 'trigger dag w/ config'.
```[2022-04-07, 20:08:57 UTC] {taskinstance.py:1259} INFO - Executing <Task(_PythonDecoratedO... | https://github.com/apache/airflow/issues/22843 | https://github.com/apache/airflow/pull/22964 | e09b4f144d1edefad50a58ebef56bd40df4eb39c | a0f7e61497d547b82edc1154d39535d79aaedff3 | 2022-04-07T20:14:46Z | python | 2022-04-13T07:48:46Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,833 | ["airflow/models/mappedoperator.py", "airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"] | Allow mapped Task as input to another mapped task | This dag
```python
with DAG(dag_id="simple_mapping", start_date=pendulum.DateTime(2022, 4, 6), catchup=True) as d3:
@task(email='a@b.com')
def add_one(x: int):
return x + 1
two_three_four = add_one.expand(x=[1, 2, 3])
three_four_five = add_one.expand(x=two_three_four)
```
Fails with... | https://github.com/apache/airflow/issues/22833 | https://github.com/apache/airflow/pull/22849 | 1a8b8f521c887716d7e0c987a58e8e5c3b62bdaa | 8af77127f1aa332c6e976c14c8b98b28c8a4cd26 | 2022-04-07T14:21:14Z | python | 2022-04-11T09:29:32Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,810 | ["airflow/providers/jira/sensors/jira.py"] | JiraTicketSensor duplicates TaskId | ### Apache Airflow Provider(s)
jira
### Versions of Apache Airflow Providers
apache-airflow-providers-jira==2.0.1
### Apache Airflow version
2.2.2
### Operating System
Amazon Linux 2
### Deployment
MWAA
### Deployment details
_No response_
### What happened
I've been trying to use the Jira Operator to crea... | https://github.com/apache/airflow/issues/22810 | https://github.com/apache/airflow/pull/23046 | e82a2fdf841dd571f3b8f456c4d054cf3a94fc03 | bf10545d8358bcdb9ca5dacba101482296251cab | 2022-04-07T10:43:06Z | python | 2022-04-25T11:16:31Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,790 | ["chart/templates/secrets/metadata-connection-secret.yaml", "tests/charts/test_basic_helm_chart.py"] | Helm deployment fails when postgresql.nameOverride is used | ### Apache Airflow version
2.2.5 (latest released)
### What happened
Helm installation fails with the following config:
```
postgresql:
enabled: true
nameOverride: overridename
```
The problem is manifested in the `-airflow-metadata` secret where the connection string will be generated without respect... | https://github.com/apache/airflow/issues/22790 | https://github.com/apache/airflow/pull/29214 | 338a633fc9faab54e72c408e8a47eeadb3ad55f5 | 56175e4afae00bf7ccea4116ecc09d987a6213c3 | 2022-04-06T16:28:38Z | python | 2023-02-02T17:00:28Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,782 | ["airflow/sensors/external_task.py", "tests/sensors/test_external_task_sensor.py"] | ExternalTaskSensor does not properly expand templates in external_task_id(s) | ### Apache Airflow version
2.2.4
### What happened
When using `ExternalTaskSensor`, if a Jinja template is used in `external_task_id` or `external_task_ids`, that template will not be expanded, causing the sensor to always fail.
### What you think should happen instead
Ideally the template should be expanded. If ... | https://github.com/apache/airflow/issues/22782 | https://github.com/apache/airflow/pull/22809 | aa317d92ea4dd38fbc27501048ee78b1c0c0aeb5 | 7331eefc393b8f1fae6f3cf061cf17eb5eaa3fc8 | 2022-04-06T14:29:05Z | python | 2022-04-13T09:44:21Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,738 | ["airflow/models/taskinstance.py", "airflow/utils/log/secrets_masker.py", "tests/utils/log/test_secrets_masker.py"] | Webserver doesn't mask rendered fields for pending tasks | ### Apache Airflow version
2.2.5 (latest released)
### What happened
When triggering a new dagrun the webserver will not mask secrets in the rendered fields for that dagrun's tasks which didn't start yet.
Tasks which have completed or are in state running are not affected by this.
### What you think should happe... | https://github.com/apache/airflow/issues/22738 | https://github.com/apache/airflow/pull/23807 | 10a0d8e7085f018b7328533030de76b48de747e2 | 2dc806367c3dc27df5db4b955d151e789fbc78b0 | 2022-04-04T20:47:44Z | python | 2022-05-21T15:36:12Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,731 | ["airflow/models/dag.py", "airflow/models/taskmixin.py", "airflow/serialization/serialized_objects.py", "airflow/utils/task_group.py", "airflow/www/views.py", "tests/models/test_dag.py", "tests/serialization/test_dag_serialization.py", "tests/utils/test_task_group.py"] | Fix the order that tasks are displayed in Grid view | The order that tasks are displayed in Grid view do not correlate with the order that the tasks would be expected to execute in the DAG. See `example_bash_operator` below:
<img width="335" alt="Screen Shot 2022-04-04 at 11 47 31 AM" src="https://user-images.githubusercontent.com/4600967/161582603-dffea697-68d9-4145-9... | https://github.com/apache/airflow/issues/22731 | https://github.com/apache/airflow/pull/22741 | e9df0f2de95bb69490d9530d5a27d7b05b71c32e | 34154803ac73d62d3e969e480405df3073032622 | 2022-04-04T15:49:06Z | python | 2022-04-05T12:59:09Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,730 | ["airflow/providers/dbt/cloud/hooks/dbt.py", "tests/providers/dbt/cloud/hooks/test_dbt_cloud.py", "tests/providers/dbt/cloud/sensors/test_dbt_cloud.py"] | dbt Cloud Provider only works for Multi-tenant instances | ### Apache Airflow Provider(s)
dbt-cloud
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
2.2.5 (latest released)
### Operating System
any
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What happened
Some dbt Cloud deployments ... | https://github.com/apache/airflow/issues/22730 | https://github.com/apache/airflow/pull/24264 | 98b4e48fbc1262f1381e7a4ca6cce31d96e6f5e9 | 7498fba826ec477b02a40a2e23e1c685f148e20f | 2022-04-04T15:43:54Z | python | 2022-06-06T23:32:56Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,705 | ["airflow/providers/google/cloud/transfers/local_to_gcs.py", "tests/providers/google/cloud/transfers/test_local_to_gcs.py"] | LocalFileSystemToGCSOperator give false positive while copying file from src to dest, even when src has no file | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
apache-airflow-providers-google==6.4.0
### Apache Airflow version
2.1.4
### Operating System
Debian GNU/Linux 10 (buster)
### Deployment
Docker-Compose
### Deployment details
_No response_
### What happened
When you run LocalFil... | https://github.com/apache/airflow/issues/22705 | https://github.com/apache/airflow/pull/22772 | 921ccedf7f90f15e8d18c27a77b29d232be3c8cb | 838cf401b9a424ad0fbccd5fb8d3040a8f4a7f44 | 2022-04-02T11:30:11Z | python | 2022-04-06T19:22:38Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,693 | ["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "airflow/providers/cncf/kubernetes/utils/pod_manager.py", "tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py"] | KubernetesPodOperator failure email alert with actual error log from command executed | ### Description
When a command executed using KubernetesPodOperator fails, the alert email only says:
`Exception: Pod Launching failed: Pod pod_name_xyz returned a failure`
along with other parameters supplied to the operator but doesn't contain actual error message thrown by the command.
~~I am thinking simila... | https://github.com/apache/airflow/issues/22693 | https://github.com/apache/airflow/pull/22871 | ddb5d9b4a2b4e6605f66f82a6bec30393f096c05 | d81703c5778e13470fcd267578697158776b8318 | 2022-04-01T17:07:52Z | python | 2022-04-14T00:16:03Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,689 | ["docs/apache-airflow-providers-apache-hdfs/index.rst"] | HDFS provider causes TypeError: __init__() got an unexpected keyword argument 'encoding' | ### Discussed in https://github.com/apache/airflow/discussions/22301
<div type='discussions-op-text'>
<sup>Originally posted by **frankie1211** March 16, 2022</sup>
I build the custom container image, below is my Dockerfile.
```dockerfile
FROM apache/airflow:2.2.4-python3.9
USER root
RUN apt-get update \
... | https://github.com/apache/airflow/issues/22689 | https://github.com/apache/airflow/pull/29614 | 79c07e3fc5d580aea271ff3f0887291ae9e4473f | 0a4184e34c1d83ad25c61adc23b838e994fc43f1 | 2022-04-01T14:05:22Z | python | 2023-02-19T20:37:25Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,675 | ["airflow/providers/google/cloud/transfers/gcs_to_gcs.py", "tests/providers/google/cloud/transfers/test_gcs_to_gcs.py"] | GCSToGCSOperator cannot copy a single file/folder without copying other files/folders with that prefix | ### Apache Airflow Provider(s)
google
### Versions of Apache Airflow Providers
_No response_
### Apache Airflow version
2.2.4 (latest released)
### Operating System
MacOS 12.2.1
### Deployment
Composer
### Deployment details
_No response_
### What happened
I have file "hourse.jpeg" and "hourse.jpeg.copy" a... | https://github.com/apache/airflow/issues/22675 | https://github.com/apache/airflow/pull/24039 | 5e6997ed45be0972bf5ea7dc06e4e1cef73b735a | ec84ffe71cfa8246155b9b4cb10bf2167e75adcf | 2022-04-01T06:25:57Z | python | 2022-06-06T12:17:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,665 | ["airflow/models/mappedoperator.py"] | Superfluous TypeError when passing not-iterables to `expand()` | ### Apache Airflow version
main (development)
### What happened
Here's a problematic dag. `False` is invalid here.
```python3
from airflow.models import DAG
from airflow.operators.python import PythonOperator
from datetime import datetime, timedelta
with DAG(
dag_id="singleton_expanded",
schedule_i... | https://github.com/apache/airflow/issues/22665 | https://github.com/apache/airflow/pull/22678 | 9583c1cab65d28146e73aab0993304886c724bf3 | 17cf6367469c059c82bb7fa4289645682ef22dda | 2022-03-31T19:16:46Z | python | 2022-04-01T10:14:39Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,657 | ["chart/templates/flower/flower-ingress.yaml", "chart/templates/webserver/webserver-ingress.yaml"] | Wrong apiVersion Detected During Ingress Creation | ### Official Helm Chart version
1.5.0 (latest released)
### Apache Airflow version
2.2.4 (latest released)
### Kubernetes Version
microk8s 1.23/stable
### Helm Chart configuration
```
executor: KubernetesExecutor
ingress:
enabled: true
## airflow webserver ingress configs
web:
a... | https://github.com/apache/airflow/issues/22657 | https://github.com/apache/airflow/pull/28461 | e377e869da9f0e42ac1e0a615347cf7cd6565d54 | 5c94ef0a77358dbee8ad8735a132b42d78843df7 | 2022-03-31T16:19:33Z | python | 2022-12-19T15:03:54Z |
closed | apache/airflow | https://github.com/apache/airflow | 22,647 | ["airflow/utils/sqlalchemy.py"] | SAWarning: TypeDecorator UtcDateTime(timezone=True) will not produce a cache key because the ``cache_ok`` attribute is not set to True | ### Apache Airflow version
2.2.4 (latest released)
### What happened
Error
```
[2022-03-31, 11:47:06 UTC] {warnings.py:110} WARNING - /home/ec2-user/.local/lib/python3.7/site-packages/airflow/models/xcom.py:437: SAWarning: TypeDecorator UtcDateTime(timezone=True) will not produce a cache key because the `... | https://github.com/apache/airflow/issues/22647 | https://github.com/apache/airflow/pull/24499 | cc6a44bdc396a305fd53c7236427c578e9d4d0b7 | d9694733cafd9a3d637eb37d5154f0e1e92aadd4 | 2022-03-31T12:23:17Z | python | 2022-07-05T12:50:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.