status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
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,708
["Dockerfile", "Dockerfile.ci", "docs/docker-stack/build-arg-ref.rst", "docs/docker-stack/changelog.rst", "scripts/docker/install_mysql.sh"]
MYSQL_OPT_RECONNECT is deprecated. When exec airflow db upgrade.
### Apache Airflow version 2.6.3 ### What happened When I install airflow can set backend database, I set mysql as my backend. And I exec `airflow db upgrade` It shows many warning info contains "WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version." ### What you think should happen ...
https://github.com/apache/airflow/issues/32708
https://github.com/apache/airflow/pull/35070
dcb72b5a4661223c9de7beea40264a152298f24b
1f26ae13cf974a0b2af6d8bc94c601d65e2bd98a
2023-07-20T07:13:49Z
python
2023-10-24T08:54:09Z
closed
apache/airflow
https://github.com/apache/airflow
32,702
["airflow/providers/amazon/aws/operators/sagemaker.py", "docs/apache-airflow-providers-amazon/operators/sagemaker.rst", "tests/providers/amazon/aws/operators/test_sagemaker_notebook.py", "tests/system/providers/amazon/aws/example_sagemaker_notebook.py"]
Support for SageMaker Notebook Operators
### Description Today, Amazon provider package supports SageMaker operators for a few operations, like training, tuning, pipelines, but it lacks the support for SageMaker Notebook instances. Boto3 provides necessary APIs to [create notebook instance](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/se...
https://github.com/apache/airflow/issues/32702
https://github.com/apache/airflow/pull/33219
45d5f6412731f81002be7e9c86c11060394875cf
223b41d68f53e7aa76588ffb8ba1e37e780d9e3b
2023-07-19T19:27:24Z
python
2023-08-16T16:53:33Z
closed
apache/airflow
https://github.com/apache/airflow
32,657
["airflow/migrations/versions/0131_2_8_0_make_connection_login_password_text.py", "airflow/models/connection.py", "airflow/utils/db.py", "docs/apache-airflow/img/airflow_erd.sha256", "docs/apache-airflow/img/airflow_erd.svg", "docs/apache-airflow/migrations-ref.rst"]
Increase connections HTTP login length to 5000 characters
### Description The current length limit for the `login` parameter in an HTTP connection is 500 characters. It'd be nice if this was 5000 characters like the `password` parameter. ### Use case/motivation We've run into an issue with an API we need to integrate with. It uses basic HTTP authentication, and both ...
https://github.com/apache/airflow/issues/32657
https://github.com/apache/airflow/pull/32815
a169cf2c2532a8423196c8d98eede86029a9de9a
8e38c5a4d74b86af25b018b19f7a7d90d3e7610f
2023-07-17T17:20:44Z
python
2023-09-26T17:00:36Z
closed
apache/airflow
https://github.com/apache/airflow
32,622
["airflow/decorators/base.py", "tests/decorators/test_python.py"]
When multiple-outputs gets None as return value it crashes
### Body Currently when you use multiple-outputs in decorator and it gets None value, it crashes. As explained in https://github.com/apache/airflow/issues/32553 and workaround for ShortCircuitOperator has been implemented here: https://github.com/apache/airflow/pull/32569 But a more complete fix for multiple...
https://github.com/apache/airflow/issues/32622
https://github.com/apache/airflow/pull/32625
ea0deaa993674ad0e4ef777d687dc13809b0ec5d
a5dd08a9302acca77c39e9552cde8ef501fd788f
2023-07-15T07:25:42Z
python
2023-07-16T14:31:32Z
closed
apache/airflow
https://github.com/apache/airflow
32,621
["docs/apache-airflow-providers-apache-beam/operators.rst"]
Apache beam operators that submits to Dataflow requires gcloud CLI
### What do you see as an issue? It's unclear in the [apache beam provider documentation](https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/stable/index.html) about [Apache Beam Operators](https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/stable/operators.html) that the operators ...
https://github.com/apache/airflow/issues/32621
https://github.com/apache/airflow/pull/32663
f6bff828af28a9f7f25ef35ec77da4ca26388258
52d932f659d881a0b17bc1c1ba7e7bfd87d45848
2023-07-15T07:13:45Z
python
2023-07-18T11:22:58Z
closed
apache/airflow
https://github.com/apache/airflow
32,590
["chart/templates/_helpers.yaml", "chart/templates/secrets/metadata-connection-secret.yaml", "chart/templates/workers/worker-kedaautoscaler.yaml", "chart/values.schema.json", "chart/values.yaml", "helm_tests/other/test_keda.py"]
When using KEDA and pgbouncer together, KEDA logs repeated prepared statement errors
### Official Helm Chart version 1.10.0 (latest released) ### Apache Airflow version 2.6.2 ### Kubernetes Version v1.26.5-gke.1200 ### Helm Chart configuration values.pgbouncer.enabled: true workers.keda.enabled: true And configure a postgres database of any sort. ### Docker Image customizations _No respons...
https://github.com/apache/airflow/issues/32590
https://github.com/apache/airflow/pull/32608
51052bbbce159340e962e9fe40b6cae6ce05ab0c
f7ad549f2d7119a6496e3e66c43f078fbcc98ec1
2023-07-13T18:25:32Z
python
2023-07-15T20:52:38Z
closed
apache/airflow
https://github.com/apache/airflow
32,551
["airflow/providers/snowflake/operators/snowflake.py", "tests/providers/snowflake/operators/test_snowflake.py"]
SnowflakeValueCheckOperator - database, warehouse, schema parameters doesn't ovveride connection
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We are using Airflow 2.6.0 with Airflow Snowflake Provider 4.3.0. When we add database, schema and warehouse parameters to SnowflakeOperator all are overriding extra part of Snowflake connection definition. Same set of...
https://github.com/apache/airflow/issues/32551
https://github.com/apache/airflow/pull/32605
2b0d88e450f11af8e447864ca258142a6756126d
2ab78ec441a748ae4d99e429fe336b80a601d7b1
2023-07-12T11:00:55Z
python
2023-07-31T19:21:00Z
closed
apache/airflow
https://github.com/apache/airflow
32,503
["airflow/www/utils.py", "tests/www/views/test_views_tasks.py"]
execution date is missing from Task Instance tooltip
### Apache Airflow version main (development) ### What happened It seems [this](https://github.com/apache/airflow/commit/e16207409998b38b91c1f1697557d5c229ed32d1) commit has made the task instance execution date disappear from the task instance tooltip completely: ![image](https://github.com/apache/airflow/as...
https://github.com/apache/airflow/issues/32503
https://github.com/apache/airflow/pull/32527
58e21c66fdcc8a416a697b4efa852473ad8bd6fc
ed689f2be90cc8899438be66e3c75c3921e156cb
2023-07-10T21:02:35Z
python
2023-07-25T06:53:10Z
closed
apache/airflow
https://github.com/apache/airflow
32,499
["airflow/providers/google/cloud/hooks/dataproc.py", "airflow/providers/google/cloud/operators/dataproc.py", "tests/providers/google/cloud/hooks/test_dataproc.py", "tests/providers/google/cloud/operators/test_dataproc.py"]
Add filtering to DataprocListBatchesOperator
### Description The Python Google Cloud Dataproc API version has been updated in Airflow to support filtering on the Dataproc Batches API. The DataprocListBatchesOperator can be updated to make use of this filtering. Currently, DataprocListBatchesOperator returns, and populates xcom with every job run in the pro...
https://github.com/apache/airflow/issues/32499
https://github.com/apache/airflow/pull/32500
3c14753b03872b259ce2248eda92f7fb6f4d751b
99b8a90346b8826756ac165b73464a701e2c33aa
2023-07-10T19:47:11Z
python
2023-07-20T18:24:22Z
closed
apache/airflow
https://github.com/apache/airflow
32,491
["BREEZE.rst", "dev/breeze/src/airflow_breeze/commands/release_management_commands.py", "dev/breeze/src/airflow_breeze/commands/release_management_commands_config.py", "dev/breeze/src/airflow_breeze/utils/add_back_references.py", "images/breeze/output-commands-hash.txt", "images/breeze/output_release-management.svg", "...
Implement `breeze publish-docs` command
### Body We need a small improvement for our docs publishing process. We currently have those two scripts: * [x] docs/publish_docs.py https://github.com/apache/airflow/blob/main/docs/publish_docs.py in airflow repo * [ ] post-docs/ in airflow-site https://github.com/apache/airflow-site/blob/main/post-docs/add...
https://github.com/apache/airflow/issues/32491
https://github.com/apache/airflow/pull/32594
1a1753c7246a2b35b993aad659f5551afd7e0215
945f48a1fdace8825f3949e5227bed0af2fd38ff
2023-07-10T13:20:05Z
python
2023-07-14T16:36:14Z
closed
apache/airflow
https://github.com/apache/airflow
32,412
["setup.py"]
Click 8.1.4 breaks mypy typing checks
### Body The Click 8.1.4 released 06.06.2023 broke a number of mypy checks. Until the problem is fixed, we need to limit click to unbreak main. Example failing job: https://github.com/apache/airflow/actions/runs/5480089808/jobs/9983219862 Example failures: ``` dev/breeze/src/airflow_breeze/utils/common_opti...
https://github.com/apache/airflow/issues/32412
https://github.com/apache/airflow/pull/32634
7092cfdbbfcfd3c03909229daa741a5bcd7ccc64
7123dc162bb222fdee7e4c50ae8a448c43cdd7d3
2023-07-06T21:54:23Z
python
2023-07-20T04:30:54Z
closed
apache/airflow
https://github.com/apache/airflow
32,367
["airflow/api_connexion/endpoints/xcom_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/xcom_schema.py", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_xcom_endpoint.py", "tests/api_connexion/schemas/test_xcom_schema.py", "tests/conftest.py"]
Unable to get mapped task xcom value via REST API. Getting MultipleResultsFound error
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow 2.3.4 (but actual code seems to have same behaviour). I have mapped task with xcom value. I want to get xcom value of particular instance or xcom values of all task instances. I am using standard REST API met...
https://github.com/apache/airflow/issues/32367
https://github.com/apache/airflow/pull/32453
2aa3cfb6abd10779029b0c072493a1c1ed820b77
bc97646b262e7f338b4f3d4dce199e640e24e250
2023-07-05T10:16:02Z
python
2023-07-10T08:34:21Z
closed
apache/airflow
https://github.com/apache/airflow
32,330
["airflow/providers/amazon/aws/hooks/glue_crawler.py", "tests/providers/amazon/aws/hooks/test_glue_crawler.py"]
AWS GlueCrawlerOperator deletes existing tags on run
### Apache Airflow version 2.6.2 ### What happened We are currently on AWS Provider 6.0.0 and looking to upgrade to the latest version 8.2.0. However, there are some issues with the GlueCrawlerOperator making the upgrade challenging, namely that the operator attempts to update the crawler tags on every run. Be...
https://github.com/apache/airflow/issues/32330
https://github.com/apache/airflow/pull/32331
9a0f41ba53185031bc2aa56ead2928ae4b20de99
7a3bc8d7c85448447abd39287ef6a3704b237a90
2023-07-03T13:40:23Z
python
2023-07-06T11:09:48Z
closed
apache/airflow
https://github.com/apache/airflow
32,301
["airflow/serialization/pydantic/dataset.py"]
= instead of : in type hints - failing Pydantic 2
### Apache Airflow version 2.6.2 ### What happened airflow doesn't work correct UPDATE: with Pydantic 2 released on 30th of June UPDATE:, raises `pydantic.errors.PydanticUserError: A non-annotated attribute was detected: `dag_id = <class 'str'>`. All model fields require a type annotation; if `dag_id` is not...
https://github.com/apache/airflow/issues/32301
https://github.com/apache/airflow/pull/32307
df4c8837d022e66921bc0cf33f3249b235de6fdd
4d84e304b86c97d0437fddbc6b6757b5201eefcc
2023-07-01T12:00:53Z
python
2023-07-01T21:41:59Z
closed
apache/airflow
https://github.com/apache/airflow
32,294
["airflow/models/renderedtifields.py"]
K8 executor throws MySQL DB error 'Deadlock found when trying to get lock; try restarting transaction'
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Apache Airflow version: 2.6.1 When multiple runs for a dag executing simultaneously, K8 executor fails with the following MySQL exception Traceback (most recent call last): File "/home/airflow/.local/lib/python3.10/s...
https://github.com/apache/airflow/issues/32294
https://github.com/apache/airflow/pull/32341
e53320d62030a53c6ffe896434bcf0fc85803f31
c8a3c112a7bae345d37bb8b90d68c8d6ff2ef8fc
2023-06-30T22:51:45Z
python
2023-07-05T11:28:16Z
closed
apache/airflow
https://github.com/apache/airflow
32,290
["airflow/www/views.py", "tests/www/views/test_views_tasks.py"]
Try number is incorrect
### Apache Airflow version 2.6.2 ### What happened All tasks were run 1 time. The try number is 2 for all tasks ### What you think should happen instead Try number should be 1 if only tried 1 time ### How to reproduce Run a task and use the UI to look up try number ### Operating System centos ### Versions of ...
https://github.com/apache/airflow/issues/32290
https://github.com/apache/airflow/pull/32361
43f3e57bf162293b92154f16a8ce33e6922fbf4e
a8e4b8aee602e8c672ab879b7392a65b5c2bb34e
2023-06-30T16:45:01Z
python
2023-07-05T08:30:51Z
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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,027
["airflow/config_templates/default_celery.py"]
Airflow doesn't recognize `rediss:...` url to point to a Redis broker
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow 2.5.3 Redis is attached using `rediss:...` url. While deploying the instance, it Airflow/Celery downgrades `rediss` to `redis` with the warning `[2023-05-02 18:38:30,377: WARNING/MainProcess] Secure redis sch...
https://github.com/apache/airflow/issues/31027
https://github.com/apache/airflow/pull/31028
d91861d3bdbde18c937978c878d137d6c758e2c6
471fdacd853a5bcb190e1ffc017a4e650097ed69
2023-05-02T20:10:11Z
python
2023-06-07T17:09:46Z
closed
apache/airflow
https://github.com/apache/airflow
31,025
["airflow/www/static/js/dag/details/graph/Node.tsx", "airflow/www/static/js/dag/details/graph/utils.ts", "airflow/www/static/js/utils/graph.ts"]
New graph view renders incorrectly when prefix_group_id=false
### Apache Airflow version 2.6.0 ### What happened If a task_group in a dag has `prefix_group_id=false` in its config, the new graph won't render correctly. When the group is collapsed nothing is shown and there is an error in the console. When the group is expanded, the nodes will render but its edges become ...
https://github.com/apache/airflow/issues/31025
https://github.com/apache/airflow/pull/32764
53c6305bd0a914738074821d5f5f233e3ed5bee5
3e467ba510d29e912d89115769726111b8bce891
2023-05-02T18:15:05Z
python
2023-07-22T10:23:12Z
closed
apache/airflow
https://github.com/apache/airflow
30,984
["airflow/models/dagrun.py", "airflow/models/taskinstance.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py"]
Unable to remove DagRun and TaskInstance with note
### Apache Airflow version 2.6.0 ### What happened Hi, I'm unable to remove DagRun and TaskInstance when they have note attached. ### What you think should happen instead Should be able to remove DagRuns or TaskInstances with or without notes. Also note should be removed when parent entity is removed. ### Ho...
https://github.com/apache/airflow/issues/30984
https://github.com/apache/airflow/pull/30987
ec7674f111177c41c02e5269ad336253ed9c28b4
0212b7c14c4ce6866d5da1ba9f25d3ecc5c2188f
2023-05-01T06:29:36Z
python
2023-05-01T21:14:04Z
closed
apache/airflow
https://github.com/apache/airflow
30,932
["airflow/models/baseoperator.py", "tests/models/test_mappedoperator.py"]
Tasks created using "dynamic task mapping" ignore the Task Group passed as argument
### Apache Airflow version main (development) ### What happened When creating a DAG with Task Groups and a Mapped Operator, if the Task Group is passed as argument to Mapped Operator's `partial` method it is ignored and the operator is not added to the group. ### What you think should happen instead The ...
https://github.com/apache/airflow/issues/30932
https://github.com/apache/airflow/pull/30933
1d4b1410b027c667d4e2f51f488f98b166facf71
4ee2de1e38a85abb89f9f313a3424c7368e12d1a
2023-04-27T23:34:38Z
python
2023-04-29T21:27:22Z
closed
apache/airflow
https://github.com/apache/airflow
30,900
["airflow/api_connexion/endpoints/dag_endpoint.py", "tests/api_connexion/endpoints/test_dag_endpoint.py"]
REST API, order_by parameter in dags list is not taken into account
### Apache Airflow version 2.5.3 ### What happened It seems that the order_by parameters is not used when calling dags list with the rest api The following two commands returns the same results which should not be possible cause one is ascending and the other descending curl -X 'GET' 'http://<server_name>:<...
https://github.com/apache/airflow/issues/30900
https://github.com/apache/airflow/pull/30926
36fe6d0377d37b5f6be8ea5659dcabb44b4fc233
1d4b1410b027c667d4e2f51f488f98b166facf71
2023-04-27T10:10:57Z
python
2023-04-29T16:07:01Z
closed
apache/airflow
https://github.com/apache/airflow
30,884
["airflow/jobs/dag_processor_job_runner.py"]
DagProcessor Performance Regression
### Apache Airflow version 2.5.3 ### What happened Upgrading from `2.4.3` to `2.5.3` caused a significant increase in dag processing time on standalone dag processor (~1-2s to 60s): ``` /opt/airflow/dags/ecco_airflow/dags/image_processing/product_image_load.py ...
https://github.com/apache/airflow/issues/30884
https://github.com/apache/airflow/pull/30899
7ddad1a24b1664cef3827b06d9c71adbc558e9ef
00ab45ffb7dee92030782f0d1496d95b593fd4a7
2023-04-26T14:47:31Z
python
2023-04-27T11:27:33Z
closed
apache/airflow
https://github.com/apache/airflow
30,838
["airflow/www/templates/airflow/dags.html", "airflow/www/views.py"]
Sort Dag List by Last Run Date
### Description It would be helpful to me if I could see the most recently ran DAGs and their health in the Airflow UI. Right now many fields are sortable but not last run. The solution here would likely build off the previous work from this issue: https://github.com/apache/airflow/issues/8459 ### Use case/motivat...
https://github.com/apache/airflow/issues/30838
https://github.com/apache/airflow/pull/31234
7ebda3898db2eee72d043a9565a674dea72cd8fa
3363004450355582712272924fac551dc1f7bd56
2023-04-24T13:41:07Z
python
2023-05-17T15:11:15Z
closed
apache/airflow
https://github.com/apache/airflow
30,796
["docs/apache-airflow/authoring-and-scheduling/plugins.rst"]
Tasks forked by the Local Executor are loading stale modules when the modules are also referenced by plugins
### Apache Airflow version 2.5.3 ### What happened After upgrading from Airflow 2.4.3 to 2.5.3, tasks forked by the `Local Executor` can run with outdated module imports if those modules are also imported by plugins. It seems as though tasks will reuse imports that were first loaded when the scheduler boots, and any...
https://github.com/apache/airflow/issues/30796
https://github.com/apache/airflow/pull/31781
ab8c9ec2545caefb232d8e979b18b4c8c8ad3563
18f2b35c8fe09aaa8d2b28065846d7cf1e85cae2
2023-04-21T15:35:10Z
python
2023-06-08T18:50:58Z
closed
apache/airflow
https://github.com/apache/airflow
30,613
["airflow/providers/amazon/aws/hooks/base_aws.py", "tests/providers/amazon/aws/hooks/test_dynamodb.py"]
DynamoDBHook - not able to registering a custom waiter
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon=7.4.1 ### Apache Airflow version airflow=2.5.3 ### Operating System Mac ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened We can register a custom waiter by ad...
https://github.com/apache/airflow/issues/30613
https://github.com/apache/airflow/pull/30595
cb5a2c56b99685305eecdd3222b982a1ef668019
7c2d3617bf1be0781e828d3758ee6d9c6490d0f0
2023-04-13T04:27:21Z
python
2023-04-14T16:43:59Z
closed
apache/airflow
https://github.com/apache/airflow
30,593
["airflow/jobs/dag_processor_job_runner.py"]
After upgrading to 2.5.3, Dag Processing time increased dramatically.
### Apache Airflow version 2.5.3 ### What happened I upgraded my airflow cluster from 2.5.2 to 2.5.3 , after which strange things started happening. I'm currently using a standalone dagProcessor, and the parsing time that used to take about 2 seconds has suddenly increased to about 10 seconds. I'm thinking it's we...
https://github.com/apache/airflow/issues/30593
https://github.com/apache/airflow/pull/30899
7ddad1a24b1664cef3827b06d9c71adbc558e9ef
00ab45ffb7dee92030782f0d1496d95b593fd4a7
2023-04-12T01:28:37Z
python
2023-04-27T11:27:33Z
closed
apache/airflow
https://github.com/apache/airflow
30,562
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/utils/db.py", "tests/utils/test_db.py"]
alembic Logging
### Apache Airflow version 2.5.3 ### What happened When I call the airflow initdb function, it outputs these lines to the log INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. ### What you think should happen instead There should be ...
https://github.com/apache/airflow/issues/30562
https://github.com/apache/airflow/pull/31415
c5597d1fabe5d8f3a170885f6640344d93bf64bf
e470d784627502f171819fab072e0bbab4a05492
2023-04-10T11:25:58Z
python
2023-05-23T01:33:31Z
closed
apache/airflow
https://github.com/apache/airflow
30,414
["airflow/www/views.py", "tests/www/views/test_views_tasks.py"]
Cannot clear tasking instances on "List Task Instance" page with User role
### Apache Airflow version main (development) ### What happened Only users with the role `Admin` are allowed to use the action clear on the TaskInstance list view. ### What you think should happen instead Users with role `User` should be able to clear task instance in the Task Instance page. ### How to reproduce ...
https://github.com/apache/airflow/issues/30414
https://github.com/apache/airflow/pull/30415
22bef613678e003dde9128ac05e6c45ce934a50c
b140c4473335e4e157ff2db85148dd120c0ed893
2023-04-01T11:20:33Z
python
2023-04-22T17:10:49Z
closed
apache/airflow
https://github.com/apache/airflow
30,407
[".github/workflows/ci.yml", "BREEZE.rst", "dev/breeze/src/airflow_breeze/commands/testing_commands.py", "dev/breeze/src/airflow_breeze/commands/testing_commands_config.py", "dev/breeze/src/airflow_breeze/utils/selective_checks.py", "images/breeze/output-commands-hash.txt", "images/breeze/output_testing_tests.svg"]
merge breeze's --test-type and --test-types options
### Description using `breeze testing tests` recently I noticed that the way to specify which tests to run is very confusing: * `--test-type` supports specifying one type only (or `All`), allows specifying which provider tests to run in details, and is ignored if `--run-in-parallel` is provided (from what I saw) *...
https://github.com/apache/airflow/issues/30407
https://github.com/apache/airflow/pull/30424
90ba6fe070d903bca327b52b2f61468408d0d96a
20606438c27337c20aa9aff8397dfa6f286f03d3
2023-03-31T22:12:56Z
python
2023-04-04T11:30:23Z
closed
apache/airflow
https://github.com/apache/airflow
30,365
["airflow/cli/cli_config.py", "airflow/cli/commands/dag_command.py", "tests/cli/commands/test_dag_command.py"]
Need an REST API or/and Airflow CLI to fetch last parsed time of a given DAG
### Description We need to access the time at which a given DAG was parsed last. Airflow Version : 2.2.2 and above. ### Use case/motivation End users want to run a given DAG post applying the changes they have done on them. This would mean that the DAG should be parsed post the edits done to it. Right now the l...
https://github.com/apache/airflow/issues/30365
https://github.com/apache/airflow/pull/30432
c5b685e88dd6ecf56d96ef4fefa6c409f28e2b22
7074167d71c93b69361d24c1121adc7419367f2a
2023-03-30T08:34:47Z
python
2023-04-14T17:14:48Z