Dataset Viewer
Auto-converted to Parquet Duplicate
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
36,219
["airflow/www/static/js/dag/details/taskInstance/taskActions/MarkInstanceAs.tsx"]
"Mark state as..." button options grayed out
### Apache Airflow version 2.7.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Since a few versions ago, the button to mark a task state as success is grayed out when the task is in a success state. Conversely, whenever a task is in a failed state, the mark button as failed...
https://github.com/apache/airflow/issues/36219
https://github.com/apache/airflow/pull/36254
a68b4194fe7201bba0544856b60c7d6724da60b3
20d547ecd886087cd89bcdf0015ce71dd0a12cef
2023-12-14T10:26:39
python
2023-12-16T14:25:25
closed
apache/airflow
https://github.com/apache/airflow
36,187
["airflow/io/__init__.py", "tests/io/test_path.py"]
Add unit tests to retrieve fsspec from providers including backwards compatibility
### Body We currently miss fsspec retrieval for providers and #36186 fixed compatibility issue with it, so we should likely add unit tests covering it. ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
https://github.com/apache/airflow/issues/36187
https://github.com/apache/airflow/pull/36199
97e8f58673769d3c06bce397882375020a139cee
6c94ddf2bc123bfc7a59df4ce05f2b4e980f7a15
2023-12-12T15:58:07
python
2023-12-13T17:56:30
closed
apache/airflow
https://github.com/apache/airflow
36,132
["airflow/providers/google/cloud/operators/cloud_run.py", "tests/providers/google/cloud/operators/test_cloud_run.py"]
Add overrides in the template field for the Google Cloud Run Jobs Execute operator
### Description The overrides parameter is not in the list of template field and it's impossible to pass runtime values to Cloud Run (date start/end, custom dag parameters,...) ### Use case/motivation I would like to use Cloud Run Jobs with DBT and pass Airflow parameters (date start/end) to the Cloud Run jobs. For ...
https://github.com/apache/airflow/issues/36132
https://github.com/apache/airflow/pull/36133
df23df53155c7a3a9b30d206c962913d74ad3754
3dddfb4a4ae112544fd02e09a5633961fa725a36
2023-12-08T23:54:53
python
2023-12-11T15:27:29
closed
apache/airflow
https://github.com/apache/airflow
36,102
["airflow/decorators/branch_external_python.py", "airflow/decorators/branch_python.py", "airflow/decorators/branch_virtualenv.py", "airflow/decorators/external_python.py", "airflow/decorators/python_virtualenv.py", "airflow/decorators/short_circuit.py", "airflow/models/abstractoperator.py", "tests/decorators/test_branc...
Using requirements file in VirtualEnvPythonOperation appears to be broken
### Discussed in https://github.com/apache/airflow/discussions/36076 <div type='discussions-op-text'> <sup>Originally posted by **timc** December 5, 2023</sup> ### Apache Airflow version 2.7.3 ### What happened When creating a virtual env task and passing in a requirements file like this: `@task.vir...
https://github.com/apache/airflow/issues/36102
https://github.com/apache/airflow/pull/36103
76d26f453000aa67f4e755c5e8f4ccc0eac7b5a4
3904206b69428525db31ff7813daa0322f7b83e8
2023-12-07T06:49:53
python
2023-12-07T09:19:54
closed
apache/airflow
https://github.com/apache/airflow
35,949
["airflow/dag_processing/manager.py", "airflow/dag_processing/processor.py", "airflow/migrations/versions/0133_2_8_0_add_processor_subdir_import_error.py", "airflow/models/errors.py", "airflow/utils/db.py", "docs/apache-airflow/img/airflow_erd.sha256", "docs/apache-airflow/img/airflow_erd.svg", "docs/apache-airflow/mig...
dag processor deletes import errors of other dag processors thinking the files don't exist
### Apache Airflow version main (development) ### What happened When dag processor starts with a sub directory to process then the import errors are recorded with that path. So when there is processor for airflow-dag-processor-0 folder in order to remove import errors it lists all files under airflow-dag-processor-0...
https://github.com/apache/airflow/issues/35949
https://github.com/apache/airflow/pull/35956
9c1c9f450e289b40f94639db3f0686f592c8841e
1a3eeab76cdb6d0584452e3065aee103ad9ab641
2023-11-29T11:06:51
python
2023-11-30T13:29:52
closed
apache/airflow
https://github.com/apache/airflow
35,911
["airflow/providers/apache/spark/hooks/spark_submit.py", "airflow/providers/apache/spark/operators/spark_submit.py", "tests/providers/apache/spark/operators/test_spark_submit.py"]
Adding Support for Yarn queue and other extras in SparkSubmit Operator and Hook
### Description Spark-submit --queue thequeue option specifies the YARN queue to which the application should be submitted. more - https://spark.apache.org/docs/3.2.0/running-on-yarn.html ### Use case/motivation The --queue option is particularly useful in a multi-tenant environment where different users o...
https://github.com/apache/airflow/issues/35911
https://github.com/apache/airflow/pull/36151
4c73d613b11107eb8ee3cc70fe6233d5ee3a0b29
1b4a7edc545be6d6e9b8f00c243beab215e562b7
2023-11-28T09:05:59
python
2023-12-13T14:54:30
closed
apache/airflow
https://github.com/apache/airflow
35,889
["airflow/www/static/js/dag/details/taskInstance/Logs/index.tsx"]
New logs tab is broken for tasks with high retries
### Apache Airflow version 2.7.3 ### What happened One of our users had high number of retries around 600 and the operator was like a sensor that retries on failure till retry limit is reached. The new log page renders the log tab to the bottom making it unusable. In the old page there is still a display of buttons ...
https://github.com/apache/airflow/issues/35889
https://github.com/apache/airflow/pull/36025
9c168b76e8b0c518b75a6d4226489f68d7a6987f
fd0988369b3a94be01a994e46b7993e2d97b2028
2023-11-27T13:31:33
python
2023-12-03T01:09:44
closed
apache/airflow
https://github.com/apache/airflow
35,874
["airflow/providers/common/sql/doc/adr/0001-record-architecture-decisions.md", "airflow/providers/common/sql/doc/adr/0002-return-common-data-structure-from-dbapihook-derived-hooks.md", "scripts/ci/pre_commit/pre_commit_check_providers_subpackages_all_have_init.py"]
Document the purpose of having common.sql
### Body The Common.sql package was created in order to provide a common interface for DBApiHooks to return the data that will be universally used in a number of cases: * CommonSQL Operators and Sensors * (future) lineage data where returned hook results can follow the returned data for column lineage information ...
https://github.com/apache/airflow/issues/35874
https://github.com/apache/airflow/pull/36015
ef5eebdb26ca9ddb49c529625660b72b6c9b55b4
3bb5978e63f3be21a5bb7ae89e7e3ce9d06a4ab8
2023-11-26T23:11:48
python
2023-12-06T20:36:51
closed
apache/airflow
https://github.com/apache/airflow
35,812
["docs/apache-airflow/howto/docker-compose/docker-compose.yaml", "docs/apache-airflow/howto/docker-compose/index.rst"]
Add path to airflow.cfg in docker-compose.yml
### Description Adding a commented line in compose file like `- ${AIRFLOW_PROJ_DIR:-.}/airflow.cfg:/opt/airflow/airflow.cfg ` would save new users tons of time when customizing the configuration file. Also the current default bind `- ${AIRFLOW_PROJ_DIR:-.}/config:/opt/airflow/config` is misleading where file airflow.c...
https://github.com/apache/airflow/issues/35812
https://github.com/apache/airflow/pull/36289
aed3c922402121c64264654f8dd77dbfc0168cbb
36cb20af218919bcd821688e91245ffbe3fcfc16
2023-11-23T10:03:05
python
2023-12-19T12:49:15
closed
apache/airflow
https://github.com/apache/airflow
35,703
["airflow/providers/amazon/aws/operators/ec2.py", "docs/apache-airflow-providers-amazon/operators/ec2.rst", "tests/providers/amazon/aws/operators/test_ec2.py", "tests/system/providers/amazon/aws/example_ec2.py"]
Add EC2RebootInstanceOperator and EC2HibernateInstanceOperator to Amazon Provider
### Description The Amazon Airflow Provider lacks operators for "Reboot Instance" and "Hibernate Instance," two states available in the AWS UI. Achieving feature parity would provide a seamless experience, aligning Airflow with AWS capabilities. I'd like to see the EC2RebootInstanceOperator and EC2HibernateInstance...
https://github.com/apache/airflow/issues/35703
https://github.com/apache/airflow/pull/35790
ca97feed1883dc8134404b017d7f725a4f1010f6
ca1202fd31f0ea8c25833cf11a5f7aa97c1db87b
2023-11-17T14:23:00
python
2023-11-23T17:58:59
closed
apache/airflow
https://github.com/apache/airflow
35,699
["tests/conftest.py", "tests/providers/cncf/kubernetes/executors/test_kubernetes_executor.py", "tests/providers/openlineage/extractors/test_bash.py", "tests/providers/openlineage/extractors/test_python.py", "tests/serialization/test_serde.py", "tests/utils/log/test_secrets_masker.py"]
Flaky TestSerializers.test_params test
### Body Recently we started to have a flaky TestSerializers.test_params This seems to be a problem in either the tests or implementation of `serde` - seems like discovery of classes that are serializable in some cases is not working well while the import of serde happens. It happens rarely and it's not easy to...
https://github.com/apache/airflow/issues/35699
https://github.com/apache/airflow/pull/35746
4d72bf1a89d07d34d29b7899a1f3c61abc717486
7e7ac10947554f2b993aa1947f8e2ca5bc35f23e
2023-11-17T11:14:33
python
2023-11-20T08:24:35
closed
apache/airflow
https://github.com/apache/airflow
35,599
["airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py", "tests/providers/cncf/kubernetes/executors/test_kubernetes_executor.py"]
Kubernetes Executor List Pods Performance Improvement
### Apache Airflow version main (development) ### What happened _list_pods function uses kube list_namespaced_pod and list_pod_for_all_namespaces kube functions. Right now, these Kube functions will get the entire pod spec though we are interested in the pod metadata alone. This _list_pods is refered in clear_not_la...
https://github.com/apache/airflow/issues/35599
https://github.com/apache/airflow/pull/36092
8d0c5d900875ce3b9dda1a86f1de534759e9d7f6
b9c574c61ae42481b9d2c9ce7c42c93dc44b9507
2023-11-13T12:06:28
python
2023-12-10T11:49:39
closed
apache/airflow
https://github.com/apache/airflow
35,526
["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/cli/commands/task_command.py", "airflow/jobs/local_task_job_runner.py", "airflow/models/taskinstance.py", "airflow/serialization/pydantic/dag.py", "airflow/serialization/pydantic/dag_run.py", "airflow/serialization/pydantic/taskinstance.py", "tests/seriali...
AIP-44 Migrate TaskInstance._run_task_by_local_task_job to Internal API
null
https://github.com/apache/airflow/issues/35526
https://github.com/apache/airflow/pull/35527
054904bb9a68eb50070a14fe7300cb1e78e2c579
3c0a714cb57894b0816bf39079e29d79ea0b1d0a
2023-11-08T12:23:53
python
2023-11-15T18:41:33
closed
apache/airflow
https://github.com/apache/airflow
35,335
["airflow/www/extensions/init_security.py", "tests/www/views/test_session.py"]
Infinite UI redirection loop when user is changed to "inactive" while having a session opened
### Body When user is logged in with a valid session and deactivated, refreshing the browser/reusing the session leads to an infinite redirection loop (which is stopped quickly by browser detecting the situation). ## Steps to Produce: Make sure you are using two different browsers. In Browser A: Login as the...
https://github.com/apache/airflow/issues/35335
https://github.com/apache/airflow/pull/35486
3fbd9d6b18021faa08550532241515d75fbf3b83
e512a72c334708ff5d839e16ba8dc5906c744570
2023-11-01T09:31:27
python
2023-11-07T19:59:16
closed
apache/airflow
https://github.com/apache/airflow
35,288
["airflow/www/static/js/dag/details/gantt/GanttTooltip.tsx", "airflow/www/static/js/dag/details/gantt/Row.tsx"]
Incorrect queued duration for deferred tasks in gantt view
### Apache Airflow version main (development) ### What happened Gantt view calculates the diff between start date and queued at values to show queued duration. In case of deferred tasks that tasks get re-queued when the triggerer returns an event causing queued at to be greater than start date. This causes incorrect...
https://github.com/apache/airflow/issues/35288
https://github.com/apache/airflow/pull/35984
1264316fe7ab15eba3be6c985a28bb573c85c92b
0376e9324af7dfdafd246e31827780e855078d68
2023-10-31T03:52:56
python
2023-12-05T14:03:55
closed
apache/airflow
https://github.com/apache/airflow
35,261
["airflow/providers/atlassian/jira/notifications/__init__.py", "airflow/providers/atlassian/jira/notifications/jira.py", "airflow/providers/atlassian/jira/provider.yaml", "docs/apache-airflow-providers-atlassian-jira/index.rst", "docs/apache-airflow-providers-atlassian-jira/notifications/index.rst", "docs/apache-airflo...
Add `JiraNotifier`
### Body Similar to the [notifiers we already have](https://airflow.apache.org/docs/apache-airflow-providers/core-extensions/notifications.html) we want to add `JiraNotifier` to cut a Jira ticket. This is very useful to be set with `on_failure_callback`. You can view other PRs that added similar functionality: [Ch...
https://github.com/apache/airflow/issues/35261
https://github.com/apache/airflow/pull/35397
ce16963e9d69849309aa0a7cf978ed85ab741439
110bb0e74451e3106c4a5567a00453e564926c50
2023-10-30T06:53:23
python
2023-11-17T16:22:24
closed
apache/airflow
https://github.com/apache/airflow
35,199
["airflow/models/dag.py", "airflow/models/dagrun.py", "tests/models/test_dag.py", "tests/providers/google/cloud/sensors/test_gcs.py"]
Relax mandatory requirement for `start_date` when `schedule=None`
### Body Currently `start_date` is mandatory parameter. For DAGs with `schedule=None` we can relax this requirement as no scheduling calculation needed so the `start_date` parameter isn't used. ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
https://github.com/apache/airflow/issues/35199
https://github.com/apache/airflow/pull/35356
16585b178fab53b7c6d063426105664e55b14bfe
930f165db11e611887275dce17f10eab102f0910
2023-10-26T15:04:53
python
2023-11-28T06:14:07
closed
apache/airflow
https://github.com/apache/airflow
35,137
["airflow/providers/amazon/aws/transfers/http_to_s3.py", "airflow/providers/amazon/provider.yaml", "docs/apache-airflow-providers-amazon/transfer/http_to_s3.rst", "tests/providers/amazon/aws/transfers/test_http_to_s3.py", "tests/system/providers/amazon/aws/example_http_to_s3.py"]
Add HttpToS3Operator
### Description This operator allows users to effortlessly transfer data from HTTP sources to Amazon S3, with minimal coding effort. Whether you need to ingest web-based content, receive data from external APIs, or simply move data from a web resource to an S3 bucket, the HttpToS3Operator simplifies the process, enabl...
https://github.com/apache/airflow/issues/35137
https://github.com/apache/airflow/pull/35176
e3b3d786787597e417f3625c6e9e617e4b3e5073
86640d166c8d5b3c840bf98e5c6db0d91392fde3
2023-10-23T16:44:15
python
2023-10-26T10:56:44
closed
apache/airflow
https://github.com/apache/airflow
35,131
["docs/apache-airflow/security/webserver.rst"]
Support for general OIDC providers or making it clear in document
### Description I tried hard to configure airflow with authentik OIDC but airflow kept complaining about empty userinfo. There are very limited tutorials online. After reading some source code of authlib, flask-appbuilder and airflow, I found in [airflow/airflow/auth/managers/fab/security_manager/override.py](https://...
https://github.com/apache/airflow/issues/35131
https://github.com/apache/airflow/pull/35237
554e3c9c27d76280d131d1ddbfa807d7b8006943
283fb9fd317862e5b375dbcc126a660fe8a22e11
2023-10-23T14:32:49
python
2023-11-01T23:35:08
closed
apache/airflow
https://github.com/apache/airflow
35,095
["airflow/models/dagrun.py", "tests/models/test_dagrun.py"]
Assigning not json serializable value to dagrun.conf cause an error in UI
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Greetings! Recently I’ve faced a problem. It seems that assigning object, which can’t be serialized to JSON, to the dag_run.conf dict cause critical errors with UI. After executing code example in "How to reproduce": Grid...
https://github.com/apache/airflow/issues/35095
https://github.com/apache/airflow/pull/35096
9ae57d023b84907c6c6ec62a7d43f2d41cb2ebca
84c40a7877e5ea9dbee03b707065cb590f872111
2023-10-20T23:09:11
python
2023-11-14T20:46:00
closed
apache/airflow
https://github.com/apache/airflow
35,074
["airflow/www/static/js/dag/grid/index.tsx"]
Grid UI Scrollbar / Cell Click Issue
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened This is in 2.5.2, we're in the midst of upgrading to to 2.7 but haven't tested thoroughly if this happens there as we don't have the volume of historic runs. On the DAG main landing page, if you have a long DAG with multi...
https://github.com/apache/airflow/issues/35074
https://github.com/apache/airflow/pull/35346
bcb5eebd6247d4eec15bf5cce98ccedaad629661
b06c4b0f04122b5f7d30db275a20f7f254c02bef
2023-10-20T08:39:40
python
2023-11-22T16:58:10
closed
apache/airflow
https://github.com/apache/airflow
35,062
["docs/apache-airflow/core-concepts/dags.rst"]
Task dependency upstream/downstream setting error
### What do you see as an issue? I'm using Airflow 2.7.2 and following the [documentation](https://airflow.apache.org/docs/apache-airflow/2.7.2/core-concepts/dags.html#task-dependencies) to define the dependency relationship relationship between tasks. I tried the explicit way suggested by the doc but it failed. ``...
https://github.com/apache/airflow/issues/35062
https://github.com/apache/airflow/pull/35075
551886eb263c8df0b2eee847dd6725de78bc25fc
a4ab95abf91aaff0aaf8f0e393a2346f5529a6d2
2023-10-19T16:19:26
python
2023-10-20T09:27:27
closed
apache/airflow
https://github.com/apache/airflow
34,953
["airflow/operators/trigger_dagrun.py", "tests/operators/test_trigger_dagrun.py"]
TriggerDagRunOperator does not trigger dag on subsequent run even with reset_dag_run=True
### Discussed in https://github.com/apache/airflow/discussions/24548 <div type='discussions-op-text'> <sup>Originally posted by **don1uppa** June 16, 2022</sup> ### Apache Airflow version 2.2.5 ### What happened I have a dag that starts another dag with a conf. I am attempting to start the initiatin...
https://github.com/apache/airflow/issues/34953
https://github.com/apache/airflow/pull/35429
ea8eabc1e7fc3c5f602a42d567772567b4be05ac
94f9d798a88e76bce3e42da9d2da7844ecf7c017
2023-10-15T14:49:00
python
2023-11-04T15:44:30
closed
apache/airflow
https://github.com/apache/airflow
34,906
["airflow/utils/db_cleanup.py", "tests/utils/test_db_cleanup.py"]
Clear old Triggers when Triggerer is not running
### Apache Airflow version main (development) ### What happened When a deferrable operator or sensor is run without a Triggerer process, the task gets stuck in the deferred state, and will eventually fail. A banner will show up in the home page saying that the Triggerer is not running. There is no way to remove this...
https://github.com/apache/airflow/issues/34906
https://github.com/apache/airflow/pull/34908
ebcb16201af08f9815124f27e2fba841c2b9cd9f
d07e66a5624faa28287ba01aad7e41c0f91cc1e8
2023-10-13T04:46:24
python
2023-10-30T17:09:58
closed
apache/airflow
https://github.com/apache/airflow
34,889
["airflow/providers/amazon/aws/operators/ecs.py", "tests/providers/amazon/aws/operators/test_ecs.py"]
EcsRunTaskOperator -`date value out of range` on deferrable execution - default waiter_max_attempts
### Apache Airflow version 2.7.1 ### What happened Trying to test **EcsRunTaskOperator** in deferrable mode resulted in an unexpected error at the `_start_task()` step of the Operator's `execute` method. The return error log was `{standard_task_runner.py:104} ERROR - Failed to execute job 28 for task hello-world-d...
https://github.com/apache/airflow/issues/34889
https://github.com/apache/airflow/pull/34928
b1196460db1a21b2c6c3ef2e841fc6d0c22afe97
b392f66c424fc3b8cbc957e02c67847409551cab
2023-10-12T12:29:50
python
2023-10-16T20:27:18
closed
apache/airflow
https://github.com/apache/airflow
34,878
["chart/templates/redis/redis-statefulset.yaml", "chart/values.schema.json", "chart/values.yaml", "helm_tests/other/test_redis.py"]
[helm] Redis does not include priorityClassName key
### Official Helm Chart version 1.11.0 (latest released) ### Apache Airflow version 2.x ### Kubernetes Version 1.25+ ### What happened There is no way to configure via parent values the priorityClassName for Redis, which is a workload with PV constraints that usually needs increased priority to be ...
https://github.com/apache/airflow/issues/34878
https://github.com/apache/airflow/pull/34879
6f3d294645153db914be69cd2b2a49f12a18280c
14341ff6ea176f2325ebfd3f9b734a3635078cf4
2023-10-12T07:06:43
python
2023-10-28T07:51:42
closed
apache/airflow
https://github.com/apache/airflow
34,877
["airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py", "docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst"]
Scheduler is spending most of its time in clear_not_launched_queued_tasks function
### Apache Airflow version 2.7.1 ### What happened Airflow running the clear_not_launched_queued_tasks function on a certain frequency (default 30 seconds). When we run the airflow on a large Kube cluster (pods more than > 5K). Internally the clear_not_launched_queued_tasks function loops through each queued ...
https://github.com/apache/airflow/issues/34877
https://github.com/apache/airflow/pull/35579
5a6dcfd8655c9622f3838a0e66948dc3091afccb
cd296d2068b005ebeb5cdc4509e670901bf5b9f3
2023-10-12T06:03:28
python
2023-11-12T17:41:07
closed
apache/airflow
https://github.com/apache/airflow
34,838
["airflow/providers/apache/spark/hooks/spark_submit.py", "airflow/providers/apache/spark/operators/spark_submit.py", "tests/providers/apache/spark/operators/test_spark_submit.py"]
Adding property files option in the Spark Submit command
### Description spark-submit command has one of the options to pass the properties file as argument. Instead of loading multiple key, value via --conf option, this will help to load extra properties from the file path. While we have support for most of the arguments supported in spark-submit command in SparkSubmitOp...
https://github.com/apache/airflow/issues/34838
https://github.com/apache/airflow/pull/36164
3dddfb4a4ae112544fd02e09a5633961fa725a36
195abf8f7116c9e37fd3dc69bfee8cbf546c5a3f
2023-10-09T16:21:55
python
2023-12-11T16:32:32
closed
apache/airflow
https://github.com/apache/airflow
34,816
["airflow/cli/commands/triggerer_command.py"]
Airflow 2.7.1 can not start Scheduler & trigger
### Apache Airflow version 2.7.1 ### What happened After upgrade from 2.6.0 to 2.7.1 (try pip uninstall apache-airflow, and clear dir airflow - remove airflow.cfg), I can start scheduler & trigger with daemon. I try start with command, it can start, but logout console it killed. I try: airflow scheduler or airflo...
https://github.com/apache/airflow/issues/34816
https://github.com/apache/airflow/pull/34931
b067051d3bcec36187c159073ecebc0fc048c99b
9c1e8c28307cc808739a3535e0d7901d0699dcf4
2023-10-07T17:18:30
python
2023-10-14T15:56:24
closed
apache/airflow
https://github.com/apache/airflow
34,799
["airflow/providers/postgres/hooks/postgres.py", "docs/apache-airflow-providers-postgres/connections/postgres.rst"]
Airflow postgres connection field schema points to database name
### Apache Airflow version 2.7.1 ### What happened Airflow's postgres connection configuration form has a field called 'schema' which is misguiding as values mentioned here is used to refer to the database name instead of the schema name. It should be correctly named to 'database' or 'dbname' ### What you think s...
https://github.com/apache/airflow/issues/34799
https://github.com/apache/airflow/pull/34811
530ebb58b6b85444b62618684b5741b9d6dd715e
39cbd6b231c75ec432924d8508f15a4fe3c68757
2023-10-06T09:24:48
python
2023-10-08T19:24:05
closed
apache/airflow
https://github.com/apache/airflow
34,795
["airflow/www/jest-setup.js", "airflow/www/static/js/api/index.ts", "airflow/www/static/js/dag/nav/FilterBar.tsx", "airflow/www/static/js/dag/useFilters.test.tsx", "airflow/www/static/js/dag/useFilters.tsx", "airflow/www/views.py", "tests/www/views/test_views_grid.py"]
Support multi-select state filtering on grid view
### Description Replace the existing selects with multi-selects that allow you to filter multiple DAG run states and types at the same time, somewhat similar to my prototype: ![image](https://github.com/apache/airflow/assets/1842905/c4ec0793-1ccb-417d-989c-781997416f97) ### Use case/motivation I'm not sur...
https://github.com/apache/airflow/issues/34795
https://github.com/apache/airflow/pull/35403
1c6bbe2841fe846957f7a1ce68eb978c30669896
9e28475402a3fc6cbd0fedbcb3253ebff1b244e3
2023-10-06T03:34:31
python
2023-12-01T17:38:52
closed
apache/airflow
https://github.com/apache/airflow
34,756
["airflow/cli/cli_config.py", "airflow/cli/commands/variable_command.py", "tests/cli/commands/test_variable_command.py"]
CLI: Variables set should allow to set description
### Body The CLI: `airflow variables set [-h] [-j] [-v] key VALUE` https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#set_repeat1 Doesn't support adding description though column exists and we support it from Rest API: https://airflow.apache.org/docs/apache-airflow/stable/st...
https://github.com/apache/airflow/issues/34756
https://github.com/apache/airflow/pull/34791
c70f298ec3ae65f510ea5b48c6568b1734b58c2d
77ae1defd9282f7dd71a9a61cf7627162a25feb6
2023-10-04T14:13:52
python
2023-10-29T18:42:34
closed
apache/airflow
https://github.com/apache/airflow
34,751
["airflow/www/templates/airflow/pool_list.html", "airflow/www/views.py", "tests/www/views/test_views_pool.py"]
Expose description columns of Pools in the UI
### Body In the Pools UI we don't show the description column though we do have it: https://github.com/apache/airflow/blob/99eeb84c820c8a380721e5d40f5917a01616b943/airflow/models/pool.py#L56 and we have it in the API: https://github.com/apache/airflow/pull/19841 The task: Expose the column in the UI ![Scre...
https://github.com/apache/airflow/issues/34751
https://github.com/apache/airflow/pull/34862
8d067129d5ba20a9847d5d70b368b3dffc42fe6e
0583150aaca9452e02b8d15b613bfb2451b8e062
2023-10-04T11:00:17
python
2023-10-20T04:14:19
closed
apache/airflow
https://github.com/apache/airflow
34,748
["airflow/providers/snowflake/provider.yaml", "docs/apache-airflow-providers-snowflake/index.rst", "generated/provider_dependencies.json"]
Upgrade the Snowflake Python Connector to version 2.7.8 or later
### Description As per the change made by Snowflake (affecting customers on GCP), kindly update the 'Snowflake' Python Connector version to version 2.7.8 or later. Please note all recent versions of Snowflake SQL-alchemy connector have support for this change as they use the Python Connector more recent than abov...
https://github.com/apache/airflow/issues/34748
https://github.com/apache/airflow/pull/35440
7352839e851cdbee0d15f0f8ff7ee26ed821b8e3
a6a717385416a3468b09577dfe1d7e0702b5a0df
2023-10-04T07:22:29
python
2023-11-04T18:43:10
closed
apache/airflow
https://github.com/apache/airflow
34,740
["chart/templates/secrets/metadata-connection-secret.yaml", "helm_tests/other/test_keda.py"]
not using pgbouncer connection values still use pgbouncer ports/names for keda in helm chart
### Apache Airflow version 2.7.1 ### What happened I missed the rc test window last week, sorry was out of town. When you use: `values.keda.usePgbouncer: false` The settings use re-use the pgbouncer port instead of port 5432 for postgres. You can work around this by overriding the: `values.ports.pgbouncer: 5432...
https://github.com/apache/airflow/issues/34740
https://github.com/apache/airflow/pull/34741
1f3525fd93554e66f6c3f2d965a0dbf6dcd82724
38e6607cc855f55666b817177103585f080d6173
2023-10-03T19:59:46
python
2023-10-07T17:53:35
closed
apache/airflow
https://github.com/apache/airflow
34,726
["airflow/www/templates/airflow/trigger.html", "airflow/www/templates/appbuilder/dag_docs.html", "docs/apache-airflow/img/trigger-dag-tutorial-form.png"]
Hiding Run Id and Logical date from trigger DAG UI
### Description With the new more user friendly Trigger UI (`/dags/mydag/trigger`), one can direct more users to using Airflow UI directly. However, the first two questions a user has to answer is **Logical date** and **Run ID**, which are very confusing and in most cases make no sense to override, even for adminis...
https://github.com/apache/airflow/issues/34726
https://github.com/apache/airflow/pull/35284
9990443fa154e3e1e5576b68c14fe375f0f76645
62bdf11fdc49c501ccf5571ab765c51363fa1cc7
2023-10-03T07:43:51
python
2023-11-08T22:29:03
closed
apache/airflow
https://github.com/apache/airflow
34,720
["docs/apache-airflow/security/webserver.rst"]
AUTH_REMOTE_USER is gone
### Apache Airflow version 2.7.1 ### What happened We upgraded from 2.6.3 to 2.7.1 and the webserver stopped working due to our config with error: ``` ImportError: cannot import name 'AUTH_REMOTE_USER' from 'airflow.www.fab_security.manager' ``` There's a commit called [Fix inheritance chain in security mana...
https://github.com/apache/airflow/issues/34720
https://github.com/apache/airflow/pull/34721
08bfa08273822ce18e01f70f9929130735022583
feaa5087e6a6b89d9d3ac7eaf9872d5b626bf1ce
2023-10-02T20:58:31
python
2023-10-04T09:36:38
closed
apache/airflow
https://github.com/apache/airflow
34,623
["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"]
Extra Links not refresh by the "Auto-refresh"
### Apache Airflow version 2.7.1 ### What happened the buttons extra links are not refreshed by the "auto refresh" feature that mean if you clear a task , and the second run is in running state , the buttons under Extra Links are still linking to the first run of the task ### What you think should happen ins...
https://github.com/apache/airflow/issues/34623
https://github.com/apache/airflow/pull/35317
9877f36cc0dc25cffae34322a19275acf5c83662
be6e2cd0d42abc1b3099910c91982f31a98f4c3d
2023-09-26T08:48:41
python
2023-11-16T15:30:07
closed
apache/airflow
https://github.com/apache/airflow
34,612
["airflow/providers/celery/executors/celery_executor_utils.py"]
BROKER_URL_SECRET Not working as of Airflow 2.7
### Apache Airflow version 2.7.1 ### What happened Hi team, In the past you can use `AIRFLOW__CELERY__BROKER_URL_SECRET` as a way to retrieve the credentials from a `SecretBackend` at runtime. However, as of Airflow 2.7, this technique appears to be broken. I believe this related to the discussion [34030 - ...
https://github.com/apache/airflow/issues/34612
https://github.com/apache/airflow/pull/34782
d72131f952836a3134c90805ef7c3bcf82ea93e9
1ae9279346315d99e7f7c546fbcd335aa5a871cd
2023-09-25T20:56:20
python
2023-10-17T17:58:52
closed
apache/airflow
https://github.com/apache/airflow
34,595
["chart/templates/dag-processor/dag-processor-deployment.yaml", "chart/values.yaml", "helm_tests/airflow_core/test_dag_processor.py"]
helm chart doesn't support securityContext for airflow-run-airflow-migration and dag-processor init container
### Official Helm Chart version 1.10.0 (latest released) ### Apache Airflow version 2.6.3 ### Kubernetes Version 1.27 ### Helm Chart configuration helm chart doesn't support securityContext for airflow-run-airflow-migration and dag-processor init container ### Docker Image customizations _No ...
https://github.com/apache/airflow/issues/34595
https://github.com/apache/airflow/pull/35593
1a5a272312f31ff8481b647ea1f4616af7e5b4fe
0a93e2e28baa282e20e2a68dcb718e3708048a47
2023-09-25T10:47:28
python
2023-11-14T00:21:36
closed
apache/airflow
https://github.com/apache/airflow
34,535
["airflow/www/views.py"]
Unable to retrieve logs for nested task group when parent is mapped
### Apache Airflow version 2.7.1 ### What happened Unable to retrieve logs for task inside task group inside mapped task group. Got `404 "TaskInstance not found"` in network requests ### What you think should happen instead _No response_ ### How to reproduce ``` from datetime import datetime fro...
https://github.com/apache/airflow/issues/34535
https://github.com/apache/airflow/pull/34587
556791b13d4e4c10f95f3cb4c6079f548447e1b8
97916ba45ccf73185a5fbf50270a493369da0344
2023-09-21T22:48:50
python
2023-09-25T16:26:32
closed
apache/airflow
https://github.com/apache/airflow
34,498
["chart/templates/dag-processor/dag-processor-deployment.yaml", "chart/values.yaml", "helm_tests/security/test_security_context.py"]
Add securityContexts in dagProcessor.logGroomerSidecar
### Official Helm Chart version 1.10.0 (latest released) ### Apache Airflow version 2.7.1 ### Kubernetes Version 1.26.7 ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### What happened When enabling `dagProcessor.logGroomerSidecar`, our OPA gatekeeper flags the `dag-...
https://github.com/apache/airflow/issues/34498
https://github.com/apache/airflow/pull/34499
6393b3515fbb7aabb1613f61204686e89479a5a0
92cc2ffd863b8925ed785d5e8b02ac38488e835e
2023-09-20T09:42:39
python
2023-11-29T03:00:28
closed
apache/airflow
https://github.com/apache/airflow
34,455
["airflow/www/static/js/dag/details/graph/Node.tsx", "docs/apache-airflow/img/demo_graph_view.png"]
Graph view task name & status visibility
### Description I have had complaints from coworkers that it is harder to visibly see the status of airflow tasks in the new graph view. They miss the colored border from the old graph view that made it very clear what the status of a task was. They have also mentioned that names of the tasks feel a lot smaller and ha...
https://github.com/apache/airflow/issues/34455
https://github.com/apache/airflow/pull/34486
404666ded04d60de050c0984d113b594aee50c71
d0ae60f77e1472585d62a3eb44d64d9da974a199
2023-09-18T13:40:04
python
2023-09-25T18:06:41
closed
apache/airflow
https://github.com/apache/airflow
34,394
["docs/apache-airflow/templates-ref.rst"]
var.json.get not working correctly with nested JSON objects
### Apache Airflow version 2.7.1 ### What happened According to [Airflow Documentation on Airflow Variables in Templates](https://airflow.apache.org/docs/apache-airflow/stable/templates-ref.html#airflow-variables-in-templates) there are two ways of accessing the JSON variables in templates: - using the direct `{{ v...
https://github.com/apache/airflow/issues/34394
https://github.com/apache/airflow/pull/34411
b23d3f964b2699d4c7f579e22d50fabc9049d1b6
03db0f6b785a4983c09d6eec7433cf28f7759610
2023-09-15T14:02:52
python
2023-09-16T18:24:20
closed
apache/airflow
https://github.com/apache/airflow
34,327
["airflow/datasets/manager.py", "airflow/listeners/listener.py", "airflow/listeners/spec/dataset.py", "airflow/models/dag.py", "docs/apache-airflow/administration-and-deployment/listeners.rst", "tests/datasets/test_manager.py", "tests/listeners/dataset_listener.py", "tests/listeners/test_dataset_listener.py"]
Listeners for Datasets
### Description Add listeners for Datasets (events) ### Use case/motivation As Airflow administrators, we would like to trigger some external processes based on all datasets being created/updated by our users. We came across the listeners for the dag runs and task instances (which are also useful), but are still mis...
https://github.com/apache/airflow/issues/34327
https://github.com/apache/airflow/pull/34418
31450bbe3c91246f3eedd6a808e60d5355d81171
9439111e739e24f0e3751350186b0e2130d2c821
2023-09-13T07:16:27
python
2023-11-13T14:15:10
closed
apache/airflow
https://github.com/apache/airflow
34,283
["airflow/providers/docker/operators/docker.py", "docs/spelling_wordlist.txt", "tests/providers/docker/operators/test_docker.py"]
DockerOperator Expose `ulimits` create host config parameter
### Description This issue should be resolved by simply adding `ulimits` parameter to `DockerOperator` that is directly passed to [`create_host_config`](https://docker-py.readthedocs.io/en/stable/api.html#docker.api.container.ContainerApiMixin.create_host_config). ### Use case/motivation Currently applying custom `u...
https://github.com/apache/airflow/issues/34283
https://github.com/apache/airflow/pull/34284
3fa9d46ec74ef8453fcf17fbd49280cb6fb37cef
c668245b5740279c08cbd2bda1588acd44388eb3
2023-09-11T21:10:57
python
2023-09-12T21:25:16
closed
apache/airflow
https://github.com/apache/airflow
34,232
["airflow/cli/commands/connection_command.py"]
Standardise output of "airflow connections export" to those of "airflow variables export" and "airflow users export"
### Description The three commands: ``` airflow users export /opt/airflow/dags/users.json && airflow variables export /opt/airflow/dags/variables.json && airflow connections export /opt/airflow/dags/connections.json ``` give back: ``` 7 users successfully exporte...
https://github.com/apache/airflow/issues/34232
https://github.com/apache/airflow/pull/34640
3189ebee181beecd5a1243a4998bc355b648dc6b
a5f5e2fc7f7b7f461458645c8826f015c1fa8d78
2023-09-09T07:33:50
python
2023-09-27T09:15:03
closed
apache/airflow
https://github.com/apache/airflow
34,210
["airflow/api_connexion/endpoints/event_log_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_event_log_endpoint.py"]
Add filters to get event logs
### Description In the REST API, there is an endpoint to get event (audit) logs. It has sorting and pagination but not filtering. It would be useful to filter by `when` (before and after), `dag_id`, `task_id`, `owner`, `event` <img width="891" alt="Screenshot 2023-09-08 at 1 30 35 PM" src="https://github.com/apa...
https://github.com/apache/airflow/issues/34210
https://github.com/apache/airflow/pull/34417
db89a33b60f46975850e3f696a7e05e61839befc
3189ebee181beecd5a1243a4998bc355b648dc6b
2023-09-08T12:31:57
python
2023-09-27T07:58:38
closed
apache/airflow
https://github.com/apache/airflow
34,147
["docs/apache-airflow/administration-and-deployment/cluster-policies.rst"]
Update docs to mark Pluggy interface as stable rather than experimental
### What do you see as an issue? [Pluggy interface has been listed as experimental](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/cluster-policies.html#:~:text=By%20using%20a,experimental%20feature.) since Airflow 2.6. Requesting it be listed as stable ### Solving the proble...
https://github.com/apache/airflow/issues/34147
https://github.com/apache/airflow/pull/34174
d29c3485609d28e14a032ae5256998fb75e8d49f
88623acae867c2a9d34f5030809102379080641a
2023-09-06T22:37:12
python
2023-09-15T06:49:04
closed
apache/airflow
https://github.com/apache/airflow
34,132
["airflow/www/static/js/dag/Main.tsx", "airflow/www/static/js/dag/details/index.tsx"]
Always show details panel when user navigates to Graph tab
### Description When a user navigates to `/grid?tab=graph` we should show the details panel with the graph tab selected, even when the user hid the details panel previously. ### Use case/motivation People already complained asking me where the graph view went after the latest Airflow upgrade (2.7.0). I can understan...
https://github.com/apache/airflow/issues/34132
https://github.com/apache/airflow/pull/34136
5eea4e632c8ae50812e07b1d844ea4f52e0d6fe1
0b319e79ec97f6f4a8f8ce55119b6539138481cd
2023-09-06T10:15:30
python
2023-09-07T09:58:37
closed
apache/airflow
https://github.com/apache/airflow
34,092
["airflow/www/views.py"]
Can Delete on Task Instances permission is required to clear task
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened I was changing the roles to remove all delete access. But as soon as I remove permission "Can Delete on Task Instances" clear task takes to a blank page. Shouldn't clear task access work without Delete access? ### What yo...
https://github.com/apache/airflow/issues/34092
https://github.com/apache/airflow/pull/34123
ba524ce4b2c80976fdb7ff710750416bc01d250d
2f5777c082189e6495f0fea44bb9050549c0056b
2023-09-05T00:48:13
python
2023-09-05T23:36:55
closed
apache/airflow
https://github.com/apache/airflow
34,086
[".github/workflows/ci.yml", "dev/breeze/SELECTIVE_CHECKS.md", "dev/breeze/src/airflow_breeze/utils/selective_checks.py", "dev/breeze/tests/test_selective_checks.py"]
Replace the usage of `--package-filter` with short package ids in CI
### Body Our CI generates `--package-filter` list in selective checks in order to pass them to `build-docs` and `publish-docs` commands. However after implementing #33876 and #34085 we could switch both commands to use short package ids which we already have (almost - there should be a slight modification for `apache-...
https://github.com/apache/airflow/issues/34086
https://github.com/apache/airflow/pull/35068
d87ca903742cc0f75df165377e5f8d343df6dc03
8d067129d5ba20a9847d5d70b368b3dffc42fe6e
2023-09-04T19:31:19
python
2023-10-20T00:01:37
closed
apache/airflow
https://github.com/apache/airflow
34,085
["BREEZE.rst", "dev/breeze/src/airflow_breeze/commands/release_management_commands.py", "dev/breeze/src/airflow_breeze/params/doc_build_params.py", "dev/breeze/src/airflow_breeze/utils/general_utils.py", "dev/breeze/src/airflow_breeze/utils/publish_docs_helpers.py", "images/breeze/output-commands-hash.txt", "images/bre...
Replace --package-filter usage for `publish-docs` breeze command with short package names
### Body Same as https://github.com/apache/airflow/issues/33876 but for `publish-docs` command. ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
https://github.com/apache/airflow/issues/34085
https://github.com/apache/airflow/pull/34253
58cce7d88b1d57e815e04e5460eaaa71173af14a
18eed9191dbcb84cd6099a97d5ad778ac561cd4d
2023-09-04T19:25:13
python
2023-09-10T11:45:37
closed
apache/airflow
https://github.com/apache/airflow
34,069
["airflow/www/views.py"]
Delete record of dag run is not being logged in audit logs when clicking on delete button in list dag runs
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened When doing a list dag runs and doing check box selection and in actions delete dags is performed in audit logs we get an event with "action_muldelete". But if instead of using check box and actions we directly click on del...
https://github.com/apache/airflow/issues/34069
https://github.com/apache/airflow/pull/34090
d81fe093c266ef63d4e3f0189eb8c867bff865f4
988632fd67abc10375ad9fe2cbd8c9edccc609a5
2023-09-04T08:07:37
python
2023-09-05T07:49:56
closed
apache/airflow
https://github.com/apache/airflow
34,066
["airflow/www/static/js/dag/details/gantt/Row.tsx", "airflow/www/static/js/dag/details/graph/utils.ts", "airflow/www/static/js/dag/grid/TaskName.test.tsx", "airflow/www/static/js/dag/grid/TaskName.tsx", "airflow/www/static/js/dag/grid/ToggleGroups.tsx", "airflow/www/static/js/dag/grid/index.test.tsx", "airflow/www/stat...
Toggling TaskGroup toggles all TaskGroups with the same label on Graph/Grid
### Apache Airflow version main (development) ### What happened When you have 2 TaskGroups with the same `group_id` (nested under different parents), toggling either of them on the UI (graph or grid) toggles both. <img src="https://cdn-std.droplr.net/files/acc_1153680/9Z1Nvs" alt="image" width="50%"> ### What yo...
https://github.com/apache/airflow/issues/34066
https://github.com/apache/airflow/pull/34072
e403c74524a980030ba120c3602de0c3dc867d86
b9acffa81bf61dcf0c5553942c52629c7f75ebe2
2023-09-04T07:13:16
python
2023-09-06T10:23:20
closed
apache/airflow
https://github.com/apache/airflow
34,058
["airflow/www/views.py"]
UI Grid error when DAG has been removed
**Reproduce on main:** - Run a DAG - Rename the DAG - Wait for dag file processor to remove the deleted DAG and add the new one. (Old Dag should not appear on the home page anymore) - Go to the Browse DAGRUN page. - Click on a DagRun of the deleted DAG, as if you want to see the 'details/grid' of that old dag run ...
https://github.com/apache/airflow/issues/34058
https://github.com/apache/airflow/pull/36028
fd0988369b3a94be01a994e46b7993e2d97b2028
549fac30eeefaa449df9bfdf58eb40a008e9fe75
2023-09-03T19:36:42
python
2023-12-03T01:11:15
closed
apache/airflow
https://github.com/apache/airflow
34,023
["airflow/ti_deps/deps/trigger_rule_dep.py", "tests/models/test_mappedoperator.py", "tests/ti_deps/deps/test_trigger_rule_dep.py"]
Trigger Rule ONE_FAILED does not work in task group with mapped tasks
### Apache Airflow version 2.7.0 ### What happened I have the following DAG: ```python from __future__ import annotations from datetime import datetime from airflow.decorators import dag, task, task_group from airflow.utils.trigger_rule import TriggerRule @task def get_records() -> list[str]: ...
https://github.com/apache/airflow/issues/34023
https://github.com/apache/airflow/pull/34337
c2046245c07fdd6eb05b996cc67c203c5ac456b6
69938fd163045d750b8c218500d79bc89858f9c1
2023-09-01T19:58:24
python
2023-11-01T20:37:15
closed
apache/airflow
https://github.com/apache/airflow
34,019
["airflow/www/static/css/main.css"]
please disable pinwheel animation as it violates ada guidelines
### Description _No response_ ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUC...
https://github.com/apache/airflow/issues/34019
https://github.com/apache/airflow/pull/34020
7bf933192d845f85abce56483e3f395247e60b68
f8a5c8bf2b23b8a5a69b00e21ff37b58559c9dd6
2023-09-01T17:13:38
python
2023-09-02T07:40:44
closed
apache/airflow
https://github.com/apache/airflow
34,005
["docs/conf.py"]
`version_added` field in configuration option doesn't work correctly in providers documentation
### Apache Airflow version 2.7.0 ### What happened Initial finding: https://github.com/apache/airflow/pull/33960#discussion_r1312748153 Since [Airflow 2.7.0](https://github.com/apache/airflow/pull/32629) we have an ability to store configuration options in providers, everything works fine, except field `version_a...
https://github.com/apache/airflow/issues/34005
https://github.com/apache/airflow/pull/34011
04e9b0bd784e7c0045e029c6ed4ec0ac4ad6066f
559507558b1dff591f549dc8b24092d900ffb0fa
2023-09-01T11:52:09
python
2023-09-01T14:28:04
closed
apache/airflow
https://github.com/apache/airflow
33,895
["setup.cfg", "setup.py"]
Search Function Not Working in Airflow UI
### Apache Airflow version 2.7.0 ### What happened Actual Behavior: Upon entering a keyword in the search bar, no search results are shown, and the UI remains unchanged. The search function seems to be non-responsive. You can see in the address bar, `undefined` appears instead of valid value. <img width="1427" al...
https://github.com/apache/airflow/issues/33895
https://github.com/apache/airflow/pull/33931
3b868421208f171dd44733c6a3376037b388bcef
ba261923d4de90d0609344843554bf7dfdab11c6
2023-08-29T16:59:40
python
2023-08-31T06:03:06
closed
apache/airflow
https://github.com/apache/airflow
33,887
["setup.cfg"]
Airflow db migrate AttributeError: 'Session' object has no attribute 'scalars'
### Apache Airflow version 2.7.0 ### What happened I try to execute airflow db migrate ```console /opt/miniconda3/envs/pytorch/lib/python3.8/site-packages/airflow/configuration.py:751 UserWarning: Config scheduler.max_tis_per_query (value: 512) should NOT be greater than core.parallelism (value: 32). Will n...
https://github.com/apache/airflow/issues/33887
https://github.com/apache/airflow/pull/33892
fe27031382e2034b59a23db1c6b9bdbfef259137
bfab7daffedd189a85214165cfc34944e2bf11c1
2023-08-29T12:56:49
python
2023-08-29T17:07:49
closed
apache/airflow
https://github.com/apache/airflow
33,876
["BREEZE.rst", "dev/README_RELEASE_PROVIDER_PACKAGES.md", "dev/breeze/src/airflow_breeze/commands/developer_commands.py", "dev/breeze/src/airflow_breeze/params/doc_build_params.py", "docs/README.rst", "docs/build_docs.py", "images/breeze/output-commands-hash.txt", "images/breeze/output_build-docs.svg"]
Replace `--package-filter` usage for docs breeze command with short package names
### Body The `--package-filter` while nice in theory to specify which packages to build, has quite bad UX (lots of repetitions when specifying multiple packages, long package names. We practically (except `--package-filter apache-airflow-providers-*` never use the functionality of the filter with glob patterns. It'...
https://github.com/apache/airflow/issues/33876
https://github.com/apache/airflow/pull/34004
3d27504a6232cacb12a9e3dc5837513e558bd52b
e4b3c9e54481d2a6e2de75f73130a321e1ba426c
2023-08-29T10:23:24
python
2023-09-04T19:23:48
closed
apache/airflow
https://github.com/apache/airflow
33,850
["airflow/providers/google/cloud/transfers/azure_fileshare_to_gcs.py", "airflow/providers/microsoft/azure/CHANGELOG.rst", "airflow/providers/microsoft/azure/hooks/fileshare.py", "airflow/providers/microsoft/azure/provider.yaml", "docs/apache-airflow-providers-microsoft-azure/connections/azure_fileshare.rst", "generated...
Upgrade Azure File Share to v12
### Description In November 2019 the Azure File Share python package was "renamed from `azure-storage-file` to `azure-storage-file-share` along with renamed client modules": https://azure.github.io/azure-sdk/releases/2019-11/python.html Yet it is 2023 and we still have `azure-storage-file>=2.1.0` as a dependency...
https://github.com/apache/airflow/issues/33850
https://github.com/apache/airflow/pull/33904
caf135f7c40ff07b31a9a026282695ac6202e6aa
b7f84e913b6aa4cee7fa63009082b0608b3a0bf1
2023-08-28T20:08:20
python
2023-09-02T12:15:39
closed
apache/airflow
https://github.com/apache/airflow
33,744
["airflow/providers/redis/provider.yaml", "generated/provider_dependencies.json"]
Celery Executor is not working with redis-py 5.0.0
### Apache Airflow version 2.7.0 ### What happened After upgrading to Airflow 2.7.0 in my local environment my Airflow DAGs won't run with Celery Executor using Redis even after changing `celery_app_name` configuration in `celery` section from `airflow.executors.celery_executor` to `airflow.providers.celery.executor...
https://github.com/apache/airflow/issues/33744
https://github.com/apache/airflow/pull/33773
42bc8fcb6bab2b02ef2ff62c3015b54a1ad2df62
3ba994d8f4c4b5ce3828bebcff28bbfc25170004
2023-08-25T20:06:08
python
2023-08-26T16:02:08
closed
apache/airflow
https://github.com/apache/airflow
33,699
["airflow/www/static/js/dag/grid/index.tsx"]
Scrolling issues on DAG page
### Apache Airflow version 2.7.0 ### What happened When on a DAG page, there's an issue with scrolling behavior on the Grid and Gantt tabs: While my pointer is over the grid, the entire page should scroll once you get to the bottom of the grid, but instead I cannot scroll any further. This means that not only can...
https://github.com/apache/airflow/issues/33699
https://github.com/apache/airflow/pull/35717
4f060a482c3233504e7905b3ab2d00fe56ea43cd
d37b91c102856e62322450606474aebd74ddf376
2023-08-24T16:48:17
python
2023-11-28T21:37:00
closed
apache/airflow
https://github.com/apache/airflow
33,698
["airflow/www/views.py"]
UI DAG counts including deleted DAGs
### Apache Airflow version 2.7.0 ### What happened On the DAGs page, the All, Active, and Paused counts include deleted DAGs. This is different from <= 2.6.1 (at least), where they were not included in the totals. Specifically this is for DAGs for which the DAG files have been removed, not DAGs that have been delete...
https://github.com/apache/airflow/issues/33698
https://github.com/apache/airflow/pull/33778
02af225e7b75552e074d7dfcfc1af5336c42b84d
64948fa7824d004e65089c2d159c5e6074727826
2023-08-24T16:01:16
python
2023-08-27T17:02:14
closed
apache/airflow
https://github.com/apache/airflow
33,693
["airflow/www/static/js/dag/details/graph/Node.tsx"]
Long custom operator name overflows in graph view
### Apache Airflow version main (development) ### What happened 1. There was support added to configure UI elements in graph view in https://github.com/apache/airflow/issues/31949 2. Long custom operator names overflow out of the box. Meanwhile long task id are truncated with ellipsis. I guess same could be d...
https://github.com/apache/airflow/issues/33693
https://github.com/apache/airflow/pull/35382
aaed909344b12aa4691a9e23ea9f9c98d641d853
4d872b87efac9950f125aff676b30f0a637b471e
2023-08-24T13:00:06
python
2023-11-17T20:32:47
closed
apache/airflow
https://github.com/apache/airflow
33,679
["airflow/providers/snowflake/operators/snowflake.py"]
SnowflakeCheckOperator connection id template issue
### Apache Airflow version 2.7.0 ### What happened When upgrading to apache-airflow-providers-snowflake==4.4.2, our SnowflakeCheckOperators are all failing with similar messages. The affected code seems to be from [this PR](https://github.com/apache/airflow/pull/30784). Code: ``` check_order_load = Snow...
https://github.com/apache/airflow/issues/33679
https://github.com/apache/airflow/pull/33681
2dbb9633240777d658031d32217255849150684b
d06c14f52757321f2049bb54212421f68bf3ed06
2023-08-23T22:02:11
python
2023-08-24T07:22:04
closed
apache/airflow
https://github.com/apache/airflow
33,667
["airflow/providers/google/cloud/operators/dataproc.py", "tests/providers/google/cloud/operators/test_dataproc.py"]
Google Cloud Dataproc cluster creation should eagerly delete ERROR state clusters.
### Description Google Cloud Dataproc cluster creation should eagerly delete ERROR state clusters. It is possible for Google Cloud Dataproc clusters to create in the ERROR state. The current operator (DataprocCreateClusterOperator) will require three total task attempts (original + two retries) in order to create ...
https://github.com/apache/airflow/issues/33667
https://github.com/apache/airflow/pull/33668
075afe5a2add74d9e4e9fd57768b8354489cdb2b
d361761deeffe628f3c17ab0debd0e11515c22da
2023-08-23T18:21:03
python
2023-08-30T05:29:20
closed
apache/airflow
https://github.com/apache/airflow
33,661
["airflow/jobs/scheduler_job_runner.py", "airflow/utils/state.py", "tests/jobs/test_scheduler_job.py"]
Zombie tasks in RESTARTING state are not cleaned
### Apache Airflow version 2.7.0 Also reproduced on 2.5.0 ### What happened Recently we added some automation to restarting Airflow tasks with "clear" command so we use this feature a lot. We often clear tasks in RUNNING state, which means that they go into RESTARTING state. We noticed that a lot of those t...
https://github.com/apache/airflow/issues/33661
https://github.com/apache/airflow/pull/33706
3f984edd0009ad4e3177a3c95351c563a6ac00da
5c35786ca29aa53ec08232502fc8a16fb1ef847a
2023-08-23T15:41:09
python
2023-08-24T23:55:18
closed
apache/airflow
https://github.com/apache/airflow
33,577
["airflow/providers/celery/provider.yaml", "dev/breeze/src/airflow_breeze/utils/path_utils.py", "generated/provider_dependencies.json", "setup.cfg", "setup.py"]
Airflow 2.7 is incompatible with SodaCore versions 3.0.24 and beyond
### Apache Airflow version 2.7.0 ### What happened When trying to install SodaCore on Airflow 2.7, the following error is received due to a conflict with `opentelemetry-api`. ``` ERROR: Cannot install apache-airflow==2.7.0 and soda-core==3.0.48 because these package versions have conflicting dependencies. The...
https://github.com/apache/airflow/issues/33577
https://github.com/apache/airflow/pull/33579
73a37333918abe0612120d95169b9e377274810b
ae25a52ae342c9e0bc3afdb21d613447c3687f6c
2023-08-21T12:10:44
python
2023-08-21T15:49:17
closed
apache/airflow
https://github.com/apache/airflow
33,497
["airflow/www/jest-setup.js", "airflow/www/static/js/cluster-activity/live-metrics/Health.tsx", "airflow/www/static/js/index.d.ts", "airflow/www/templates/airflow/cluster_activity.html", "airflow/www/views.py"]
DAG Processor should not be visible in the Cluster Activity Page if there is no stand alone processor
### Apache Airflow version 2.7.0rc2 ### What happened In the Airflow UI, currently, the DAG Processor is visible in the Cluster Activity page even if there is no stand-alone dag processor. ### What you think should happen instead It should be hidden if there is no stand-alone dag processor. ### How to reproduce ...
https://github.com/apache/airflow/issues/33497
https://github.com/apache/airflow/pull/33611
b6318ffabce8cc3fdb02c30842726476b7e1fcca
c055e1da0b50e98820ffff8f8d10d0882f753384
2023-08-18T15:59:33
python
2023-09-02T13:56:11
closed
apache/airflow
https://github.com/apache/airflow
33,482
["airflow/api_connexion/endpoints/dag_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/dag_schema.py", "airflow/models/dag.py", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_dag_endpoint.py", "tests/api_connexion/schemas/test_dag_schema.py"]
The `/dags/{dag_id}/details` endpoint returns less data than is documented
### What do you see as an issue? The [/dags/{dag_id}/details](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/post_set_task_instances_state) endpoint of the REST API does not return all of the keys that are listed in the documentation. If I run `curl -X GET localhost:8080/api/v...
https://github.com/apache/airflow/issues/33482
https://github.com/apache/airflow/pull/34947
0e157b38a3e44b5a6fc084c581a025434a97a4c0
e8f62e8ee56519459d8282dadb1d8c198ea5b9f5
2023-08-17T19:15:44
python
2023-11-24T09:47:33
closed
apache/airflow
https://github.com/apache/airflow
33,478
["airflow/www/views.py"]
Rendered template malfunction when `execution_date` parameter is malformed
null
https://github.com/apache/airflow/issues/33478
https://github.com/apache/airflow/pull/33516
533afb5128383958889bc653226f46947c642351
d9814eb3a2fc1dbbb885a0a2c1b7a23ce1cfa148
2023-08-17T16:46:41
python
2023-08-19T16:03:39
closed
apache/airflow
https://github.com/apache/airflow
33,461
["airflow/providers/amazon/aws/waiters/appflow.json"]
AppflowHook with wait_for_completion = True does not finish executing the task although the appflow flow does.
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened I'm using airflow 2.6.2 with apache-airflow-providers-amazon 8.5.1 When I use AppflowHook with the wait_for_completion parameter set to True the task execution never finishes. I have checked in Appflow and the flow ...
https://github.com/apache/airflow/issues/33461
https://github.com/apache/airflow/pull/33613
2363fb562db1abaa5bc3bc93b67c96e018c1d78a
41d9be072abacc47393f700aa8fb98bc2b9a3713
2023-08-17T01:47:56
python
2023-08-22T15:31:02
closed
apache/airflow
https://github.com/apache/airflow
33,446
["airflow/utils/task_group.py", "tests/decorators/test_task_group.py"]
Task group gets marked as upstream_failed when dynamically mapped with expand_kwargs even though all upstream tasks were skipped or successfully finished.
### Apache Airflow version 2.6.3 ### What happened I am writing a DAG that transfers data from MSSQL to BigQuery, The part of the ETL process that actually fetches the data from MSSQL and moves it to BQ needs to parallelized. I am trying to write it as a task group where the first task moves data from MSSQL t...
https://github.com/apache/airflow/issues/33446
https://github.com/apache/airflow/pull/33732
869f84e9c398dba453456e89357876ed8a11c547
fe27031382e2034b59a23db1c6b9bdbfef259137
2023-08-16T15:21:54
python
2023-08-29T16:48:43
closed
apache/airflow
https://github.com/apache/airflow
33,377
["docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst"]
Statsd metrics description is incorrect
### What do you see as an issue? <img width="963" alt="Screenshot 2023-08-14 at 9 55 11 AM" src="https://github.com/apache/airflow/assets/10162465/bb493eb2-1cfd-45bb-928a-a4e21e015251"> Here dagrun duration success and failure have description where success is stored in seconds while that of failure is shown as store...
https://github.com/apache/airflow/issues/33377
https://github.com/apache/airflow/pull/34532
08729eddbd7414b932a654763bf62c6221a0e397
117e40490865f04aed38a18724fc88a8cf94aacc
2023-08-14T04:31:46
python
2023-09-21T18:53:34
End of preview. Expand in Data Studio

image/png

Dataset Card for Dataset Name

BeetleBox

Dataset Details

The BeetleBox dataset is a comprehensive multi-language, multi-project dataset designed for bug localization research. It includes 26,321 bugs from 29 projects, covering five major programming languages: Java, Python, C++, JavaScript, and Go. The dataset was meticulously curated to ensure accuracy, with a manual analysis revealing an incorrect ground truth rate of only 0.06%.

Dataset Description

The BeetleBox dataset is a substantial multi-language, multi-project dataset specifically compiled for bug localization research. It features 26,321 bugs from 29 projects across five widely used programming languages: Java, Python, C++, JavaScript, and Go. This dataset was carefully curated to maintain accuracy, with a manual analysis revealing an incorrect ground truth rate of only 0.06%. The dataset includes detailed information for each bug report, such as the bug's status, repository name, repository URL, issue ID, a list of files updated during the fix, the bug report's title, body, pull request URL, issue URL, SHA values before and after the fix, and the dates and times of both the bug report and the fixing commit. The dataset was gathered from popular repositories on GitHub based on their star ratings and recent updates, ensuring active and well-maintained projects. Each repository's closed issues and corresponding fixing pull requests were linked using predefined GitHub keywords, and issues linked to multiple pull requests were filtered to ensure only a single, merged pull request was included.

Dataset Statistics

Language Train Test
C++ 3,868 4,783
Go 758 400
Java 3,369 2,270
JavaScript 1,974 3,085
Python 3,215 2,599

Key Features

  • Multi-Language: Covers five major programming languages.
  • Multi-Project: Includes data from 29 different projects.
  • High Accuracy: Maintains a low incorrect ground truth rate of 0.06%.
  • Detailed Metadata: Provides extensive details for each bug report.

Dataset Sources

Repository: https://zenodo.org/records/15122980
Paper: BLAZE: Cross-Language and Cross-Project Bug Localization via Dynamic Chunking and Hard Example Learning
Demo & Usage: Code, usage instructions, and model details are available in the repository.

Citation

@article{Chakraborty2025,
  title = {BLAZE: Cross-Language and Cross-Project Bug Localization via Dynamic Chunking and Hard Example Learning},
  ISSN = {2326-3881},
  url = {http://dx.doi.org/10.1109/TSE.2025.3579574},
  DOI = {10.1109/TSE.2025.3579574},
  journal = {IEEE Transactions on Software Engineering},
  publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
  author = {Chakraborty, Partha and Alfadel, Mahmoud and Nagappan, Meiyappan},
  year = {2025},
  pages = {1--14}
}
Downloads last month
75

Models trained or fine-tuned on bug-localization/BeetleBox