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
32,285
["airflow/providers/google/cloud/transfers/azure_blob_to_gcs.py", "airflow/providers/google/provider.yaml", "airflow/providers/microsoft/azure/provider.yaml", "airflow/providers/microsoft/azure/transfers/azure_blob_to_gcs.py", "docs/apache-airflow-providers-google/connections/gcp.rst", "docs/apache-airflow-providers-go...
Move `AzureBlobStorageToGCSOperator` to the Google provider
### Body https://github.com/apache/airflow/blob/94128303e17412315aacd529d75a2ef549cce1f5/airflow/providers/microsoft/azure/transfers/azure_blob_to_gcs.py#L31 is stored in the Azure provider but our [policy](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#naming-conventions-for-provider-packages) is tha...
https://github.com/apache/airflow/issues/32285
https://github.com/apache/airflow/pull/32306
566bc1b68b4e1643761b4e8518e5e556b8e6e82c
257136786c9a3eebbae717738637ab24fd6ab563
2023-06-30T12:35:39Z
python
2023-07-08T05:01:20Z
closed
apache/airflow
https://github.com/apache/airflow
32,283
["airflow/models/dagrun.py", "tests/models/test_dagrun.py"]
EmptyOperator in dynamically mapped TaskGroups does not respect upstream dependencies
### Apache Airflow version 2.6.2 ### What happened When using an EmptyOperator in dynamically mapped TaskGroups (https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/dynamic-task-mapping.html#mapping-over-a-task-group), the EmptyOperator of all branches starts as soon as the first ups...
https://github.com/apache/airflow/issues/32283
https://github.com/apache/airflow/pull/32354
a8e4b8aee602e8c672ab879b7392a65b5c2bb34e
7722b6f226e9db3a89b01b89db5fdb7a1ab2256f
2023-06-30T11:22:15Z
python
2023-07-05T08:38:29Z
closed
apache/airflow
https://github.com/apache/airflow
32,280
["airflow/providers/amazon/aws/hooks/redshift_data.py", "airflow/providers/amazon/aws/operators/redshift_data.py", "tests/providers/amazon/aws/hooks/test_redshift_data.py", "tests/providers/amazon/aws/operators/test_redshift_data.py"]
RedshiftDataOperator: Add support for Redshift serverless clusters
### Description This feature adds support for Redshift Serverless clusters for the given operator. ### Use case/motivation RedshiftDataOperator currently only supports provisioned clusters since it has the capability of adding `ClusterIdentifier` as a parameter but not `WorkgroupName`. The addition of this feature w...
https://github.com/apache/airflow/issues/32280
https://github.com/apache/airflow/pull/32785
d05e42e5d2081909c9c33de4bd4dfb759ac860c1
8012c9fce64f152b006f88497d65ea81d29571b8
2023-06-30T08:51:53Z
python
2023-07-24T17:09:44Z
closed
apache/airflow
https://github.com/apache/airflow
32,279
["airflow/api/common/airflow_health.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/health_schema.py", "airflow/www/static/js/types/api-generated.ts", "docs/apache-airflow/administration-and-deployment/logging-monitoring/check-health.rst", "tests/api/common/test_airflow_health.py"]
Add DagProcessor status to health endpoint.
### Description Add DagProcessor status including latest heartbeat to health endpoint similar to Triggerer status added recently. Related PRs. https://github.com/apache/airflow/pull/31529 https://github.com/apache/airflow/pull/27755 ### Use case/motivation It helps in dag processor monitoring ### Related issue...
https://github.com/apache/airflow/issues/32279
https://github.com/apache/airflow/pull/32382
bb97bf21fd320c593b77246590d4f8d2b0369c24
b3db4de4985eccb859a30a07a2350499370c6a9a
2023-06-30T08:42:33Z
python
2023-07-06T23:10:33Z
closed
apache/airflow
https://github.com/apache/airflow
32,260
["airflow/models/expandinput.py", "tests/models/test_mappedoperator.py"]
Apparently the Jinja template does not work when using dynamic task mapping with SQLExecuteQueryOperator
### Apache Airflow version 2.6.2 ### What happened We are trying to use dynamic task mapping with SQLExecuteQueryOperator on Trino. Our use case is to expand the sql parameter to the operator by calling some SQL files. Without dynamic task mapping it works perfectly, but when used with the dynamic task mapping, ...
https://github.com/apache/airflow/issues/32260
https://github.com/apache/airflow/pull/32272
58eb19fe7669b61d0a00bcc82df16adee379a233
d1e6a5c48d03322dda090113134f745d1f9c34d4
2023-06-29T12:31:44Z
python
2023-08-18T19:17:07Z
closed
apache/airflow
https://github.com/apache/airflow
32,227
["airflow/providers/amazon/aws/hooks/lambda_function.py", "airflow/providers/amazon/aws/operators/lambda_function.py", "tests/providers/amazon/aws/hooks/test_lambda_function.py", "tests/providers/amazon/aws/operators/test_lambda_function.py"]
LambdaInvokeFunctionOperator expects wrong type for payload arg
### Apache Airflow version 2.6.2 ### What happened I instantiate LambdaInvokeFunctionOperator in my DAG. I want to call the lambda function with some payload. After following code example from official documentation, I created a dict, and passed its json string version to the operator: ``` d = {'key': 'value...
https://github.com/apache/airflow/issues/32227
https://github.com/apache/airflow/pull/32259
88da71ed1fdffc558de28d5c3fd78e5ae1ac4e8c
5c72befcfde63ade2870491cfeb708675399d9d6
2023-06-28T09:13:24Z
python
2023-07-03T06:45:24Z
closed
apache/airflow
https://github.com/apache/airflow
32,215
["airflow/providers/google/cloud/operators/dataproc.py"]
DataprocCreateBatchOperator in deferrable mode doesn't reattach with deferment.
### Apache Airflow version main (development) ### What happened The DataprocCreateBatchOperator (Google provider) handles the case when a batch_id already exists in the Dataproc API by 'reattaching' to a potentially running job. Current reattachment logic uses the non-deferrable method even when the operator is...
https://github.com/apache/airflow/issues/32215
https://github.com/apache/airflow/pull/32216
f2e2125b070794b6a66fb3e2840ca14d07054cf2
7d2ec76c72f70259b67af0047aa785b28668b411
2023-06-27T20:09:11Z
python
2023-06-29T13:51:17Z
closed
apache/airflow
https://github.com/apache/airflow
32,203
["airflow/auth/managers/fab/views/roles_list.py", "airflow/www/fab_security/manager.py", "airflow/www/fab_security/views.py", "airflow/www/security.py"]
AIP-56 - FAB AM - Role views
Move role related views to FAB Auth manager: - List roles - Edit role - Create role - View role
https://github.com/apache/airflow/issues/32203
https://github.com/apache/airflow/pull/33043
90fb482cdc6a6730a53a82ace49d42feb57466e5
5707103f447be818ad4ba0c34874b822ffeefc09
2023-06-27T18:16:54Z
python
2023-08-10T14:15:11Z
closed
apache/airflow
https://github.com/apache/airflow
32,202
["airflow/auth/managers/fab/views/user.py", "airflow/auth/managers/fab/views/user_details.py", "airflow/auth/managers/fab/views/user_edit.py", "airflow/auth/managers/fab/views/user_stats.py", "airflow/www/fab_security/views.py", "airflow/www/security.py"]
AIP-56 - FAB AM - User views
Move user related views to FAB Auth manager: - List users - Edit user - Create user - View user
https://github.com/apache/airflow/issues/32202
https://github.com/apache/airflow/pull/33055
2d7460450dda5cc2f20d1e8cd9ead9e4d1946909
66254e42962f63d6bba3370fea40e082233e153d
2023-06-27T18:16:48Z
python
2023-08-07T17:40:40Z
closed
apache/airflow
https://github.com/apache/airflow
32,201
["airflow/auth/managers/fab/views/user.py", "airflow/auth/managers/fab/views/user_details.py", "airflow/auth/managers/fab/views/user_edit.py", "airflow/auth/managers/fab/views/user_stats.py", "airflow/www/fab_security/views.py", "airflow/www/security.py"]
AIP-56 - FAB AM - User's statistics view
Move user's statistics view to FAB Auth manager
https://github.com/apache/airflow/issues/32201
https://github.com/apache/airflow/pull/33055
2d7460450dda5cc2f20d1e8cd9ead9e4d1946909
66254e42962f63d6bba3370fea40e082233e153d
2023-06-27T18:16:43Z
python
2023-08-07T17:40:40Z
closed
apache/airflow
https://github.com/apache/airflow
32,199
["airflow/auth/managers/fab/views/permissions.py", "airflow/www/security.py"]
AIP-56 - FAB AM - Permissions view
Move permissions view to FAB Auth manager
https://github.com/apache/airflow/issues/32199
https://github.com/apache/airflow/pull/33277
5f8f25b34c9e8c0d4845b014fc8f1b00cc2e766f
39aee60b33a56eee706af084ed1c600b12a0dd57
2023-06-27T18:16:38Z
python
2023-08-11T15:11:55Z
closed
apache/airflow
https://github.com/apache/airflow
32,198
["airflow/auth/managers/fab/views/permissions.py", "airflow/www/security.py"]
AIP-56 - FAB AM - Actions view
Move actions view to FAB Auth manager
https://github.com/apache/airflow/issues/32198
https://github.com/apache/airflow/pull/33277
5f8f25b34c9e8c0d4845b014fc8f1b00cc2e766f
39aee60b33a56eee706af084ed1c600b12a0dd57
2023-06-27T18:16:33Z
python
2023-08-11T15:11:55Z
closed
apache/airflow
https://github.com/apache/airflow
32,197
["airflow/auth/managers/fab/views/permissions.py", "airflow/www/security.py"]
AIP-56 - FAB AM - Resources view
Move resources view to FAB Auth manager
https://github.com/apache/airflow/issues/32197
https://github.com/apache/airflow/pull/33277
5f8f25b34c9e8c0d4845b014fc8f1b00cc2e766f
39aee60b33a56eee706af084ed1c600b12a0dd57
2023-06-27T18:16:27Z
python
2023-08-11T15:11:55Z
closed
apache/airflow
https://github.com/apache/airflow
32,196
["airflow/auth/managers/base_auth_manager.py", "airflow/auth/managers/fab/fab_auth_manager.py", "airflow/auth/managers/fab/views/__init__.py", "airflow/auth/managers/fab/views/user_details.py", "airflow/www/extensions/init_appbuilder.py", "airflow/www/fab_security/views.py", "airflow/www/security.py", "airflow/www/temp...
AIP-56 - FAB AM - Move profile view into auth manager
The profile view (`/users/userinfo/`) needs to be moved to FAB auth manager. The profile URL needs to be returned as part of `get_url_account()` as specified in the AIP
https://github.com/apache/airflow/issues/32196
https://github.com/apache/airflow/pull/32756
f17bc0f4bf15504833f2c8fd72d947c2ddfa55ed
f2e93310c43b7e9df1cbe33350b91a8a84e938a2
2023-06-27T18:16:22Z
python
2023-07-26T14:20:29Z
closed
apache/airflow
https://github.com/apache/airflow
32,193
["airflow/auth/managers/base_auth_manager.py", "airflow/auth/managers/fab/fab_auth_manager.py", "airflow/www/auth.py", "airflow/www/extensions/init_appbuilder.py", "airflow/www/extensions/init_security.py", "airflow/www/templates/appbuilder/navbar_right.html", "tests/auth/managers/fab/test_fab_auth_manager.py", "tests/...
AIP-56 - FAB AM - Logout
Move the logout logic to the auth manager
https://github.com/apache/airflow/issues/32193
https://github.com/apache/airflow/pull/32819
86193f560815507b9abf1008c19b133d95c4da9f
2b0d88e450f11af8e447864ca258142a6756126d
2023-06-27T18:16:04Z
python
2023-07-31T19:20:38Z
closed
apache/airflow
https://github.com/apache/airflow
32,164
["airflow/config_templates/config.yml", "airflow/metrics/otel_logger.py", "docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst"]
Metrics - Encrypted OTel Endpoint?
### Apache Airflow version 2.6.2 ### What happened I left this as a TODO and will get t it eventually, but if someone wants to look into it before I get time, this may be an easy one: We are creating an OTLPMetricExporter endpoint with `http` [here](https://github.com/apache/airflow/blob/main/airflow/metric...
https://github.com/apache/airflow/issues/32164
https://github.com/apache/airflow/pull/32524
978adb309aee755df02aadab72fdafb61bec5c80
531eb41bff032e10ffd1f8941113e2a872ef78fd
2023-06-26T22:43:58Z
python
2023-07-21T10:07:21Z
closed
apache/airflow
https://github.com/apache/airflow
32,153
["airflow/www/static/js/api/useExtraLinks.ts", "airflow/www/static/js/dag/details/taskInstance/ExtraLinks.tsx", "airflow/www/static/js/dag/details/taskInstance/index.tsx"]
Support extra link per mapped task in grid view
### Description Currently extra links are disabled in mapped tasks summary but if we select the mapped task with a map_index the extra link still remains disabled. Since we support passing map_index to get the relevant extra link it would be helpful to have the appropriate link displayed. ### Use case/motivation Thi...
https://github.com/apache/airflow/issues/32153
https://github.com/apache/airflow/pull/32154
5c0fca6440fae3ece915b365e1f06eb30db22d81
98c47f48e1b292d535d39cc3349660aa736d76cd
2023-06-26T19:15:37Z
python
2023-06-28T15:22:09Z
closed
apache/airflow
https://github.com/apache/airflow
32,137
["airflow/providers/amazon/aws/operators/glue.py", "tests/providers/amazon/aws/operators/test_glue.py"]
AWS - GlueJobOperator - stop job on task stop
### Description if you stop a running GlueJobOperator task ( mark fail ) the operator do not call aws glue to stop the runnning task so the airflow task stop but the aws glue job continue to run ### Use case/motivation Like the KPO would be nice to stop the aws glue job in case the operator is stop curre...
https://github.com/apache/airflow/issues/32137
https://github.com/apache/airflow/pull/32155
98c47f48e1b292d535d39cc3349660aa736d76cd
1d60332cf82325b80e76a6771bca192c1477d594
2023-06-26T10:13:47Z
python
2023-06-28T17:01:32Z
closed
apache/airflow
https://github.com/apache/airflow
32,121
["airflow/cli/commands/triggerer_command.py", "airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/jobs/triggerer_job_runner.py", "airflow/models/trigger.py", "tests/models/test_trigger.py"]
Multiple Triggerer processes keeps reassigning triggers to each other when job_heartbeat_sec is higher than 30 seconds.
### Apache Airflow version main (development) ### What happened Airflow has `job_heartbeat_sec` (default 5) that was updated to 50 seconds in our environment. This caused 2 instances of triggerer process running for HA to keep updating triggerer_id since below query takes current time minus 30 seconds to query again...
https://github.com/apache/airflow/issues/32121
https://github.com/apache/airflow/pull/32123
4501f8b352aee9c2cd29126a64cab62fa19fc49d
d117728cd6f337266bebcf4916325d5de815fe03
2023-06-25T08:19:56Z
python
2023-06-30T20:19:06Z
closed
apache/airflow
https://github.com/apache/airflow
32,111
["airflow/providers/cncf/kubernetes/utils/pod_manager.py", "tests/providers/cncf/kubernetes/utils/test_pod_manager.py"]
KubernetesPodOperator job intermittently fails - unable to retrieve json from xcom sidecar container due to network connectivity issues
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We have seen that KubernetesPodOperator sometimes fails to retrieve json from xcom sidecar container due to network connectivity issues or in some cases retrieves incomplete json which cannot be parsed. The KubernetesPo...
https://github.com/apache/airflow/issues/32111
https://github.com/apache/airflow/pull/32113
d117728cd6f337266bebcf4916325d5de815fe03
df4c8837d022e66921bc0cf33f3249b235de6fdd
2023-06-23T22:03:19Z
python
2023-07-01T06:43:48Z
closed
apache/airflow
https://github.com/apache/airflow
32,107
["airflow/providers/google/cloud/hooks/dataflow.py"]
Improved error logging for failed Dataflow jobs
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened When running Dataflow job in Cloud Composer composer-1.20.12-airflow-1.10.15 Airflow 1.10.15, Dataflow job fails throwing a generic error "Exception: DataFlow failed with return code 1", and the reason for the failure is not ...
https://github.com/apache/airflow/issues/32107
https://github.com/apache/airflow/pull/32847
2950fd768541fc902d8f7218e4243e8d83414c51
b4102ce0b55e76baadf3efdec0df54762001f38c
2023-06-23T20:08:20Z
python
2023-08-14T10:52:03Z
closed
apache/airflow
https://github.com/apache/airflow
32,106
["airflow/providers/google/cloud/transfers/bigquery_to_gcs.py", "airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_bigquery_to_gcs.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"]
GCSToBigQueryOperator and BigQueryToGCSOperator do not respect their project_id arguments
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We experienced this issue Airflow 2.6.1, but the problem exists in the Google provider rather than core Airflow, and were introduced with [these changes](https://github.com/apache/airflow/pull/30053/files). We are usin...
https://github.com/apache/airflow/issues/32106
https://github.com/apache/airflow/pull/32232
b3db4de4985eccb859a30a07a2350499370c6a9a
2d690de110825ba09b9445967b47c44edd8f151c
2023-06-23T19:08:10Z
python
2023-07-06T23:12:37Z
closed
apache/airflow
https://github.com/apache/airflow
32,091
["airflow/jobs/triggerer_job_runner.py", "tests/jobs/test_triggerer_job.py"]
Triggerer intermittent failure when running many triggerers
### Apache Airflow version 2.6.2 ### What happened We are running a dag with many deferrable tasks using a custom trigger that waits for an Azure Batch task to complete. When many tasks have been deferred, we can an intermittent error in the Triggerer. The logged error message is the following: ``` Exception...
https://github.com/apache/airflow/issues/32091
https://github.com/apache/airflow/pull/32092
14785bc84c984b8747fa062b84e800d22ddc0477
e585b588fc49b1b1c73a8952e9b257d7a9e13314
2023-06-23T11:08:50Z
python
2023-06-27T21:46:16Z
closed
apache/airflow
https://github.com/apache/airflow
32,069
["airflow/providers/google/cloud/hooks/dataproc.py", "tests/providers/google/cloud/hooks/test_dataproc.py"]
AioRpcError in DataprocCreateBatchOperator
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow version: 2.3.4 (Composer 2.1.12) I've been using the DataprocCreateBatchOperator with the deferrable=True option. It worked well for the past few months, but an error started appearing on June 21, 2023, at 16:51 UT...
https://github.com/apache/airflow/issues/32069
https://github.com/apache/airflow/pull/32070
479719297ff4efa8373dc7b6909bfc59a5444c3a
59d64d8f2ed3c0e7b93d3c07041d47883cabb908
2023-06-22T06:42:33Z
python
2023-06-22T21:20:44Z
closed
apache/airflow
https://github.com/apache/airflow
32,045
["airflow/executors/celery_executor_utils.py", "tests/integration/executors/test_celery_executor.py"]
Celery Executor cannot connect to the database to get information, resulting in a scheduler exit abnormally
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We use Celery Executor where using RabbitMQ as a broker and postgresql as a result backend Airflow Version: 2.2.3 Celery Version: 5.2.3 apache-airflow-providers-celery==2.1.0 Below is the error messag...
https://github.com/apache/airflow/issues/32045
https://github.com/apache/airflow/pull/31998
de585f521b5898ba7687072a7717fd3b67fa8c5c
c3df47efc2911706897bf577af8a475178de4b1b
2023-06-21T08:09:17Z
python
2023-06-26T17:01:26Z
closed
apache/airflow
https://github.com/apache/airflow
32,020
["airflow/cli/cli_config.py", "airflow/cli/commands/task_command.py", "airflow/utils/cli.py", "tests/cli/commands/test_task_command.py"]
Airflow tasks run -m cli command giving 504 response
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Hello , we are facing "504 Gateway Time-out" error when running "tasks run -m" CLI command. We are trying to create Complex DAG and run tasks from cli command. When we are trying to run "tasks run -m" then we received gate...
https://github.com/apache/airflow/issues/32020
https://github.com/apache/airflow/pull/32038
d49fa999a94a2269dd6661fe5eebbb4c768c7848
05a67efe32af248ca191ea59815b3b202f893f46
2023-06-20T08:51:13Z
python
2023-06-23T22:31:05Z
closed
apache/airflow
https://github.com/apache/airflow
32,007
["airflow/sensors/external_task.py", "tests/sensors/test_external_task_sensor.py"]
ZeroDivisionError while poking ExternalTaskSensor
### Apache Airflow version 2.6.2 ### What happened After upgrading to version 2.6.2, we started getting a `ZeroDivisionError` the first time some _ExternalTaskSensor_ were poked. ### What you think should happen instead Sensor should exit with return code 0, as it did when cleared after the first fail: ...
https://github.com/apache/airflow/issues/32007
https://github.com/apache/airflow/pull/32009
c508b8e5310447b302128d8fbcc5c297a3e6e244
14eb1d3116ecef15be7be9a8f9d08757e74f981c
2023-06-19T14:44:04Z
python
2023-06-21T09:55:45Z
closed
apache/airflow
https://github.com/apache/airflow
32,005
["airflow/www/views.py"]
webserver - MAPPED tasks - rendered-templates page FAIL
### Apache Airflow version 2.6.2 ### What happened If I want see the common information of the N mapped task . I edit manually the URL cause there is no button in the current airflow console ```url http://localhost:8090/task?dag_id=kubernetes_dag&task_id=task-one&execution_date=2023-06-18T00%3A00%3A00%2B00%3...
https://github.com/apache/airflow/issues/32005
https://github.com/apache/airflow/pull/32011
2c645d59d505a99c8e7507ef05d6f3ecf430d578
62a534dbc7fa8ddb4c249ade85c558b64d1630dd
2023-06-19T13:08:24Z
python
2023-06-25T08:06:34Z
closed
apache/airflow
https://github.com/apache/airflow
32,002
["setup.cfg", "setup.py"]
log url breaks on login redirect
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened on 2.5.3: log url is https://airflow.hostname.de/log?execution_date=2023-06-19T04%3A00%3A00%2B00%3A00&task_id=task_name&dag_id=dag_name&map_index=-1 this url works when I am logged in. If I am logged out, the login scr...
https://github.com/apache/airflow/issues/32002
https://github.com/apache/airflow/pull/32054
e39362130b8659942672a728a233887f0b02dc8b
92497fa727a23ef65478ef56572c7d71427c4a40
2023-06-19T11:14:59Z
python
2023-07-08T19:18:12Z
closed
apache/airflow
https://github.com/apache/airflow
31,986
["airflow/providers/google/cloud/operators/vertex_ai/auto_ml.py", "tests/providers/google/cloud/operators/test_vertex_ai.py"]
Unable to find project ID causing authentication failure in AutoML task
### Apache Airflow version Other Airflow 2 version (please specify below) : 2.6.1 ### What happened I encountered an issue while running an AutoML task. The task failed with an authentication error due to the inability to find the project ID. Here are the details of the error: ``` [2023-06-17T18:42:48.916+...
https://github.com/apache/airflow/issues/31986
https://github.com/apache/airflow/pull/31991
10aa704e3d87ce951cb79f28492eed916bc18fe3
f2ebc292fe63d2ddd0686d90c3acc0630f017a07
2023-06-17T22:25:21Z
python
2023-06-19T03:53:05Z
closed
apache/airflow
https://github.com/apache/airflow
31,969
["airflow/cli/commands/dag_command.py", "airflow/cli/commands/task_command.py", "airflow/models/dag.py", "tests/cli/commands/test_dag_command.py", "tests/cli/commands/test_task_command.py", "tests/dags/test_workday_timetable.py", "tests/plugins/test_plugins_manager.py", "tests/plugins/workday.py"]
Custom Timetable breaks a handful of CLI commands
### Apache Airflow version 2.6.1 ### What happened A number of Airflow CLI commands will fail with an error like the one below if a DAG uses a [custom Timetable](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/timetable.html): ``` Traceback (most recent call last): File "/opt/con...
https://github.com/apache/airflow/issues/31969
https://github.com/apache/airflow/pull/32118
76021ef8cd630826d9524e9984d1a2a7d9c57549
2aa3cfb6abd10779029b0c072493a1c1ed820b77
2023-06-16T19:42:27Z
python
2023-07-10T08:07:45Z
closed
apache/airflow
https://github.com/apache/airflow
31,957
["airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py", "docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst"]
Airflow Observability Improvement Request
### Description We have a scheduler house keeping work (adopt_or_reset_orphaned_tasks, check_trigger_timeouts, _emit_pool_metrics, _find_zombies, clear_not_launched_queued_tasks and _check_worker_pods_pending_timeout) runs on certain frequency. Right now, we don't have any latency metrics on these house keeping work. ...
https://github.com/apache/airflow/issues/31957
https://github.com/apache/airflow/pull/35579
5a6dcfd8655c9622f3838a0e66948dc3091afccb
cd296d2068b005ebeb5cdc4509e670901bf5b9f3
2023-06-16T10:19:09Z
python
2023-11-12T17:41:07Z
closed
apache/airflow
https://github.com/apache/airflow
31,949
["airflow/www/static/js/dag/details/graph/Node.tsx", "airflow/www/static/js/types/index.ts", "airflow/www/static/js/utils/graph.ts"]
Support Operator User Interface Elements in new graph view
### Description The new graph UI looks good but currently doesn't support the color options mentioned here https://airflow.apache.org/docs/apache-airflow/stable/howto/custom-operator.html#user-interface ### Use case/motivation It would be great for these features to be supported in the new grid view as they ar...
https://github.com/apache/airflow/issues/31949
https://github.com/apache/airflow/pull/32822
12a760f6df831c1d53d035e4d169a69887e8bb26
3bb63f1087176b24e9dc8f4cc51cf44ce9986d34
2023-06-15T22:54:54Z
python
2023-08-03T09:06:11Z
closed
apache/airflow
https://github.com/apache/airflow
31,907
["dev/breeze/src/airflow_breeze/commands/testing_commands.py", "dev/breeze/src/airflow_breeze/commands/testing_commands_config.py", "images/breeze/output-commands-hash.txt", "images/breeze/output-commands.svg", "images/breeze/output_testing.svg", "images/breeze/output_testing_tests.svg"]
Add `--use-airflow-version` option to `breeze testing tests` command
### Description The option `--use-airflow-version` is available under the command `start-airflow` in `Breeze`. As an example, this is used when testing a release candidate as specified in [documentation](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md#verify-release-candidates-by-contributors...
https://github.com/apache/airflow/issues/31907
https://github.com/apache/airflow/pull/31914
518b93c24fda6e7a1df0acf0f4dd1921967dc8f6
b07a26523fad4f17ceb4e3a2f88e043dcaff5e53
2023-06-14T18:35:02Z
python
2023-06-14T23:44:04Z
closed
apache/airflow
https://github.com/apache/airflow
31,902
["airflow/serialization/serialized_objects.py", "tests/serialization/test_dag_serialization.py"]
MappedOperator doesn't allow `operator_extra_links` instance property
### Apache Airflow version 2.6.1 ### What happened When doing `.partial()` and `.expand()` on any operator which has an instance property (e.g. `@property`) of `operator_extra_links` the `MappedOperator` does not handle it properly, causing the dag to fail to import. The `BatchOperator` from `airflow.providers.am...
https://github.com/apache/airflow/issues/31902
https://github.com/apache/airflow/pull/31904
225e3041d269698d0456e09586924c1898d09434
3318212482c6e11ac5c2e2828f7e467bca5b7245
2023-06-14T14:37:22Z
python
2023-07-06T05:50:06Z
closed
apache/airflow
https://github.com/apache/airflow
31,891
["docs/apache-airflow-providers-google/api-auth-backend/google-openid.rst"]
Incorrect audience argument in Google OpenID authentication doc
### What do you see as an issue? I followed the [Google OpenID authentication doc](https://airflow.apache.org/docs/apache-airflow-providers-google/stable/api-auth-backend/google-openid.html) and got this error: ``` $ ID_TOKEN="$(gcloud auth print-identity-token "--audience=${AUDIENCE}")" ERROR: (gcloud.auth.print...
https://github.com/apache/airflow/issues/31891
https://github.com/apache/airflow/pull/31893
ca13c7b77ea0e7d37bfe893871bab565d26884d0
fa07812d1013f964a4736eade3ba3e1a60f12692
2023-06-14T09:05:50Z
python
2023-06-23T10:23:44Z
closed
apache/airflow
https://github.com/apache/airflow
31,877
["airflow/providers/databricks/operators/databricks.py"]
DatabricksSubmitRunOperator libraries parameter has incorrect type
### Apache Airflow version 2.6.1 ### What happened The type of the libraries field in the DatabricksSubmitRunOperator is incorrect. According to the Databricks docs, the values should look more like: ```python [ {"pypi": {"package": "simplejson"}}, {"pypi": {"package": "Faker"}}, ] ``` as op...
https://github.com/apache/airflow/issues/31877
https://github.com/apache/airflow/pull/31888
f2ebc292fe63d2ddd0686d90c3acc0630f017a07
69bc90b82403b705b3c30176cc3d64b767f2252e
2023-06-13T14:59:17Z
python
2023-06-19T07:22:45Z
closed
apache/airflow
https://github.com/apache/airflow
31,873
["airflow/models/variable.py", "tests/models/test_variable.py"]
KubernetesPodOperator doesn't mask variables in Rendered Template that are used as arguments
### Apache Airflow version 2.6.1 ### What happened I am pulling a variable from Google Secret Manager and I'm using it as an argument in a KubernetesPodOperator task. I've also tried it with the KubernetesPodOperatorAsync operator and I'm getting the same behaviour. The variable value is not masked on Rendered T...
https://github.com/apache/airflow/issues/31873
https://github.com/apache/airflow/pull/31964
fc0e5a4d42ee882ca5bc20ea65be38b2c739644d
e22ce9baed19ddf771db59b7da1d25e240430625
2023-06-13T11:25:23Z
python
2023-06-16T19:05:01Z
closed
apache/airflow
https://github.com/apache/airflow
31,851
["airflow/cli/cli_config.py", "airflow/cli/commands/connection_command.py", "airflow/cli/commands/variable_command.py", "airflow/cli/utils.py"]
Allow variables to be printed to STDOUT
### Description Currently, the `airflow variables export` command requires an explicit file path and does not support output to stdout. However connections can be printed to stdout using `airflow connections export -`. This inconsistency between the two export commands can lead to confusion and limits the flexibility ...
https://github.com/apache/airflow/issues/31851
https://github.com/apache/airflow/pull/33279
bfa09da1380f0f1e0727dbbc9f1878bd44eb848d
09d478ec671f8017294d4e15d75db1f40b8cc404
2023-06-12T02:56:23Z
python
2023-08-11T09:02:48Z
closed
apache/airflow
https://github.com/apache/airflow
31,834
["airflow/providers/microsoft/azure/log/wasb_task_handler.py", "airflow/providers/redis/log/__init__.py", "airflow/providers/redis/log/redis_task_handler.py", "airflow/providers/redis/provider.yaml", "airflow/utils/log/file_task_handler.py", "docs/apache-airflow-providers-redis/index.rst", "docs/apache-airflow-provider...
Redis task handler for logs
### Discussed in https://github.com/apache/airflow/discussions/31832 <div type='discussions-op-text'> <sup>Originally posted by **michalc** June 10, 2023</sup> Should something like the below be in the codebase? It's a simple handler for storing Airflow task logs in Redis, enforcing a max number of entries per t...
https://github.com/apache/airflow/issues/31834
https://github.com/apache/airflow/pull/31855
6362ba5ab45a38008814616df4e17717cc3726c3
42b4b43c4c2ccf0b6e7eaa105c982df495768d01
2023-06-10T17:38:26Z
python
2023-07-23T06:43:35Z
closed
apache/airflow
https://github.com/apache/airflow
31,819
["docs/apache-airflow/authoring-and-scheduling/deferring.rst"]
Improve the docs around deferrable mode for Sensors
### Body With Operators the use case of deferrable operators is pretty clear. However with Sensor new questions are raised. All Sensors inherit from `BaseSensorOperator` which adds [mode](https://github.com/apache/airflow/blob/a98621f4facabc207b4d6b6968e6863845e1f90f/airflow/sensors/base.py#L93) parameter a ques...
https://github.com/apache/airflow/issues/31819
https://github.com/apache/airflow/pull/31840
371833e076d033be84f109cce980a6275032833c
0db0ff14da449dc3dbfe9577ccdb12db946b9647
2023-06-09T18:33:27Z
python
2023-06-24T16:40:26Z
closed
apache/airflow
https://github.com/apache/airflow
31,818
["airflow/cli/cli_config.py", "airflow/cli/commands/db_command.py", "tests/cli/commands/test_db_command.py"]
Add retry + timeout to Airflow db check
### Description In my company usage of Airflow, developmental instances of Airflow run on containerized PostgreSQL that are spawned at the same time the Airflow container is spawned. Before the Airflow container runs its initialization scripts, it needs to make sure that the PostgreSQL instance can be reached, for whi...
https://github.com/apache/airflow/issues/31818
https://github.com/apache/airflow/pull/31836
a81ac70b33a589c58b59864df931d3293fada382
1b35a077221481e9bf4aeea07d1264973e7f3bf6
2023-06-09T18:07:59Z
python
2023-06-15T08:54:09Z
closed
apache/airflow
https://github.com/apache/airflow
31,811
["airflow/providers/microsoft/azure/hooks/wasb.py", "docs/apache-airflow-providers-microsoft-azure/connections/wasb.rst", "tests/providers/microsoft/azure/hooks/test_wasb.py"]
Airflow Connection Type Azure Blob Storage - Shared Access Key field
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow Version 2.5.2 Issue: Create a connection of type azure blob storage using the method #3 described in [OSS docs](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/connections/wasb.html)...
https://github.com/apache/airflow/issues/31811
https://github.com/apache/airflow/pull/32082
0bc689ee6d4b6967d7ae99a202031aac14d181a2
46ee1c2c8d3d0e5793f42fd10bcd80150caa538b
2023-06-09T06:40:54Z
python
2023-06-27T23:00:11Z
closed
apache/airflow
https://github.com/apache/airflow
31,795
["airflow/providers/apache/kafka/triggers/await_message.py"]
AwaitMessageTriggerFunctionSensor not firing all eligble messages
### Apache Airflow version 2.6.1 ### What happened The AwaitMessageTriggerFunctionSensor is showing some buggy behaviour. When consuming from a topic, it is correctly applying the apply_function in order to yield a TriggerEvent. However, it is consuming multiple messages at a time and not yielding a trigger for ...
https://github.com/apache/airflow/issues/31795
https://github.com/apache/airflow/pull/31803
ead2530d3500dd27df54383a0802b6c94828c359
1b599c9fbfb6151a41a588edaa786745f50eec38
2023-06-08T14:24:33Z
python
2023-06-30T09:26:46Z
closed
apache/airflow
https://github.com/apache/airflow
31,769
["airflow/serialization/serde.py", "tests/serialization/test_serde.py"]
Deserialization of old xcom data fails after upgrade to 2.6.1 from 2.5.2 when calling /xcom/list/ [GET]
### Apache Airflow version 2.6.1 ### What happened After upgrading from airflow 2.5.2 to 2.6.1 calling the endpoint `xcom/list/` we get the following exception: ``` [2023-06-07T12:16:50.050+0000] {app.py:1744} ERROR - Exception on /xcom/list/ [GET] Traceback (most recent call last): File "/home/airflow/....
https://github.com/apache/airflow/issues/31769
https://github.com/apache/airflow/pull/31866
779226706c1d64e0fe1e19c5f077ead9c9b4914a
bd32467ede1a5a197e09456803f7cebaee9f9b77
2023-06-07T15:08:32Z
python
2023-06-29T20:37:16Z
closed
apache/airflow
https://github.com/apache/airflow
31,761
["BREEZE.rst"]
Update the troubleshoot section in breeze for pip running for long time.
### What do you see as an issue? Add an update on the troubleshooting section of BREEZE.rst if the pip is taking a significant amount of time with the following error: ``` ip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. ``` ### Solving...
https://github.com/apache/airflow/issues/31761
https://github.com/apache/airflow/pull/31760
07ea574fed5d56ca9405ee9e47828841289e3a3c
b9efbf513d8390b66d01ee380ccc43cd60d3c88b
2023-06-07T11:47:11Z
python
2023-06-07T11:51:55Z
closed
apache/airflow
https://github.com/apache/airflow
31,753
["airflow/providers/databricks/operators/databricks_sql.py", "tests/providers/databricks/operators/test_databricks_sql.py"]
AttributeError exception when returning result to XCom
### Apache Airflow version 2.6.1 ### What happened When i use _do_xcom_push=True_ in **DatabricksSqlOperator** the an exception with following stack trace is thrown: ``` [2023-06-06, 08:52:24 UTC] {sql.py:375} INFO - Running statement: SELECT cast(max(id) as STRING) FROM prod.unified.sessions, parameters: ...
https://github.com/apache/airflow/issues/31753
https://github.com/apache/airflow/pull/31780
1aa9e803c26b8e86ab053cfe760153fc286e177c
049c6184b730a7ede41db9406654f054ddc8cc5f
2023-06-07T06:44:13Z
python
2023-06-08T10:49:33Z
closed
apache/airflow
https://github.com/apache/airflow
31,750
["airflow/providers/google/cloud/transfers/sql_to_gcs.py", "tests/providers/google/cloud/transfers/test_sql_to_gcs.py"]
BaseSQLToGCSOperator creates row group for each rows during parquet generation
### Apache Airflow version Other Airflow 2 version (please specify below) Airflow 2.4.2 ### What happened BaseSQLToGCSOperator creates row group for each rows during parquet generation, which cause compression not work and increase file size. ![image](https://github.com/apache/airflow/assets/51909776/bf25606...
https://github.com/apache/airflow/issues/31750
https://github.com/apache/airflow/pull/31831
ee83a2fbd1a65e6a5c7d550a39e1deee49856270
b502e665d633262f3ce52d9c002c0a25e6e4ec9d
2023-06-07T03:06:11Z
python
2023-06-14T12:05:05Z
closed
apache/airflow
https://github.com/apache/airflow
31,745
["airflow/providers/cncf/kubernetes/operators/pod.py", "airflow/providers/cncf/kubernetes/utils/pod_manager.py", "kubernetes_tests/test_kubernetes_pod_operator.py", "tests/providers/cncf/kubernetes/utils/test_pod_manager.py"]
Add a process_line callback to KubernetesPodOperator
### Description Add a process_line callback to KubernetesPodOperator Like https://github.com/apache/airflow/blob/main/airflow/providers/apache/beam/operators/beam.py#LL304C36-L304C57 the `BeamRunPythonPipelineOperator`, which allows the user to add stateful plugins based on the logging from docker job ### Use case...
https://github.com/apache/airflow/issues/31745
https://github.com/apache/airflow/pull/34153
d800a0de5194bb1ef3cfad44c874abafcc78efd6
b5057e0e1fc6b7a47e38037a97cac862706747f0
2023-06-06T18:40:42Z
python
2023-09-09T18:08:29Z
closed
apache/airflow
https://github.com/apache/airflow
31,726
["airflow/models/taskinstance.py", "airflow/www/extensions/init_wsgi_middlewares.py", "tests/www/test_app.py"]
redirect to same url after set base_url
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened ``` $ curl localhost:8080/airflow/ <!doctype html> <html lang=en> <title>Redirecting...</title> <h1>Redirecting...</h1> <p>You should be redirected automatically to the target URL: <a href="http://localhost:8080/a...
https://github.com/apache/airflow/issues/31726
https://github.com/apache/airflow/pull/31833
69bc90b82403b705b3c30176cc3d64b767f2252e
fe4a6c843acd97c776d5890116bfa85356a54eee
2023-06-06T02:39:47Z
python
2023-06-19T07:29:11Z
closed
apache/airflow
https://github.com/apache/airflow
31,720
["airflow/jobs/triggerer_job_runner.py", "tests/jobs/test_triggerer_job.py"]
Add a log message when a trigger is canceled for timeout
### Body The _trigger_ log doesn't show that a trigger timed out when it is canceled due to timeout. We should try to see if we can add a log message that would show up in the right place. If we emit it from the trigger process, it might show up out of order. But then again, if we ultimately don't need to go ...
https://github.com/apache/airflow/issues/31720
https://github.com/apache/airflow/pull/31757
6becb7031618867bc253aefc9e3e216629575d2d
a60429eadfffb5fb0f867c220a6cecf628692dcf
2023-06-05T18:55:20Z
python
2023-06-16T08:31:51Z
closed
apache/airflow
https://github.com/apache/airflow
31,668
["docs/apache-airflow/core-concepts/dags.rst"]
Schedule "@daily" is wrongly declared in the "DAG/Core Concepts"
### What do you see as an issue? I found a small bug in the DAG Core Concepts documentation regarding the `@daily`schedule: https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dags.html#running-dags DAGs do not require a schedule, but it’s very common to define one. You define it via the `schedule`...
https://github.com/apache/airflow/issues/31668
https://github.com/apache/airflow/pull/31666
4ebf1c814c6e382169db00493a897b11c680e72b
6a69fbb10c08f30c0cb22e2ba68f56f3a5d465aa
2023-06-01T12:35:33Z
python
2023-06-01T14:36:56Z
closed
apache/airflow
https://github.com/apache/airflow
31,656
["airflow/decorators/base.py", "tests/decorators/test_setup_teardown.py"]
Param on_failure_fail_dagrun should be overridable through `task.override`
Currently when you define a teardown e.g. ``` @teardown(on_failure_fail_dagrun=True) def my_teardown(): ... ``` You can not change this when you instantiate the task e.g. with ``` my_teardown.override(on_failure_fail_dagrun=True)() ``` I don't think this is good because if you define a reusable taskflow fun...
https://github.com/apache/airflow/issues/31656
https://github.com/apache/airflow/pull/31665
29d2a31dc04471fc92cbfb2943ca419d5d8a6ab0
8dd194493d6853c2de80faee60d124b5d54ec3a6
2023-05-31T21:45:59Z
python
2023-06-02T05:26:40Z
closed
apache/airflow
https://github.com/apache/airflow
31,648
["airflow/providers/google/cloud/hooks/kubernetes_engine.py", "tests/providers/google/cloud/hooks/test_kubernetes_engine.py"]
Getting Unauthorized error messages with GKEStartPodOperator if pod execution is over 1 hour
### Apache Airflow version 2.6.1 ### What happened After installing 2.6.1 with fix https://github.com/apache/airflow/pull/31391 we could see our DAGs running normally, except that when they take more than 60 minutes, it stops reporting the log/status, and even if task is completed within job pod, is always marked as...
https://github.com/apache/airflow/issues/31648
https://github.com/apache/airflow/pull/32673
27b5f696a48a088a23294c542acb46bd6e544809
848c69a194c03ed3a5badc909e26b5c1bda03050
2023-05-31T15:43:06Z
python
2023-07-20T14:16:32Z
closed
apache/airflow
https://github.com/apache/airflow
31,636
["airflow/providers/amazon/aws/operators/ecs.py", "airflow/providers/amazon/aws/triggers/ecs.py", "airflow/providers/amazon/aws/utils/task_log_fetcher.py", "airflow/providers/amazon/provider.yaml", "tests/providers/amazon/aws/operators/test_ecs.py", "tests/providers/amazon/aws/triggers/test_ecs.py", "tests/providers/am...
Add deferrable mode to EcsRunTaskOperator
### Description I would greatly appreciate it if the `EcsRunTaskOperator` could incorporate the `deferrable` mode. Currently, this operator significantly affects the performance of my workers, and running multiple instances simultaneously proves to be inefficient. I have noticed that the `KubernetesPodOperator` alre...
https://github.com/apache/airflow/issues/31636
https://github.com/apache/airflow/pull/31881
e4ca68818eec0f29ef04a1a5bfec3241ea03bf8c
415e0767616121854b6a29b3e44387f708cdf81e
2023-05-31T09:40:58Z
python
2023-06-23T17:13:13Z
closed
apache/airflow
https://github.com/apache/airflow
31,624
["chart/templates/workers/worker-deployment.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/airflow_core/test_worker.py"]
waitForMigrations.enabled is missing for "workers" helm
### Official Helm Chart version 1.9.0 (latest released) ### Apache Airflow version 2.6.1 ### Kubernetes Version 1.26 ### Helm Chart configuration `waitForMigrations` does not have an `enabled` property for the `workers` section. For consistency with the other components and to fully support ignoring migrations, ...
https://github.com/apache/airflow/issues/31624
https://github.com/apache/airflow/pull/31625
3bcaf3dd7e71993e1a89cf9367bf7c540cc88e75
b1d12271b85460803670415ae4af9313f8ae2599
2023-05-30T22:29:31Z
python
2023-06-01T12:26:11Z
closed
apache/airflow
https://github.com/apache/airflow
31,612
["airflow/providers/presto/provider.yaml", "generated/provider_dependencies.json"]
[airflow 2.4.3] presto queries returning none following upgrade to common.sql provider
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened After upgrading apache-airflow-providers-common-sql from 1.2.0 to anything above 1.3.0 presto queries using the get_records() and or get_first() function returns none. using the same query -- `select 1`: 1.2.0: `Don...
https://github.com/apache/airflow/issues/31612
https://github.com/apache/airflow/pull/35132
789222cb1378079e2afd24c70c1a6783b57e27e6
8ef2a9997d8b6633ba04dd9f752f504a2ce93e25
2023-05-30T12:19:40Z
python
2023-10-23T15:40:20Z
closed
apache/airflow
https://github.com/apache/airflow
31,604
["airflow/utils/task_group.py", "tests/decorators/test_task_group.py", "tests/utils/test_task_group.py"]
Override default_args between Nested TaskGroups
### What do you see as an issue? Hello! I don't know if this is intended, but `default_args` is not an override when using nested TaskGroups. ```python def callback_in_dag(context: Context): print("DAG!") def callback_in_task_group(context: Context): print("Parent TaskGroup!") with DAG( "...
https://github.com/apache/airflow/issues/31604
https://github.com/apache/airflow/pull/31608
efe8473385426bf8c1e23a845f1ba26482843855
9e8627faa71e9d2047816b291061c28585809508
2023-05-30T01:51:38Z
python
2023-05-30T14:31:34Z
closed
apache/airflow
https://github.com/apache/airflow
31,584
["airflow/providers/google/cloud/hooks/bigquery.py", "airflow/providers/google/cloud/triggers/bigquery.py", "tests/providers/google/cloud/hooks/test_bigquery.py", "tests/providers/google/cloud/triggers/test_bigquery.py"]
BigQueryInsertJobOperator not exiting deferred state
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Using Apache Airflow 2.4.3 and apache airflow google provider 8.4 (also tried with 10.1.0). We have a query that in production should run for a long time, so we wanted to make the BigQueryInsertJobOperator deferrable. Makin...
https://github.com/apache/airflow/issues/31584
https://github.com/apache/airflow/pull/31591
fcbbf47864c251046de108aafdad394d66e1df23
81b85ebcbd241e1909793d7480aabc81777b225c
2023-05-28T13:15:37Z
python
2023-07-29T07:33:56Z
closed
apache/airflow
https://github.com/apache/airflow
31,573
["airflow/providers/hashicorp/_internal_client/vault_client.py", "tests/providers/hashicorp/_internal_client/test_vault_client.py", "tests/providers/hashicorp/hooks/test_vault.py"]
Vault AWS Login not working
### Apache Airflow version 2.6.1 ### What happened Trying to connect to Vault using `auth_type` = `aws_iam`. I am receiving the following error: `AttributeError: 'Client' has no attribute 'auth_aws_iam'`. Looking through [the code](https://github.com/apache/airflow/blob/main/airflow/providers/hashicorp/_internal_cli...
https://github.com/apache/airflow/issues/31573
https://github.com/apache/airflow/pull/31593
ec18db170745a8b1df0bb75569cd22e69892b3e2
41ea700cbdce99cddd0f7b51b33b9fab51b993af
2023-05-26T18:20:56Z
python
2023-05-30T12:25:36Z
closed
apache/airflow
https://github.com/apache/airflow
31,551
["airflow/providers/amazon/aws/hooks/redshift_sql.py", "tests/providers/amazon/aws/hooks/test_redshift_sql.py"]
Redshift connection breaking change with IAM authentication
### Apache Airflow version 2.6.1 ### What happened This [PR](https://github.com/apache/airflow/pull/28187) introduced the get_iam_token method in `redshift_sql.py`. This is the breaking change as introduces the check for `iam` in extras, and it's set to False by default. Error log: ``` self = <airflow....
https://github.com/apache/airflow/issues/31551
https://github.com/apache/airflow/pull/31567
0f1cef27a5a19dd56e6b07ab0bf9868fb850421a
5b3382f63898e497d482870636ed156ce861afbc
2023-05-25T17:07:51Z
python
2023-05-30T18:18:02Z
closed
apache/airflow
https://github.com/apache/airflow
31,547
["airflow/www/views.py"]
Tag filter doesn't sort tags alphabetically
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow v: 2.6.0 This has been an issue since 2.4.0 for us at least. We recently did a refactor of many of our 160+ DAGs and part of that process was to remove some tags that we didn't want anymore. Unfortunately, the old ...
https://github.com/apache/airflow/issues/31547
https://github.com/apache/airflow/pull/31553
6f86b6cd070097dafca196841c82de91faa882f4
24e52f92bd9305bf534c411f9455460060515ea7
2023-05-25T16:08:43Z
python
2023-05-26T16:31:37Z
closed
apache/airflow
https://github.com/apache/airflow
31,526
["airflow/models/skipmixin.py", "airflow/operators/python.py", "airflow/operators/subdag.py", "tests/operators/test_python.py", "tests/operators/test_subdag_operator.py"]
Short circuit task in expanded task group fails when it returns false
### Apache Airflow version 2.6.1 ### What happened I have a short circuit task which is in a task group that is expanded. The task work correctly when it returns true but the task fails when it returns false with the following error: ``` sqlalchemy.exc.IntegrityError: (psycopg2.errors.ForeignKeyViolation) insert o...
https://github.com/apache/airflow/issues/31526
https://github.com/apache/airflow/pull/31541
c356e4fc22abc77f05aa136700094a882f2ca8c0
e2da3151d49dae636cb6901f3d3e124a49cbf514
2023-05-24T20:37:27Z
python
2023-05-30T10:42:58Z
closed
apache/airflow
https://github.com/apache/airflow
31,522
["airflow/api/common/airflow_health.py", "airflow/api_connexion/endpoints/health_endpoint.py", "airflow/www/views.py", "tests/api/__init__.py", "tests/api/common/__init__.py", "tests/api/common/test_airflow_health.py"]
`/health` endpoint missed when adding triggerer health status reporting
### Apache Airflow version main (development) ### What happened https://github.com/apache/airflow/pull/27755 added the triggerer to the rest api health endpoint, but not the main one served on `/health`. ### What you think should happen instead As documented [here](https://airflow.apache.org/docs/apache-airflow/2....
https://github.com/apache/airflow/issues/31522
https://github.com/apache/airflow/pull/31529
afa9ead4cea767dfc4b43e6f301e6204f7521e3f
f048aba47e079e0c81417170a5ac582ed00595c4
2023-05-24T20:08:34Z
python
2023-05-26T20:22:10Z
closed
apache/airflow
https://github.com/apache/airflow
31,509
["airflow/cli/commands/user_command.py"]
Unable to delete user via CI
### Apache Airflow version 2.6.1 ### What happened I am unable to delete users via the "delete command". I am trying to create a new user delete the default admin user. so I tried running the command `airflow users delete -u admin`. Running this command gave the following error output: ``` Feature not implement...
https://github.com/apache/airflow/issues/31509
https://github.com/apache/airflow/pull/31539
0fd42ff015be02d1a6a6c2e1a080f8267194b3a5
3ec66bb7cc686d060ff728bb6bf4d4e70e387ae3
2023-05-24T12:40:00Z
python
2023-05-25T19:45:17Z
closed
apache/airflow
https://github.com/apache/airflow
31,499
["airflow/providers/databricks/operators/databricks_sql.py", "tests/providers/databricks/operators/test_databricks_sql.py"]
XCom - Attribute Error when serializing output of `Merge Into` databricks sql command.
### Apache Airflow version 2.6.1 ### What happened After upgrading from Airflow 2.5.3 to 2.6.1 - the dag started to fail and it's related to XCom serialization. I noticed that something has changed in regards to serializing XCom:``` key | Value Version 2.5.3 | Value Version 2.6.1 | result -- | -- | -- | -...
https://github.com/apache/airflow/issues/31499
https://github.com/apache/airflow/pull/31780
1aa9e803c26b8e86ab053cfe760153fc286e177c
049c6184b730a7ede41db9406654f054ddc8cc5f
2023-05-24T08:32:41Z
python
2023-06-08T10:49:33Z
closed
apache/airflow
https://github.com/apache/airflow
31,480
["airflow/providers/amazon/aws/links/emr.py", "tests/providers/amazon/aws/links/test_links.py"]
Missing LogUri from emr describe-cluster API when executing EmrCreateJobFlowOperator
### Apache Airflow version main (development) ### What happened Encounter the following error when executing `EmrCreateJobFlowOperator` ``` Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/airflow/providers/amazon/aws/operators/emr.py", line 695, in execute log_uri=get_log...
https://github.com/apache/airflow/issues/31480
https://github.com/apache/airflow/pull/31482
27001a23718d6b8b5118eb130be84713af9a4477
a8c45b088e088a5f1d9c924f9efb660c80c0ce12
2023-05-23T14:52:59Z
python
2023-05-31T10:38:44Z
closed
apache/airflow
https://github.com/apache/airflow
31,476
["airflow/cli/commands/kubernetes_command.py", "tests/cli/commands/test_kubernetes_command.py"]
cleanup-pod CLI command fails due to incorrect host
### Apache Airflow version 2.6.1 ### What happened When running `airflow kubernetes cleanup-pods`, the API call to delete a pod fails. A snippet of the log is below: ``` urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: /api/v1/namespaces/airfl...
https://github.com/apache/airflow/issues/31476
https://github.com/apache/airflow/pull/31477
739e6b5d775412f987a3ff5fb71c51fbb7051a89
adf0cae48ad4e87612c00fe9facffca9b5728e7d
2023-05-23T14:14:39Z
python
2023-05-24T09:45:55Z
closed
apache/airflow
https://github.com/apache/airflow
31,460
["airflow/models/connection.py", "tests/models/test_connection.py"]
Add capability in Airflow connections to validate host
### Apache Airflow version 2.6.1 ### What happened While creating connections in airflow, the form doesn't check for the correctness of the format of the host provided. For instance, we can proceed providing something like this which is not a valid url: `spark://k8s://100.68.0.1:443?deploy-mode=cluster`. It wont ins...
https://github.com/apache/airflow/issues/31460
https://github.com/apache/airflow/pull/31465
232771869030d708c57f840aea735b18bd4bffb2
0560881f0eaef9c583b11e937bf1f79d13e5ac7c
2023-05-22T09:50:46Z
python
2023-06-19T09:32:41Z
closed
apache/airflow
https://github.com/apache/airflow
31,440
["airflow/example_dags/example_params_ui_tutorial.py", "airflow/www/static/js/trigger.js", "airflow/www/templates/airflow/trigger.html", "docs/apache-airflow/core-concepts/params.rst"]
Multi-Select, Text Proposals and Value Labels forTrigger Forms
### Description After the release for Airflow 2.6.0 I was integrating some forms into our setup and was missing some options selections - and some nice features to make selections user friendly. I'd like do contribute some few features into the user forms: * A select box option where proposals are made but user is...
https://github.com/apache/airflow/issues/31440
https://github.com/apache/airflow/pull/31441
1ac35e710afc6cf5ea4466714b18efacdc44e1f7
c25251cde620481592392e5f82f9aa8a259a2f06
2023-05-20T15:31:28Z
python
2023-05-22T14:33:03Z
closed
apache/airflow
https://github.com/apache/airflow
31,432
["airflow/providers/google/cloud/operators/bigquery.py", "airflow/providers/google/cloud/triggers/bigquery.py", "tests/providers/google/cloud/operators/test_bigquery.py", "tests/providers/google/cloud/triggers/test_bigquery.py"]
`BigQueryGetDataOperator`'s query job is bugged in deferrable mode
### Apache Airflow version main (development) ### What happened 1. When not providing `project_id` to `BigQueryGetDataOperator` in deferrable mode (`project_id=None`), the query generated by `generate_query` method is bugged, i.e.,: ````sql from `None.DATASET.TABLE_ID` limit ... ```` 2. `as_dict` para...
https://github.com/apache/airflow/issues/31432
https://github.com/apache/airflow/pull/31433
0e8bff9c4ec837d086dbe49b3d583a8d23f49e0e
0d6e626b050a860462224ad64dc5e9831fe8624d
2023-05-19T18:20:45Z
python
2023-05-22T18:20:28Z
closed
apache/airflow
https://github.com/apache/airflow
31,431
["airflow/migrations/versions/0125_2_6_2_add_onupdate_cascade_to_taskmap.py", "airflow/migrations/versions/0126_2_7_0_add_index_to_task_instance_table.py", "airflow/models/taskmap.py", "docs/apache-airflow/img/airflow_erd.sha256", "docs/apache-airflow/img/airflow_erd.svg", "docs/apache-airflow/migrations-ref.rst", "tes...
Clearing a task flow function executed earlier with task changed to mapped task crashes scheduler
### Apache Airflow version main (development) ### What happened Clearing a task flow function executed earlier with task changed to mapped task crashes scheduler. It seems TaskMap stored has a foreign key reference by map_index which needs to be cleared before execution. ``` airflow scheduler /home/karth...
https://github.com/apache/airflow/issues/31431
https://github.com/apache/airflow/pull/31445
adf0cae48ad4e87612c00fe9facffca9b5728e7d
f6bb4746efbc6a94fa17b6c77b31d9fb17305ffc
2023-05-19T18:12:39Z
python
2023-05-24T10:54:45Z
closed
apache/airflow
https://github.com/apache/airflow
31,420
["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"]
allow other states than success/failed in tasks by REST API
### Apache Airflow version main (development) ### What happened see also: https://github.com/apache/airflow/issues/25463 From the conversation there, it sounds like it's intended to be possible to set a task to "skipped" via REST API, but it's not. Instead the next best thing we have is marking as success & addi...
https://github.com/apache/airflow/issues/31420
https://github.com/apache/airflow/pull/31421
233663046d5210359ce9f4db2fe3db4f5c38f6ee
fba6f86ed7e59c166d0cf7717f1734ae30ba4d9c
2023-05-19T14:28:31Z
python
2023-06-08T20:57:17Z
closed
apache/airflow
https://github.com/apache/airflow
31,409
["airflow/sensors/base.py", "tests/sensors/test_base.py"]
ZeroDivisionError in BaseSensorOperator with `exponential_backoff=True` and `poke_interval=1`
### Apache Airflow version 2.6.1 ### What happened Sensor is fired with an exception ZeroDivisionError, if set up `mode="reschedule"`, `exponential_backoff=True` and `poke_interval=1` ``` ERROR - Task failed with exception Traceback (most recent call last): File "/home/airflow/.local/lib/python3.9/site-pack...
https://github.com/apache/airflow/issues/31409
https://github.com/apache/airflow/pull/31412
ba220b091c9fe9ba530533a71e88a9f5ca35d42d
a98621f4facabc207b4d6b6968e6863845e1f90f
2023-05-19T09:28:27Z
python
2023-05-23T10:13:10Z
closed
apache/airflow
https://github.com/apache/airflow
31,407
["airflow/jobs/scheduler_job_runner.py"]
Future DagRun rarely triggered by Race Condition when max_active_runs has reached its upper limit
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened The scheduler rarely triggers a DagRun to be executed in the future. Here are the conditions as I understand them. - max_active_runs is set and upper limit is reached - The preceding DagRun completes very slightly ea...
https://github.com/apache/airflow/issues/31407
https://github.com/apache/airflow/pull/31414
e43206eb2e055a78814fcff7e8c35c6fd9c11e85
b53e2aeefc1714d306f93e58d211ad9d52356470
2023-05-19T09:07:10Z
python
2023-08-08T12:22:13Z
closed
apache/airflow
https://github.com/apache/airflow
31,399
["airflow/example_dags/example_params_ui_tutorial.py", "airflow/www/templates/airflow/trigger.html"]
Trigger UI Form Dropdowns with enums do not set default correct
### Apache Airflow version 2.6.1 ### What happened When playing around with the form features as interoduced in AIP-50 and using the select list option via `enum` I realized that the default value will not be correctly picked when the form is loaded. Instead the first value always will be pre-selected. ### What you...
https://github.com/apache/airflow/issues/31399
https://github.com/apache/airflow/pull/31400
3bc0e3296abc9601dcaf7d77835e80e5fea43def
58aab1118a95ef63ba00784760fd13730dd46501
2023-05-18T20:52:33Z
python
2023-05-21T17:15:05Z
closed
apache/airflow
https://github.com/apache/airflow
31,387
["airflow/providers/google/cloud/operators/kubernetes_engine.py", "tests/providers/google/cloud/operators/test_kubernetes_engine.py"]
GKEStartPodOperator cannot connect to Private IP after upgrade to 2.6.x
### Apache Airflow version 2.6.1 ### What happened After upgrading to 2.6.1, GKEStartPodOperator stopped creating pods. According with release notes we created a specific gcp connection. But connection defaults to GKE Public endpoint (in error message masked as XX.XX.XX.XX) instead of private IP which is best since ...
https://github.com/apache/airflow/issues/31387
https://github.com/apache/airflow/pull/31391
45b6cfa138ae23e39802b493075bd5b7531ccdae
c082aec089405ed0399cfee548011b0520be0011
2023-05-18T13:53:30Z
python
2023-05-23T11:40:07Z
closed
apache/airflow
https://github.com/apache/airflow
31,384
["dev/breeze/src/airflow_breeze/utils/run_utils.py"]
Breeze asset compilation causing OOM on dev-mode
### Apache Airflow version main (development) ### What happened asset compilation background thread is not killed when running `stop_airflow` or `breeze stop`. Webpack process takes a lot of memory, each `start-airflow` starts 4-5 of them. After a few breeze start, we end up with 15+ webpack background ...
https://github.com/apache/airflow/issues/31384
https://github.com/apache/airflow/pull/31403
c63b7774cdba29394ec746b381f45e816dcb0830
ac00547512f33b1222d699c7857108360d99b233
2023-05-18T11:42:08Z
python
2023-05-19T09:58:16Z
closed
apache/airflow
https://github.com/apache/airflow
31,365
["airflow/www/templates/airflow/dags.html"]
The `Next Run` column name and tooltip is misleading
### Description > Expected date/time of the next DAG Run, or for dataset triggered DAGs, how many datasets have been updated since the last DAG Run "Expected date/time of the next DAG Run" to me sounds like Run After. Should the tooltip indicate something along the lines of "start interval of the next dagrun" ...
https://github.com/apache/airflow/issues/31365
https://github.com/apache/airflow/pull/31467
f1d484c46c18a83e0b8bc010044126dafe4467bc
7db42fe6655c28330e80b8a062ef3e07968d6e76
2023-05-17T17:56:37Z
python
2023-06-01T15:54:42Z
closed
apache/airflow
https://github.com/apache/airflow
31,351
["airflow/models/taskinstance.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py"]
Changing task from unmapped to mapped task with task instance note and task reschedule
### Apache Airflow version main (development) ### What happened Changing a non-mapped task with task instance note and task reschedule to a mapped task crashes scheduler when the task is cleared for rerun. Related commit where a similar fix was done. commit a770edfac493f3972c10a43e45bcd0e7cfaea65f Author: Ephrai...
https://github.com/apache/airflow/issues/31351
https://github.com/apache/airflow/pull/31352
b1ea3f32f9284c6f53bab343bdf79ab3081276a8
f82246abe9491a49701abdb647be001d95db7e9f
2023-05-17T11:59:30Z
python
2023-05-31T03:08:47Z
closed
apache/airflow
https://github.com/apache/airflow
31,337
["airflow/providers/google/cloud/hooks/gcs.py"]
GCSHook support for cacheControl
### Description When a file is uploaded to GCS, [by default](https://cloud.google.com/storage/docs/metadata#cache-control), public files will get `Cache-Control: public, max-age=3600`. I've tried setting `cors` for the whole bucket (didn't work) and setting `Cache-Control` on individual file (disappears on file r...
https://github.com/apache/airflow/issues/31337
https://github.com/apache/airflow/pull/31338
ba3665f76a2205bad4553ba00537026a1346e9ae
233663046d5210359ce9f4db2fe3db4f5c38f6ee
2023-05-17T04:51:33Z
python
2023-06-08T20:51:38Z
closed
apache/airflow
https://github.com/apache/airflow
31,335
["airflow/providers/cncf/kubernetes/triggers/pod.py", "tests/providers/cncf/kubernetes/triggers/test_pod.py", "tests/providers/google/cloud/triggers/test_kubernetes_engine.py"]
KPO deferable "random" false fail
### Apache Airflow version 2.6.1 ### What happened With the KPO and only in deferrable I have "random" false fail the dag ```python from pendulum import today from airflow import DAG from airflow.providers.cncf.kubernetes.operators.pod import KubernetesPodOperator dag = DAG( dag_id="kubernetes_dag...
https://github.com/apache/airflow/issues/31335
https://github.com/apache/airflow/pull/31348
57b7ba16a3d860268f03cd2619e5d029c7994013
8f5de83ee68c28100efc085add40ae4702bc3de1
2023-05-17T00:06:22Z
python
2023-06-29T14:55:41Z
closed
apache/airflow
https://github.com/apache/airflow
31,311
["chart/files/pod-template-file.kubernetes-helm-yaml", "tests/charts/airflow_aux/test_pod_template_file.py"]
Worker pod template file doesn't have option to add priorityClassName
### Apache Airflow version 2.6.0 ### What happened Worker pod template file doesn't have an option to add priorityClassName. ### What you think should happen instead Airflow workers deployment however has the option to add it via the override airflow.workers.priorityClassName . We should reuse this for the worker...
https://github.com/apache/airflow/issues/31311
https://github.com/apache/airflow/pull/31328
fbb095605ab009869ef021535c16b62a3d18a562
2c9ce803d744949674e4ec9ac88f73ad0a361399
2023-05-16T07:33:59Z
python
2023-06-01T00:27:35Z
closed
apache/airflow
https://github.com/apache/airflow
31,304
["docs/apache-airflow/administration-and-deployment/logging-monitoring/logging-tasks.rst"]
Outdated 'airflow info' output in Logging for Tasks page
### What do you see as an issue? https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/logging-tasks.html#troubleshooting The referenced `airflow info` format is very outdated. ### Solving the problem Current output format is something like this: ``` Apache Air...
https://github.com/apache/airflow/issues/31304
https://github.com/apache/airflow/pull/31336
6d184d3a589b988c306aa3614e0f83e514b3f526
fc4f37b105ca0f03de7cc49ab4f00751287ae145
2023-05-16T01:46:27Z
python
2023-05-18T07:44:53Z
closed
apache/airflow
https://github.com/apache/airflow
31,303
["airflow/cli/cli_config.py"]
airflow dags list-jobs missing state metavar and choices keyword arguments
### What do you see as an issue? The `--state` CLI flag on `airflow dags list-jobs` does not tell the user what arguments it can take. https://github.com/apache/airflow/blob/1bd538be8c5b134643a6c5eddd06f70e6f0db2e7/airflow/cli/cli_config.py#L280 It probably needs some keyword args similar to the following: ...
https://github.com/apache/airflow/issues/31303
https://github.com/apache/airflow/pull/31308
fc4f37b105ca0f03de7cc49ab4f00751287ae145
8e296a09fc5c49188a129356caca8c3ea5eee000
2023-05-15T23:55:24Z
python
2023-05-18T11:05:07Z
closed
apache/airflow
https://github.com/apache/airflow
31,238
["airflow/providers/discord/notifications/__init__.py", "airflow/providers/discord/notifications/discord.py", "airflow/providers/discord/provider.yaml", "tests/providers/discord/notifications/__init__.py", "tests/providers/discord/notifications/test_discord.py"]
Discord notification
### Description The new [Slack notification](https://airflow.apache.org/docs/apache-airflow-providers-slack/stable/notifications/slack_notifier_howto_guide.html) feature allows users to send messages to a slack channel using the various [on_*_callbacks](https://airflow.apache.org/docs/apache-airflow/stable/administra...
https://github.com/apache/airflow/issues/31238
https://github.com/apache/airflow/pull/31273
3689cee485215651bdb5ef434f24ab8774995a37
bdfebad5c9491234a78453856bd8c3baac98f75e
2023-05-12T03:31:07Z
python
2023-06-16T05:49:03Z
closed
apache/airflow
https://github.com/apache/airflow
31,236
["docs/apache-airflow/core-concepts/dags.rst"]
The @task.branch inside the dags.html seems to be incorrect
### What do you see as an issue? In the documentation page [https://airflow.apache.org/docs/apache-airflow/2.6.0/core-concepts/dags.html#branching)](https://airflow.apache.org/docs/apache-airflow/2.6.0/core-concepts/dags.html#branching), there is an incorrect usage of the @task.branch decorator. ``` python @ta...
https://github.com/apache/airflow/issues/31236
https://github.com/apache/airflow/pull/31265
d6051fd10a0949264098af23ce74c76129cfbcf4
d59b0533e18c7cf0ff17f8af50731d700a2e4b4d
2023-05-12T01:53:07Z
python
2023-05-13T12:21:56Z
closed
apache/airflow
https://github.com/apache/airflow
31,200
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/jobs/job.py", "airflow/jobs/scheduler_job_runner.py", "newsfragments/31277.significant.rst", "tests/jobs/test_base_job.py"]
Constant "The scheduler does not appear to be running" warning on the UI following 2.6.0 upgrade
### Apache Airflow version 2.6.0 ### What happened Ever since we upgraded to Airflow 2.6.0 from 2.5.2, we have seen that there is a warning stating "The scheduler does not appear to be running" intermittently. This warning goes away by simply refreshing the page. And this conforms with our findings that the sched...
https://github.com/apache/airflow/issues/31200
https://github.com/apache/airflow/pull/31277
3193857376bc2c8cd2eb133017be1e8cbcaa8405
f366d955cd3be551c96ad7f794e0b8525900d13d
2023-05-11T07:51:57Z
python
2023-05-15T08:31:14Z
closed
apache/airflow
https://github.com/apache/airflow
31,186
["airflow/www/static/js/dag/details/FilterTasks.tsx", "airflow/www/static/js/dag/details/dagRun/ClearRun.tsx", "airflow/www/static/js/dag/details/dagRun/MarkRunAs.tsx", "airflow/www/static/js/dag/details/index.tsx", "airflow/www/static/js/dag/details/taskInstance/taskActions/ClearInstance.tsx"]
Problems after redesign grid view
### Apache Airflow version 2.6.0 ### What happened The changes in #30373 have had some unintended consequences. - The clear task button can now go of screen if the dag / task name is long enough. This is rather unfortunate since it is by far the most important button to fix issues (hence the reason it is taking ...
https://github.com/apache/airflow/issues/31186
https://github.com/apache/airflow/pull/31232
d1fe67184da26fb0bca2416e26f321747fa4aa5d
03b04a3d54c0c2aff9873f88de116fad49f90600
2023-05-10T15:26:49Z
python
2023-05-12T14:27:03Z
closed
apache/airflow
https://github.com/apache/airflow
31,183
["airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py", "tests/providers/cncf/kubernetes/operators/test_spark_kubernetes.py"]
SparkKubernetesSensor: 'None' has no attribute 'metadata'
### Apache Airflow version 2.6.0 ### What happened After upgrading to 2.6.0 version, pipelines with SparkKubernetesOperator -> SparkKubernetesSensor stopped working correctly. [this PR](https://github.com/apache/airflow/pull/29977) introduces some enhancement into Spark Kubernetes logic, now SparkKubernetesOperat...
https://github.com/apache/airflow/issues/31183
https://github.com/apache/airflow/pull/31798
771362af4784f3d913d6c3d3b44c78269280a96e
6693bdd72d70989f4400b5807e2945d814a83b85
2023-05-10T11:42:40Z
python
2023-06-27T20:55:51Z
closed
apache/airflow
https://github.com/apache/airflow
31,180
["docs/apache-airflow/administration-and-deployment/listeners.rst"]
Plugin for listeners - on_dag_run_running hook ignored
### Apache Airflow version 2.6.0 ### What happened I created a plugin for custom listeners, the task level listeners works fine, but the dag level listeners are not triggered. The [docs](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/listeners.html) states that listeners defin...
https://github.com/apache/airflow/issues/31180
https://github.com/apache/airflow/pull/32269
bc3b2d16d3563d5b9bccd283db3f9e290d1d823d
ab2c861dd8a96f22b0fda692368ce9b103175322
2023-05-10T09:41:08Z
python
2023-07-04T20:57:49Z
closed
apache/airflow
https://github.com/apache/airflow
31,156
["setup.cfg", "setup.py"]
Searching task instances by state doesn't work
### Apache Airflow version 2.6.0 ### What happened After specifying a state such as "Equal to" "failed", the search doesn't return anything but resetting the whole page (the specified filter is gone) https://github.com/apache/airflow/assets/14293802/5fb7f550-c09f-4040-963f-76dc0a2c1a53 ### What you t...
https://github.com/apache/airflow/issues/31156
https://github.com/apache/airflow/pull/31203
d59b0533e18c7cf0ff17f8af50731d700a2e4b4d
1133035f7912fb2d2612c7cee5017ebf01f8ec9d
2023-05-09T14:40:44Z
python
2023-05-13T13:13:06Z
closed
apache/airflow
https://github.com/apache/airflow
31,109
["airflow/providers/google/cloud/operators/bigquery.py", "tests/providers/google/cloud/operators/test_bigquery.py"]
Add support for standard SQL in `BigQueryGetDataOperator`
### Description Currently, the BigQueryGetDataOperator always utilizes legacy SQL when submitting jobs (set as the default by the BQ API). This approach may cause problems when using standard SQL features, such as names for projects, datasets, or tables that include hyphens (which is very common nowadays). We would ...
https://github.com/apache/airflow/issues/31109
https://github.com/apache/airflow/pull/31190
24532312b694242ba74644fdd43a487e93122235
d1fe67184da26fb0bca2416e26f321747fa4aa5d
2023-05-06T14:04:34Z
python
2023-05-12T14:13:21Z
closed
apache/airflow
https://github.com/apache/airflow
31,099
["airflow/providers/amazon/aws/operators/emr.py", "tests/providers/amazon/aws/operators/test_emr_serverless.py"]
Can't cancel EMR Serverless task
### Apache Airflow version 2.6.0 ### What happened When marking an EMR Serverless job as failed, the job continues to run. ### What you think should happen instead The job should be cancelled. Looking at the [EMR Serverless Operator](https://github.com/apache/airflow/blob/a6be96d92828a86e982b53646a9e2eeca00a5463/a...
https://github.com/apache/airflow/issues/31099
https://github.com/apache/airflow/pull/31169
761c0da723799c3c37d9eb2cadaa9c4fa256d13a
d6051fd10a0949264098af23ce74c76129cfbcf4
2023-05-05T17:01:29Z
python
2023-05-12T20:00:30Z
closed
apache/airflow
https://github.com/apache/airflow
31,087
["Dockerfile.ci", "scripts/docker/entrypoint_ci.sh"]
Latest Botocore breaks SQS tests
### Body Our tests are broken in main due to latest botocore failing SQS tests. Example here: https://github.com/apache/airflow/actions/runs/4887737387/jobs/8724954226 ``` E botocore.exceptions.ClientError: An error occurred (400) when calling the SendMessage operation: <ErrorResponse xmlns="http:...
https://github.com/apache/airflow/issues/31087
https://github.com/apache/airflow/pull/31103
41c87464428d8d31ba81444b3adf457bc968e11d
49cc213919a7e2a5d4bdc9f952681fa4ef7bf923
2023-05-05T11:31:51Z
python
2023-05-05T20:32:51Z
closed
apache/airflow
https://github.com/apache/airflow
31,084
["docs/docker-stack/build.rst", "docs/docker-stack/docker-examples/extending/add-airflow-configuration/Dockerfile"]
Changing configuration as part of the custom airflow docker image
### What do you see as an issue? https://airflow.apache.org/docs/docker-stack/build.html This docs doesn't share information on how we can edit the airflow.cfg file for the airflow installed via docker. Adding this to docs, would give better idea about editing the configuration file ### Solving the problem Add more...
https://github.com/apache/airflow/issues/31084
https://github.com/apache/airflow/pull/31842
7a786de96ed178ff99aef93761d82d100b29bdf3
9cc72bbaec0d7d6041ecd53541a524a2f1e523d0
2023-05-05T10:43:52Z
python
2023-06-11T18:12:28Z
closed
apache/airflow
https://github.com/apache/airflow
31,080
["airflow/providers/common/sql/operators/sql.py", "airflow/providers/common/sql/provider.yaml", "airflow/providers/databricks/operators/databricks_sql.py", "airflow/providers/databricks/provider.yaml", "generated/provider_dependencies.json", "tests/providers/databricks/operators/test_databricks_sql.py"]
SQLExecuteQueryOperator AttributeError exception when returning result to XCom
### Apache Airflow version 2.6.0 ### What happened I am using DatabricksSqlOperator which writes the result to a file. When the task finishes it writes all the data correctly to the file the throws the following exception: > [2023-05-05, 07:56:22 UTC] {taskinstance.py:1847} ERROR - Task failed with exception > Tra...
https://github.com/apache/airflow/issues/31080
https://github.com/apache/airflow/pull/31136
521dae534dd0b906e4dd9a7446c6bec3f9022ac3
edd7133a1336c9553d77ba13c83bc7f48d4c63f0
2023-05-05T08:16:58Z
python
2023-05-09T11:11:41Z
closed
apache/airflow
https://github.com/apache/airflow
31,067
["setup.py"]
[BUG] apache.hive extra is referencing incorrect provider name
### Apache Airflow version 2.6.0 ### What happened When creating docker image with airflow 2.6.0 I receive the error: `ERROR: No matching distribution found for apache-airflow-providers-hive>=5.1.0; extra == "apache.hive"` After which, I see that the package name should be `apache-airflow-providers-apache-h...
https://github.com/apache/airflow/issues/31067
https://github.com/apache/airflow/pull/31068
da61bc101eba0cdb17554f5b9ae44998bb0780d3
9e43d4aee3b86134b1b9a42f988fb9d3975dbaf7
2023-05-04T17:37:49Z
python
2023-05-05T15:39:33Z
closed
apache/airflow
https://github.com/apache/airflow
31,059
["airflow/utils/log/file_task_handler.py", "tests/providers/amazon/aws/log/test_s3_task_handler.py", "tests/utils/test_log_handlers.py"]
Logs no longer shown after task completed CeleryExecutor
### Apache Airflow version 2.6.0 ### What happened Stream logging works as long as the task is running. Once the task finishes, no logs are printed to the UI (only the hostname of the worker is printed) <img width="1657" alt="image" src="https://user-images.githubusercontent.com/16529101/236212701-aecf6cdc-4d87-481...
https://github.com/apache/airflow/issues/31059
https://github.com/apache/airflow/pull/31101
10dda55e8b0fed72e725b369c17cb5dfb0d77409
672ee7f0e175dd7edb041218850d0cd556d62106
2023-05-04T13:07:47Z
python
2023-05-08T21:51:35Z
closed
apache/airflow
https://github.com/apache/airflow
31,039
["airflow/dag_processing/processor.py", "tests/dag_processing/test_processor.py"]
Packaged DAGs not getting loaded in Airflow 2.6.0 (ValueError: source code string cannot contain null bytes)
### Apache Airflow version 2.6.0 ### What happened I am trying to upgrade Airflow from version 2.3.1 to 2.6.0. I have a zip file with a few test DAGs which used to get loaded correctly in 2.3.1 but after the upgrade I get the following error in the scheduler logs. ``` Process ForkProcess-609: Traceback (m...
https://github.com/apache/airflow/issues/31039
https://github.com/apache/airflow/pull/31061
91e18bfc3e53002c191b33dbbfd017e152b23935
34b6230f3c7815b8ae7e99443e45a56921059d3f
2023-05-03T13:02:13Z
python
2023-05-04T17:18:28Z