Dataset Viewer
Auto-converted to Parquet Duplicate
status
stringclasses
1 value
repo_name
stringlengths
9
24
repo_url
stringlengths
28
43
issue_id
int64
1
104k
updated_files
stringlengths
8
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
37
56
pull_url
stringlengths
37
54
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
timestamp[ns, tz=UTC]
language
stringclasses
5 values
commit_datetime
timestamp[us, tz=UTC]
closed
apache/airflow
https://github.com/apache/airflow
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
36,070
["airflow/providers/airbyte/hooks/airbyte.py", "tests/providers/airbyte/hooks/test_airbyte.py"]
AirbyteTriggerSyncOperator should kill job upon timeout
### Apache Airflow version 2.7.3 ### What happened When calling in not asyncronous way the AirbyteTriggerSyncOperator ([here](https://github.com/apache/airflow/blob/main/airflow/providers/airbyte/operators/airbyte.py#L79)) and timeout is reached [here](https://github.com/apache/airflow/blob/main/airflow/providers/ai...
https://github.com/apache/airflow/issues/36070
https://github.com/apache/airflow/pull/36241
a7a6a9d6ea69418755c6a0829e474580cc751f00
ceab840f31e2dcf591390bbace0ff9d74c6fc8fd
2023-12-05T13:50:31
python
2023-12-16T18:11:28
closed
apache/airflow
https://github.com/apache/airflow
36,054
["airflow/auth/managers/fab/security_manager/override.py", "tests/www/views/test_views_custom_user_views.py"]
Password reset via flask fab reset-password raises "RuntimeError: Working outside of request context."
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Running this command to reset a password via the CLI raises an exception: ``` $ flask --app airflow.www.app fab reset-password --username myusername Password: Repeat for confirmation: Traceback (most recent call last...
https://github.com/apache/airflow/issues/36054
https://github.com/apache/airflow/pull/36056
61fd166a4662d67bc914949f9cf07ceab7d55686
7ececfdb2183516d9a30195ffcd76632167119c5
2023-12-04T17:10:20
python
2023-12-04T23:16:45
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,914
["airflow/models/dagrun.py", "tests/models/test_dagrun.py"]
Scheduler getting crashed when downgrading from 2.8.0b1 to 2.7.3
### Apache Airflow version 2.8.0b1 ### What happened The scheduler getting crashed when downgrading from 2.8.0b1 to 2.7.3 we had some running TIs when the downgrade happened, looks like Adopting tasks failing the scheduler. could be due to this [PR](https://github.com/apache/airflow/pull/35096/files) ### ...
https://github.com/apache/airflow/issues/35914
https://github.com/apache/airflow/pull/35959
ab835c20b2e9bce8311d906d223ecca5e0f85627
4a7c7460bf1734b76497280f5a2adc3e30a7820c
2023-11-28T09:56:54
python
2023-11-29T18:31:43
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,888
["airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py"]
Infinite loop on scheduler when kubernetes state event is None along with state in database also None
### Apache Airflow version 2.7.3 ### What happened We are facing an issue using Kubernetes Executor where `process_watcher_task` that gets None state and is pushed to `result_queue`. On fetching the state from queue in `kubernetes_executor.py` it's passed to `_change_state` and if the state is None then state is fet...
https://github.com/apache/airflow/issues/35888
https://github.com/apache/airflow/pull/35891
9a1dceb031aa0ab44a7c996c267128bd4c61a5bf
623f9893291daa568563ff65433d797f96abc629
2023-11-27T12:55:08
python
2023-11-27T15:52:21
closed
apache/airflow
https://github.com/apache/airflow
35,882
["airflow/providers/amazon/aws/sensors/emr.py"]
EmrContainerSensor On aws Using deferrable=True get exception
### Apache Airflow version 2.7.3 ### What happened when the trigger is running the execute_complete and the status is not success getting error ``` def execute_complete(self, context, event=None): if event["status"] != "success": raise AirflowException(f"Error while running job: {event}...
https://github.com/apache/airflow/issues/35882
https://github.com/apache/airflow/pull/35892
ae61a790a4517d0028aeba1eb02e2db89d90c084
0f5db49ec41b12d68c51f4409aa45edf4aba6a94
2023-11-27T05:35:02
python
2023-11-27T16:47:05
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,815
["chart/templates/_helpers.yaml"]
git-sync-init resources is too indented
### Official Helm Chart version 1.10.0 ### Apache Airflow version 2.6.3 ### Kubernetes Version 1.27.7 ### Helm Chart configuration values.yaml ```yaml # Git sync dags: gitSync: enabled: true repo: git@git/path/to/dag.git branch: main depth: 1 # subpath within th...
https://github.com/apache/airflow/issues/35815
https://github.com/apache/airflow/pull/35824
c068089c65dff0723432536d00019c119cf54a88
39107dfeb4bdddde6de7f71029de10860844a2be
2023-11-23T12:31:40
python
2023-11-24T22:37:37
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,805
["airflow/providers/amazon/aws/hooks/redshift_sql.py", "docs/apache-airflow-providers-amazon/connections/redshift.rst", "tests/providers/amazon/aws/hooks/test_redshift_sql.py"]
`RedshiftSQLHook` does not work with `iam=True`
### Apache Airflow version 2.7.3 ### What happened When RedshiftSQLHook attempts to auto-fetch credentials when `iam=True`, it uses a cluster-specific approach to obtaining credentials, which fails for Redshift Serverless. ``` Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/ai...
https://github.com/apache/airflow/issues/35805
https://github.com/apache/airflow/pull/35897
3385113e277f86b5f163a3509ba61590cfe7d8cc
f6962a929b839215613d1b6f99f43511759c1e5b
2023-11-22T20:41:47
python
2023-11-28T17:31:24
closed
apache/airflow
https://github.com/apache/airflow
35,766
["airflow/providers/amazon/aws/hooks/s3.py"]
wildcard_match documented incorrectly in check_key_async method
### What do you see as an issue? The parameter is a boolean but is described as a string https://github.com/apache/airflow/blob/1e95b069483f5f26a82946d2facc8f642f5ea389/airflow/providers/amazon/aws/hooks/s3.py#L526C1-L527C1 ### Solving the problem Update the docstring with a matching description as the `_ch...
https://github.com/apache/airflow/issues/35766
https://github.com/apache/airflow/pull/35799
5588a956c02130b73a23ae85afdc433d737f5efd
bcb5eebd6247d4eec15bf5cce98ccedaad629661
2023-11-20T23:03:00
python
2023-11-22T16:54:29
closed
apache/airflow
https://github.com/apache/airflow
35,757
["airflow/providers/google/cloud/hooks/pubsub.py", "airflow/providers/google/cloud/operators/pubsub.py", "tests/providers/google/cloud/hooks/test_pubsub.py", "tests/providers/google/cloud/operators/test_pubsub.py"]
Google Cloud PubSubCreateTopicOperator should support schema and message retention params
### Description Re: Google Cloud Provider -- PubSub The PubSub [Topics Create API](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics/create#request-body) supports the SchemaSettings and messageRetentionDuration parameters. These should also be supported via the [PubSubCreateTopicOperator](https...
https://github.com/apache/airflow/issues/35757
https://github.com/apache/airflow/pull/35767
f4e55713840fed023c03a4e4462789aa35c892db
72ba63e0b97110a47c9882fd0a644cb0d74dcc20
2023-11-20T17:39:07
python
2023-11-22T09:21:59
closed
apache/airflow
https://github.com/apache/airflow
35,705
["airflow/providers/google/cloud/transfers/mssql_to_gcs.py"]
Documentation Operator name diverges from real name
### What do you see as an issue? As can be seen in https://github.com/apache/airflow/blob/ce16963e9d69849309aa0a7cf978ed85ab741439/airflow/providers/google/cloud/transfers/mssql_to_gcs.py#L44 The name `MsSqlToGoogleCloudStorageOperator` should be the same as the class `MSSQLToGCSOperator` ### Solving the prob...
https://github.com/apache/airflow/issues/35705
https://github.com/apache/airflow/pull/35715
429ca47b02fac6953520308f819bd9f8dba28d45
ed6fe240c307bfadbd9856c9e435469ec9a409d8
2023-11-17T16:23:07
python
2023-11-18T06:56:14
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,698
["airflow/jobs/scheduler_job_runner.py", "docs/apache-airflow/core-concepts/tasks.rst"]
Enhance the docs on zombie tasks to elaborate on how they are detected
### What do you see as an issue? The documentation for zombie tasks https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/tasks.html#zombie-undead-tasks is a bit abstract at the moment. There is a scope for enhancing the document by explaining how Airflow detects tasks as zombies ### Solving the pro...
https://github.com/apache/airflow/issues/35698
https://github.com/apache/airflow/pull/35825
7c2885d21ef3ee7684b391cb2e7a553ca6821c3d
177da9016bbedcfa49c08256fdaf2fb537b97d6c
2023-11-17T09:29:46
python
2023-11-25T17:46:21
closed
apache/airflow
https://github.com/apache/airflow
35,678
["chart/values.yaml"]
Airflow metrics config on the Helm Chart mismatch when `fullnameOveride` is provided
### Official Helm Chart version 1.11.0 (latest released) ### Apache Airflow version 2.6.1 ### Kubernetes Version 1.25.X ### Helm Chart configuration The default values assume the release name for statsd host, but if one uses the `fullnameOveride`, there's a mismatch of airflow metrics configuration ([here](https...
https://github.com/apache/airflow/issues/35678
https://github.com/apache/airflow/pull/35679
3d77149cac688429e598dd3e8a80c4da65edad01
9a6094c0d74093eff63b42ac1d313d77ebee3e60
2023-11-16T11:07:12
python
2023-11-17T14:44:26
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,500
["airflow/www/static/js/dag/details/Dag.tsx"]
Numeric values in DAG details are incorrectly rendered as timestamps
### Discussed in https://github.com/apache/airflow/discussions/35430 <div type='discussions-op-text'> <sup>Originally posted by **Gollum999** November 3, 2023</sup> ### Apache Airflow version 2.7.2 ### What happened On the "Details" tab on a DAGs "Grid" page, all numeric DAG attributes are rendered as ...
https://github.com/apache/airflow/issues/35500
https://github.com/apache/airflow/pull/35538
1e0a357252fb62bfc6a353df2499a35a8ca16beb
76ceeb4e4a4c7cbb4f0ba7cfebca4c24d2f7c3e1
2023-11-07T10:10:44
python
2023-11-14T17:43:37
closed
apache/airflow
https://github.com/apache/airflow
35,499
["airflow/providers/jdbc/CHANGELOG.rst", "airflow/providers/jdbc/hooks/jdbc.py", "airflow/providers/jdbc/provider.yaml", "docs/apache-airflow-providers-jdbc/configurations-ref.rst", "docs/apache-airflow-providers-jdbc/index.rst"]
Add documentation about "providers.jdbc" "allow_driver_path_in_extra" configuration to jdbc provider.yaml
### Body The definition and description of the configuraiton is missing in provider.yaml - it should be added as for all the other provider configuration ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
https://github.com/apache/airflow/issues/35499
https://github.com/apache/airflow/pull/35580
1f76986b7ba19737aba77d63bbec1ce29aff55fc
9cfb1a82f3b00fa70a7b5ce6818a9e618512de63
2023-11-07T08:16:28
python
2023-11-11T11:21:22
closed
apache/airflow
https://github.com/apache/airflow
35,404
["airflow/providers/http/hooks/http.py"]
fix HttpAsyncHook PUTs with application/json
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened HttpAsyncHook with method='PUT' and data is not supported. As far as I understood PUT is not in the [list of available methods](https://github.com/apache/airflow/blob/main/airflow/providers/http/hooks/http.py#L368) for passin...
https://github.com/apache/airflow/issues/35404
https://github.com/apache/airflow/pull/35405
61a9ab7600a856bb2b1031419561823e227331da
fd789080971a49496da0a79f3c8489cc0c1424f0
2023-11-03T11:27:12
python
2023-11-03T18:45:09
closed
apache/airflow
https://github.com/apache/airflow
35,341
["airflow/providers/amazon/aws/operators/emr.py", "tests/providers/amazon/aws/operators/test_emr_serverless.py"]
Would it be possible to add 'name' to the list of template fields for EmrServerlessStartJobOperator?
### Description We have a use case where we would like to run a job runs in EMR Serverless where the job name should contain the start date. For example: `name="[{{ ds }}] testing"`. The solution presented in [31711](https://github.com/apache/airflow/issues/31711) does not work, because command [self.name = name ...
https://github.com/apache/airflow/issues/35341
https://github.com/apache/airflow/pull/35648
46c0f85ba6dd654501fc429ddd831461ebfefd3c
03a0b7267215ea2ac1bce6c60eca1a41f747e84b
2023-11-01T13:35:40
python
2023-11-17T09:38:51
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,254
["tests/jobs/test_triggerer_job.py"]
Quarantined test_trigger_logging_sensitive_info test
### Body The test `airfow/tests/jobs/test_triggerrer_job.py::test_trigger_logging_sensitive_info` has a weird and race'y behaviour - that got exposed when implementing #83221. As a result it's been quarantined until we diagnose/fix it. It's very easy to reproduce the racy behaviour, but the root cause is not yet ...
https://github.com/apache/airflow/issues/35254
https://github.com/apache/airflow/pull/35427
b30e7aef91737c6bab40dd8f35784160b56650f4
d67e8e83fa543e9cfae6b096f3e9e6b6bd8ca025
2023-10-29T17:13:44
python
2023-11-03T23:03:26
closed
apache/airflow
https://github.com/apache/airflow
35,204
["airflow/jobs/scheduler_job_runner.py", "tests/jobs/test_scheduler_job.py"]
Mysterious hanging of the test_retry_handling_job for sqlite on self-hosted/local env
### Body ## Problem The test in question: ``` tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_retry_handling_job ``` Started to timeout - mysteriously - on October 18, 2023: - only for self-hosted instances od ours (not for Public runners) - only for sqlite not for Postgres / MySQL - for loca...
https://github.com/apache/airflow/issues/35204
https://github.com/apache/airflow/pull/35221
98e7f4cc538c11871c58547a2233bfda691184e1
6f3d294645153db914be69cd2b2a49f12a18280c
2023-10-26T17:45:53
python
2023-10-27T19:31:14
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,186
["airflow/api_connexion/openapi/v1.yaml", "airflow/www/static/js/types/api-generated.ts"]
Airflow REST API `Get tasks for DAG` returns error if DAG task has trigger rule `one_done`
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Experienced in version 2.6.1 but appears to be an issue in the latest version too. When using the Airflow REST API `/api/v1/dags/{dag name}/tasks` to query the tasks of a DAG that contains a task with the trigger rule 'one...
https://github.com/apache/airflow/issues/35186
https://github.com/apache/airflow/pull/35194
8e268940739154c21aaf40441d91dac806d21a60
e3b3d786787597e417f3625c6e9e617e4b3e5073
2023-10-25T20:46:30
python
2023-10-26T10:55:48
closed
apache/airflow
https://github.com/apache/airflow
35,166
["airflow/api_connexion/schemas/task_instance_schema.py", "tests/api_connexion/schemas/test_task_instance_schema.py"]
dry_run not optional in api for set task instances state
### Apache Airflow version 2.7.2 ### What happened Sent request without dry_run parameter to dags/{dag_id}/updateTaskInstancesState and got a 500 error. ### What you think should happen instead I should be able to send a request to update task instances state and get a valid response. ### How to reproduce You ca...
https://github.com/apache/airflow/issues/35166
https://github.com/apache/airflow/pull/35167
9059f72668fb85253b8b4e3e9fb5350d621b639d
196a235358de21c62aedca1347b2527600e8ae87
2023-10-24T19:42:19
python
2023-11-25T08:15:49
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
35,015
["airflow/providers/ftp/hooks/ftp.py", "tests/providers/ftp/hooks/test_ftp.py"]
`FTPSHook.store_file()` change directory
### Apache Airflow version 2.7.2 ### What happened `FTPSHook.store_file()` change current directory. And second call with same directory will raise `no such file or directory` error: ``` [2023-10-18, 14:40:08 MSK] {logging_mixin.py:149} INFO - content hash uploading to `test/daily/20230601_transactions.csv.MD5` .....
https://github.com/apache/airflow/issues/35015
https://github.com/apache/airflow/pull/35105
5f2999eed59fb61e32aa50ef042b9cc74c07f1bf
ff30dcc1e18abf267e4381bcc64a247da3c9af35
2023-10-18T11:57:34
python
2023-10-30T23:02:54
closed
apache/airflow
https://github.com/apache/airflow
34,959
["chart/templates/_helpers.yaml", "chart/values.schema.json", "chart/values.yaml", "helm_tests/airflow_aux/test_airflow_common.py", "helm_tests/airflow_aux/test_configmap.py"]
Chart: Allow mounting DAGs to a custom path in airflow containers.
### Description Hi! I think it would be useful to have a helm chart parameter that (if set) will allow to overwrite DAGs mount path in airflow containers. Mount path is already defined in `airflow_dags_mount` [here](https://github.com/apache/airflow/blob/main/chart/templates/_helpers.yaml#L475) , but currently mou...
https://github.com/apache/airflow/issues/34959
https://github.com/apache/airflow/pull/35083
95980a9bc50c1accd34166ba608bbe2b4ebd6d52
ac53a9aaaba8d4250c8dfdf5e0b65b38a8a635b7
2023-10-16T05:33:05
python
2023-10-25T16:35:01
closed
apache/airflow
https://github.com/apache/airflow
34,956
["airflow/example_dags/example_python_operator.py"]
What are these functions and variables declared for
### What do you see as an issue? https://github.com/apache/airflow/blob/main/airflow/example_dags/example_python_operator.py#L40C1-L44C9 <img width="257" alt="Screenshot 2023-10-16 at 10 23 26 AM" src="https://github.com/apache/airflow/assets/81360154/53030408-4e33-440e-8a39-4cf6f706700a"> this two function, var...
https://github.com/apache/airflow/issues/34956
https://github.com/apache/airflow/pull/35046
ec6d945aa31af30726d8affaa8b30af330da1085
12f4d51ce50c16605bede57d79998409e4a3ac4a
2023-10-16T01:32:16
python
2023-10-19T18:08:12
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,909
["airflow/providers/google/cloud/hooks/gcs.py"]
apache-airflow-providers-google 10.9.0 fails to list GCS objects
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened This affects Airflow 2.7.2. It appears that the 10.9.0 version of apache-airflow-providers-google fails to list objects in gcs. Example to recreate: ```shell pipenv --python 3.8 pipenv shell pip install apache-airfl...
https://github.com/apache/airflow/issues/34909
https://github.com/apache/airflow/pull/34919
f3ddefccf610833dc8d6012431f372f2af03053c
5d74ffb32095d534866f029d085198bc783d82c2
2023-10-13T08:17:50
python
2023-11-27T12:44:31
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,767
["airflow/providers/google/cloud/hooks/dataflow.py", "tests/providers/google/cloud/hooks/test_dataflow.py"]
Dataflow job is failed when wait_until_finished=True although the state is JOB_STATE_DONE
### Apache Airflow version 2.7.1 ### What happened We currently use the DataflowHook in tasks of Airflow DAG. If we upgrade the version of apache-airflow-google-providers to 10.9.0, we got the following error although the dataflow job is completed. ``` Traceback (most recent call last): File "/opt/python3.8/lib...
https://github.com/apache/airflow/issues/34767
https://github.com/apache/airflow/pull/34785
3cb0870685bed221e711855cf5458c4580ec5199
8fd5ac6530df5ffd90577d3bd624ac16cdb15335
2023-10-04T18:09:25
python
2023-11-10T18:04:30
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,574
["docs/apache-airflow/start.rst"]
Quick start still says Python 3.11 is not supported
### What do you see as an issue? The quick start page https://airflow.apache.org/docs/apache-airflow/stable/start.html still says that Python 3.11 is not supported, even though README.md says it is. ### Solving the problem docs/apache-airflow/start.rst should be updated: line 27 should include 3.11 as supported and ...
https://github.com/apache/airflow/issues/34574
https://github.com/apache/airflow/pull/34575
6a03870d1c1c5871dc9bcb8ea48039ec47676484
9b96f76ac820b3dc020286b685a236da842e407c
2023-09-23T08:03:37
python
2023-09-24T19:26:57
closed
apache/airflow
https://github.com/apache/airflow
34,563
["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"]
DryRun is not optional for patch task instance
## Summary According to the [REST api docs](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/patch_mapped_task_instance). you can patch a task instance state. When you hit the api without sending a "dry_run" variable, you get a KeyError (This is from a server running version 2.5...
https://github.com/apache/airflow/issues/34563
https://github.com/apache/airflow/pull/34568
f497b72fc021e33a4b8543bb0750bffbb8fe0055
a4357ca25cc3d014e50968bac7858f533e6421e4
2023-09-22T19:00:01
python
2023-09-30T18:46:56
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,516
["airflow/providers/microsoft/azure/hooks/container_instance.py", "airflow/providers/microsoft/azure/operators/container_instances.py"]
Jobs in Azure Containers restart infinitely if logger crashes, despite retries being set to off.
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We are using Airflow 2.5.2 to deploy python scripts in Azure containers. In cases where the logger breaks (in our case because someone used tqdm for progress bars which are known to break it), Airflow failing to find the l...
https://github.com/apache/airflow/issues/34516
https://github.com/apache/airflow/pull/34627
d27d0bb60b08ed8550491d4801ba5bf3c0e3da9b
546c850a43d8b00fafc11e02e63fa5caa56b4c07
2023-09-21T09:56:08
python
2023-10-13T12:05:53
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,483
["airflow/serialization/serializers/datetime.py", "tests/serialization/serializers/test_serializers.py"]
`pendulum.DateTime` objects now being serialized as python objects with non-standard timezones
### Apache Airflow version 2.7.0 ### What happened We recently updated our Airflow server to 2.7.0 (from 2.6.0) and moved from a local PostGres instance to one located in AWS RDS, as well as switched from X86_64 arch to ARM64 (Amazon Graviton2 processor). We had some DAGs that passed pendulum.DateTimes as XCOM...
https://github.com/apache/airflow/issues/34483
https://github.com/apache/airflow/pull/34492
19450e03f534f63399bf5db2df7690fdd47b09c8
a3c06c02e31cc77b2c19554892b72ed91b8387de
2023-09-19T15:36:06
python
2023-09-28T07:31:06
closed
apache/airflow
https://github.com/apache/airflow
34,482
["airflow/providers/cncf/kubernetes/operators/pod.py", "tests/providers/cncf/kubernetes/operators/test_pod.py"]
KubernetesPodOperator shutting down istio sidecar but not deleting pod upon failure
### Apache Airflow version 2.7.1 ### What happened I start a simple pod (one container and that's it) with the KubernetesPodOperator from the cncf.kubernetes provider. The task in my container fails (exit code non-zero). The istio sidecar is indeed terminated but the pod itself remain in an `Error` status even i...
https://github.com/apache/airflow/issues/34482
https://github.com/apache/airflow/pull/34500
e81bb487796780705f6df984fbfed04f555943d7
fb92ff8486f21b61a840ddc4414429c3a9adfc88
2023-09-19T14:59:50
python
2023-09-27T16:28:14
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
End of preview. Expand in Data Studio

Dataset Card for "oss_bugs"

More Information needed

Downloads last month
3