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
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:16Z
python
2023-09-06T10:23:20Z
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:42Z
python
2023-12-03T01:11:15Z
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:24Z
python
2023-11-01T20:37:15Z
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:38Z
python
2023-09-02T07:40:44Z
closed
apache/airflow
https://github.com/apache/airflow
34,010
["airflow/providers/common/sql/operators/sql.py", "airflow/providers/google/cloud/operators/bigquery.py", "tests/providers/google/cloud/operators/test_bigquery.py"]
`BigQueryValueCheckOperator` doesn't respect `pass_value` in deferrable mode
### Apache Airflow version 2.7.0 ### What happened When running `BigQueryValueCheckOperator` in deferrable mode, the operator always reports a successful status even if the `pass_value` has not been met. ### What you think should happen instead If the value returned by the SQL given to the operator does not equal...
https://github.com/apache/airflow/issues/34010
https://github.com/apache/airflow/pull/34018
6ef80e8be178e0ab8d119270a28b23d0bf47ed62
d757f6a3af24c3ec0d48c8c983d6ba5d6ed2202e
2023-09-01T13:48:27Z
python
2023-09-03T21:18:50Z
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:09Z
python
2023-09-01T14:28:04Z
closed
apache/airflow
https://github.com/apache/airflow
33,958
["dev/breeze/src/airflow_breeze/commands/setup_commands.py"]
Add verification if short options in breeze are repeated
### Body When you have two option with the same short flag - in the same command, only one can be used - for example before https://github.com/apache/airflow/pull/33957 `static-checks -t` yielded `--image-tag` not `--static-checks`. We should check if any of the commands of breeze has such flag duplicated. This...
https://github.com/apache/airflow/issues/33958
https://github.com/apache/airflow/pull/34269
6703f720cc4d49e223de2f7c542beda5a6164212
3a147ee1e64cd6363ae8f033a9c5215414551ce7
2023-08-31T13:20:37Z
python
2023-09-12T22:22:35Z
closed
apache/airflow
https://github.com/apache/airflow
33,949
["airflow/jobs/scheduler_job_runner.py", "tests/jobs/test_scheduler_job.py"]
Manual DAG triggers with Logical Date in the Past trigger a second run when schedule is timedelta
### Apache Airflow version 2.7.0 ### What happened Relates to investigation of #30327 When you define a DAG with a `schedule=datetime.timedelta(days=1)` and `catchup=False` and you manually trigger a run in the past (logical date in the past, e.g. a few days ago) then upon completion of the run another scheduled ...
https://github.com/apache/airflow/issues/33949
https://github.com/apache/airflow/pull/34027
920d641b8ddbcdcbc5d9b889027521470c93a155
20d81428699db240b65f72a92183255c24e8c19b
2023-08-31T09:27:57Z
python
2023-09-05T13:01:33Z
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:40Z
python
2023-08-31T06:03:06Z
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:49Z
python
2023-08-29T17:07:49Z
closed
apache/airflow
https://github.com/apache/airflow
33,882
["airflow/providers/databricks/hooks/databricks.py", "tests/providers/databricks/hooks/test_databricks.py"]
Providers - Databricks : Add support for Databricks "Queued" state for job run
### Apache Airflow version 2.7.0 ### What happened When using the Deferrable operator DatabricksRunNowOperator, if a task is in a queue state in Databricks because of a maximum concurrency set directly on databricks, the operator raises an exception after at least 1 defferal as the "QUEUED" state is not in the list ...
https://github.com/apache/airflow/issues/33882
https://github.com/apache/airflow/pull/33886
a35c0d42cce17fd0647d58f247a8bb9b8b8fab60
f7a005db8c5b47fe86196374e3e857b40e9ea5ac
2023-08-29T12:18:44Z
python
2023-08-30T16:19:24Z
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:24Z
python
2023-09-04T19:23:48Z
closed
apache/airflow
https://github.com/apache/airflow
33,871
["airflow/api_connexion/endpoints/variable_endpoint.py", "tests/api_connexion/endpoints/test_variable_endpoint.py"]
Airflow API for PATCH a variable key which doesn't exist, sends Internal Server Error
### Apache Airflow version 2.7.0 ### What happened ``` Something bad has happened. Airflow is used by many users, and it is very likely that others had similar problems and you can easily find a solution to your problem. Consider following these steps: * gather the relevant information (detailed l...
https://github.com/apache/airflow/issues/33871
https://github.com/apache/airflow/pull/33885
d361761deeffe628f3c17ab0debd0e11515c22da
701c3b80107adb9f4c697f04331c1c7c4e315cd8
2023-08-29T08:32:08Z
python
2023-08-30T07:06:08Z
closed
apache/airflow
https://github.com/apache/airflow
33,854
[".pre-commit-config.yaml", "STATIC_CODE_CHECKS.rst", "dev/breeze/src/airflow_breeze/pre_commit_ids.py", "images/breeze/output-commands-hash.txt", "images/breeze/output_static-checks.svg", "pyproject.toml"]
`pyproject.toml` `[project]` section without `name` and `version` attributes is not pep 621 compliant
### Apache Airflow version 2.7.0 ### What happened https://peps.python.org/pep-0621/ https://github.com/apache/airflow/blob/83d09c0c423f3e8e3bbbfa6e0171d88893d1c18a/pyproject.toml#L31 Newer setuptools will complain and fail to install. When building the NixOS package for 2.7.0 we now get: ``` ValueEr...
https://github.com/apache/airflow/issues/33854
https://github.com/apache/airflow/pull/34014
6c649aefd2dccbc1765c077c5154c7edf384caeb
ba8ee909e4532318649df9c2d5a7ed70b357913d
2023-08-28T20:52:38Z
python
2023-09-04T07:56:18Z
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:20Z
python
2023-09-02T12:15:39Z
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:08Z
python
2023-08-26T16:02:08Z
closed
apache/airflow
https://github.com/apache/airflow
33,711
["airflow/providers/amazon/CHANGELOG.rst", "airflow/providers/amazon/aws/operators/ecs.py", "tests/providers/amazon/aws/operators/test_ecs.py"]
EcsRunTaskOperator waiter default waiter_max_attempts too low - all Airflow tasks detach from ECS tasks at 10 minutes
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Running on MWAA v2.5.1 with `apache-airflow-providers-amazon` (EcsRunTaskOperator) upgraded to v8.3.0 All `EcsRunTaskOperator` tasks appear to 'detach' from the underlying ECS Task after 10 minutes. Running a command...
https://github.com/apache/airflow/issues/33711
https://github.com/apache/airflow/pull/33712
539797fdfb2e0b2aca82376095e74edaad775439
ea44ed9f54f6c0083aa6283b2f3f3712bc710a1f
2023-08-24T23:36:43Z
python
2023-08-30T10:48:45Z
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:17Z
python
2023-11-28T21:37:00Z
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:16Z
python
2023-08-27T17:02:14Z
closed
apache/airflow
https://github.com/apache/airflow
33,697
["airflow/providers/cncf/kubernetes/operators/pod.py", "kubernetes_tests/test_kubernetes_pod_operator.py", "tests/providers/cncf/kubernetes/operators/test_pod.py"]
skip_on_exit_code parameter in KPO does not take effect
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened I am using following task to simulate the skipping of KPO ``` @task.kubernetes(image="python:3.8-slim-buster", namespace="dev", skip_on_exit_code=100 ) def print_pattern(): import sys some_condition = Tr...
https://github.com/apache/airflow/issues/33697
https://github.com/apache/airflow/pull/33702
f971ba2f2f9703d0e1954e52aaded52a83c2f844
c47703103982ec4730ea28c8a5eda12ed2ce008a
2023-08-24T14:40:50Z
python
2023-08-24T18:22:16Z
closed
apache/airflow
https://github.com/apache/airflow
33,694
["airflow/template/templater.py", "airflow/utils/template.py", "docs/apache-airflow/core-concepts/operators.rst", "tests/models/test_baseoperator.py", "tests/template/test_templater.py"]
airflow jinja template render error
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened version 2.6.2 An error occurs when *.json is included in the parameters of BigQueryInsertJobOperator. ``` py to_gcs_task = BigQueryInsertJobOperator( dag=dag, task_id='to_gcs', gcp_conn_i...
https://github.com/apache/airflow/issues/33694
https://github.com/apache/airflow/pull/35017
69cea850cb37217675ccfef28917a9bd9679387d
46c0f85ba6dd654501fc429ddd831461ebfefd3c
2023-08-24T13:54:27Z
python
2023-11-17T08:58:49Z
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:06Z
python
2023-11-17T20:32:47Z
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:11Z
python
2023-08-24T07:22:04Z
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:03Z
python
2023-08-30T05:29:20Z
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:09Z
python
2023-08-24T23:55:18Z
closed
apache/airflow
https://github.com/apache/airflow
33,634
["airflow/providers/amazon/aws/log/cloudwatch_task_handler.py", "tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py"]
Unable to fetch CloudWatch Logs of previous run attempts
### Apache Airflow version 2.7.0 ### What happened After upgrading to `apache-airflow-providers-amazon==8.5.1`, I am no longer able to view logs from previous run attempts. Airflow is able to find the log stream successfully, but there's no content viewable (even though there are logs in the actual streams): ``...
https://github.com/apache/airflow/issues/33634
https://github.com/apache/airflow/pull/33673
b1a3b4288022c67db22cbc7d24b0c4b2b122453b
53a89739528cda26b8b53670fc51769850eb263e
2023-08-22T22:37:46Z
python
2023-08-24T05:03:46Z
closed
apache/airflow
https://github.com/apache/airflow
33,606
["airflow/utils/db_cleanup.py", "tests/utils/test_db_cleanup.py"]
'airflow db clean' with --skip-archive flag fails
### Apache Airflow version 2.7.0 ### What happened Running `airflow db clean -y -v --skip-archive --clean-before-timestamp '2023-05-24 00:00:00'` fails. Running the same command without the `--skip-archive` flag passes successfully. ``` Traceback (most recent call last): File "/home/airflow/.local/bin...
https://github.com/apache/airflow/issues/33606
https://github.com/apache/airflow/pull/33622
0ca5f700ab5e153ff8eea2c27b0629f2f44c8cb3
911cf466218bcd548519a50c9a32c9df58ec8b2e
2023-08-22T09:15:57Z
python
2023-08-23T09:38:52Z
closed
apache/airflow
https://github.com/apache/airflow
33,596
["airflow/providers/apache/pinot/hooks/pinot.py", "airflow/providers/apache/pinot/provider.yaml"]
Apache Pinot provider.yaml references missing PinotHook class
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened When starting Airflow (the problem seems to be in both 2.6.3 and in 2.7.0, see "How to reproduce" below) I am getting the following warning: ``` {providers_manager.py:253} WARNING - Exception when importing 'airflow.p...
https://github.com/apache/airflow/issues/33596
https://github.com/apache/airflow/pull/33601
b1cdab39f85879f2b0189685c0b7f7dcdc8d62f0
5dfbbbbf5adf70a9814121de8706a7c36f241836
2023-08-21T19:56:30Z
python
2023-08-23T18:39:49Z
closed
apache/airflow
https://github.com/apache/airflow
33,586
["airflow/www/templates/appbuilder/navbar_right.html"]
Airflow 2.7 Webserver unreacheable with new authentication manager
### Apache Airflow version 2.7.0 ### What happened When connecting to the Airflow UI, we get the following message: ``` > Python version: 3.11.4 > Airflow version: 2.7.0 > Node: redact > ------------------------------------------------------------------------------- > Error! Please contact server admin. ```...
https://github.com/apache/airflow/issues/33586
https://github.com/apache/airflow/pull/33617
41d9be072abacc47393f700aa8fb98bc2b9a3713
62b917a6ac61fd6882c377e3b04f72d908f52a58
2023-08-21T15:08:38Z
python
2023-08-22T16:51:17Z
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:44Z
python
2023-08-21T15:49:17Z
closed
apache/airflow
https://github.com/apache/airflow
33,498
["airflow/providers/cncf/kubernetes/utils/pod_manager.py", "tests/providers/cncf/kubernetes/utils/test_pod_manager.py"]
KubernetesPodOperator duplicating logs when they are being interrupted
### Apache Airflow version main (development) ### What happened This is a random issue. The KubernetesPodOperator duplicates logs when they are interrupted. ### What you think should happen instead When the logs are interrupted, the KubernetesPodOperator should continue logging since the last captured timestamp, a...
https://github.com/apache/airflow/issues/33498
https://github.com/apache/airflow/pull/33500
79b8cfc0fa77f11491fc1de4d5f009e176aa7c3a
6130993d781695bbd87e09d3665d8f0991bc32d0
2023-08-18T16:53:45Z
python
2023-08-24T09:05:15Z
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:33Z
python
2023-09-02T13:56:11Z
closed
apache/airflow
https://github.com/apache/airflow
33,485
["airflow/utils/sqlalchemy.py"]
SQL_ALCHEMY_CONN_CMD causes triggerers to fail liveness probes on peak
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow version: **2.5.3** Related to this comment from @vchiapaikeo: https://github.com/apache/airflow/pull/33172#issuecomment-1677501450 A couple of mins after midnight UTC - when 100s of DAGs are kicked off - we noti...
https://github.com/apache/airflow/issues/33485
https://github.com/apache/airflow/pull/33503
d1e6a5c48d03322dda090113134f745d1f9c34d4
46aa4294e453d800ef6d327addf72a004be3765f
2023-08-17T21:15:48Z
python
2023-08-18T19:40:52Z
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:44Z
python
2023-11-24T09:47:33Z
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:41Z
python
2023-08-19T16:03:39Z
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:56Z
python
2023-08-22T15:31:02Z
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:54Z
python
2023-08-29T16:48:43Z
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:46Z
python
2023-09-21T18:53:34Z
closed
apache/airflow
https://github.com/apache/airflow
33,375
["airflow/models/taskinstance.py", "airflow/operators/python.py", "airflow/utils/context.py", "airflow/utils/context.pyi", "tests/operators/test_python.py"]
Ability to retrieve prev_end_date_success
### Discussed in https://github.com/apache/airflow/discussions/33345 <div type='discussions-op-text'> <sup>Originally posted by **vuphamcs** August 11, 2023</sup> ### Description Is there a variable similar to `prev_start_date_success` but for the previous DAG run’s completion date? The value I’m hoping to re...
https://github.com/apache/airflow/issues/33375
https://github.com/apache/airflow/pull/34528
2bcd450e84426fd678b3fa2e4a15757af234e98a
61a9ab7600a856bb2b1031419561823e227331da
2023-08-13T23:52:10Z
python
2023-11-03T18:31:26Z
closed
apache/airflow
https://github.com/apache/airflow
33,368
["BREEZE.rst"]
Preview feature broken for ./BREEZE.rst
### What do you see as an issue? The preview for [BREEZE.rst](https://github.com/apache/airflow/blob/main/BREEZE.rst) does not show up since #33318. This is most probably due to the tilde `~` character for marking sections that is used in this commit. [The markup specification for sections](https://docutils.sour...
https://github.com/apache/airflow/issues/33368
https://github.com/apache/airflow/pull/33369
0cb256411a02516dc9eca88b570abfb8c8a3c35b
42638549efb5fccce8b5a93e3c2d05716f4ec59c
2023-08-13T17:32:10Z
python
2023-08-13T18:40:16Z
closed
apache/airflow
https://github.com/apache/airflow
33,344
["airflow/config_templates/config.yml", "airflow/www/views.py", "newsfragments/33351.significant.rst"]
Not able to trigger DAG with config from UI if param is not defined in a DAG and dag_run.conf is used
### Apache Airflow version 2.7.0rc1 ### What happened As per https://github.com/apache/airflow/pull/31583, now we can only run DAG with config from UI if DAG has params, however, if a DAG is using dag_run.conf there is no way to run with config from UI and as dag_run.conf is not deprecated most of the users wi...
https://github.com/apache/airflow/issues/33344
https://github.com/apache/airflow/pull/33351
45713446f37ee4b1ee972ab8b5aa1ac0b2482197
c0362923fd8250328eab6e60f0cf7e855bfd352e
2023-08-12T09:34:55Z
python
2023-08-13T12:57:07Z
closed
apache/airflow
https://github.com/apache/airflow
33,325
["airflow/www/views.py"]
providers view shows description with HTML element
### Body In Admin -> Providers view The description shows a `<br>` <img width="1286" alt="Screenshot 2023-08-11 at 21 54 25" src="https://github.com/apache/airflow/assets/45845474/2cdba81e-9cea-4ed4-8420-1e9ab4c2eee2"> ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow proje...
https://github.com/apache/airflow/issues/33325
https://github.com/apache/airflow/pull/33326
682176d57263aa2aab1aa8703723270ab3148af4
23d542462a1aaa5afcd36dedc3c2a12c840e1d2c
2023-08-11T19:04:02Z
python
2023-08-11T22:58:12Z
closed
apache/airflow
https://github.com/apache/airflow
33,323
["tests/jobs/test_triggerer_job.py"]
Flaky test `test_trigger_firing` with ' SQLite objects created in a thread can only be used in that same thread.'
### Body Observed in https://github.com/apache/airflow/actions/runs/5835505313/job/15827357798?pr=33309 ``` ___________________ ERROR at teardown of test_trigger_firing ___________________ self = <sqlalchemy.future.engine.Connection object at 0x7f92d3327910> def _rollback_impl(self): assert not ...
https://github.com/apache/airflow/issues/33323
https://github.com/apache/airflow/pull/34075
601b9cd33c5f1a92298eabb3934a78fb10ca9a98
47f79b9198f3350951dc21808c36f889bee0cd06
2023-08-11T18:50:00Z
python
2023-09-04T14:40:24Z
closed
apache/airflow
https://github.com/apache/airflow
33,319
[".github/workflows/release_dockerhub_image.yml"]
Documentation outdated on dockerhub
### What do you see as an issue? On: https://hub.docker.com/r/apache/airflow It says in several places that the last version is 2.3.3 like here: ![image](https://github.com/apache/airflow/assets/19591174/640b0e73-dfcb-4118-ae5f-c0376ebb98a3) ### Solving the problem Update the version and requirements to 2.6.3...
https://github.com/apache/airflow/issues/33319
https://github.com/apache/airflow/pull/33348
50765eb0883652c16b40d69d8a1ac78096646610
98fb7d6e009aaf4bd06ffe35e526af2718312607
2023-08-11T17:06:15Z
python
2023-08-12T14:22:22Z
closed
apache/airflow
https://github.com/apache/airflow
33,310
["airflow/dag_processing/manager.py", "airflow/models/dag.py", "airflow/models/dagcode.py", "airflow/models/serialized_dag.py", "tests/dag_processing/test_job_runner.py", "tests/models/test_dag.py"]
Multiple DAG processors with separate DAG directories keep deactivating each other's DAGs
### Apache Airflow version 2.6.3 ### What happened When running multiple standalone DAG processors with separate DAG directories using the `--subdir` argument the processors keep deactivating each other's DAGs (and reactivating their own). After stepping through the code with a debugger I think the issue is that ...
https://github.com/apache/airflow/issues/33310
https://github.com/apache/airflow/pull/33357
3857d3399c2e5f4c3e0a838b7a76296c4aa19b3e
35b18306a4928152fd1834964fc8ce0033811817
2023-08-11T08:28:44Z
python
2023-08-14T20:45:47Z
closed
apache/airflow
https://github.com/apache/airflow
33,300
["airflow/providers/mysql/hooks/mysql.py", "tests/providers/mysql/hooks/test_mysql.py", "tests/providers/mysql/hooks/test_mysql_connector_python.py"]
MySqlHook add support for init_command
### Description There is currently no way to pass an `init_command` connection argument for a mysql connection when using either the `mysqlclient` or `mysql-connector-python` libraries with the MySql provider's `MySqlHook`. Documentation for connection arguments for `mysqlclient` library, listing `init_command`: ...
https://github.com/apache/airflow/issues/33300
https://github.com/apache/airflow/pull/33359
ea8519c0554d16b13d330a686f8479fc10cc58f2
dce9796861e0a535952f79b0e2a7d5a012fcc01b
2023-08-11T00:41:55Z
python
2023-08-18T05:58:51Z
closed
apache/airflow
https://github.com/apache/airflow
33,256
["airflow/sensors/time_sensor.py", "tests/sensors/test_time_sensor.py"]
TimeSensorAsync does not use DAG timezone to convert naive time input
### Apache Airflow version 2.6.3 ### What happened TimeSensor and TimeSensorAsync convert timezones differently. TimeSensor converts a naive time into an tz-aware time with `self.dag.timezone`. TimeSensorAsync does not, and erronously converts it to UTC instead. ### What you think should happen instead TimeSens...
https://github.com/apache/airflow/issues/33256
https://github.com/apache/airflow/pull/33406
84a3daed8691d5e129eaf3e02061efb8b6ca56cb
6c50ef59cc4f739f126e5b123775340a3351a3e8
2023-08-09T11:52:35Z
python
2023-10-12T03:27:19Z
closed
apache/airflow
https://github.com/apache/airflow
33,255
["airflow/providers/microsoft/azure/secrets/key_vault.py"]
Azure KeyVault Backend logging level
### Apache Airflow version 2.6.3 ### What happened I've set up Azure keyvaults as a [backend](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/secrets-backends/azure-key-vault.html) for fetching connections, and it works fine. However, there's just too much logging and it's causi...
https://github.com/apache/airflow/issues/33255
https://github.com/apache/airflow/pull/33314
dfb2403ec4b6d147ac31125631677cee9e12347e
4460356c03e5c1dedd72ce87a8ccfb9b19a33d76
2023-08-09T11:31:35Z
python
2023-08-13T22:40:42Z
closed
apache/airflow
https://github.com/apache/airflow
33,248
["airflow/providers/amazon/aws/hooks/glue.py", "airflow/providers/amazon/aws/operators/glue.py", "tests/providers/amazon/aws/hooks/test_glue.py", "tests/providers/amazon/aws/operators/test_glue.py"]
GlueOperator: iam_role_arn as a parameter
### Description Hi, There is mandatory parameter iam_role_name parameter for GlueJobOperator/GlueJobHook. It adds additional step of translating it to the arn, which needs connectivity to the global iam AWS endpoint (no privatelink availabale). For private setups it needs opening connectivity + proxy configuration...
https://github.com/apache/airflow/issues/33248
https://github.com/apache/airflow/pull/33408
cc360b73c904b7f24a229282458ee05112468f5d
60df70526a00fb9a3e245bb3ffb2a9faa23582e7
2023-08-09T07:59:10Z
python
2023-08-15T21:20:58Z
closed
apache/airflow
https://github.com/apache/airflow
33,217
["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
get_current_context not present in user_defined_macros
### Apache Airflow version 2.6.3 ### What happened get_current_context() fail in a user_defined_macros give ``` {abstractoperator.py:594} ERROR - Exception rendering Jinja template for task 'toot', field 'op_kwargs'. Template: {'arg': '{{ macro_run_id() }}'} Traceback (most recent call last): File "/h...
https://github.com/apache/airflow/issues/33217
https://github.com/apache/airflow/pull/33645
47682042a45501ab235d612580b8284a8957523e
9fa782f622ad9f6e568f0efcadf93595f67b8a20
2023-08-08T17:17:47Z
python
2023-08-24T13:33:15Z
closed
apache/airflow
https://github.com/apache/airflow
33,203
["airflow/providers/microsoft/azure/hooks/wasb.py", "tests/providers/microsoft/azure/hooks/test_wasb.py"]
Provider apache-airflow-providers-microsoft-azure no longer==6.2.3 expose `account_name`
### Apache Airflow version 2.6.3 ### What happened Till version apache-airflow-providers-microsoft-azure no longer==6.2.2 if you do `WasbHook(wasb_conn_id=self.conn_id).get_conn().account_name` you will get the `account_name` But in version `apache-airflow-providers-microsoft-azure==6.2.3` this is not longer w...
https://github.com/apache/airflow/issues/33203
https://github.com/apache/airflow/pull/33457
8b7e0babe1c3e9bef6e934d1e362564bc73fda4d
bd608a56abd1a6c2a98987daf7f092d2dabea555
2023-08-08T12:00:13Z
python
2023-08-17T07:55:58Z
closed
apache/airflow
https://github.com/apache/airflow
33,178
["airflow/cli/commands/task_command.py", "airflow/models/mappedoperator.py", "airflow/models/taskinstance.py", "airflow/utils/task_instance_session.py", "tests/decorators/test_python.py", "tests/models/test_mappedoperator.py", "tests/models/test_renderedtifields.py", "tests/models/test_xcom_arg_map.py"]
Flaky `test_xcom_map_error_fails_task` test
### Body This flaky test appears recently in our jobs and it seems this is a real problem with our code - after few attempts of fixing it, it still appears in our builds: ``` tests/models/test_xcom_arg_map.py:174: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ airflow/utils/...
https://github.com/apache/airflow/issues/33178
https://github.com/apache/airflow/pull/33309
20d81428699db240b65f72a92183255c24e8c19b
ef85c673d81cbeb60f29a978c5dc61787d61253e
2023-08-07T15:43:04Z
python
2023-09-05T14:32:35Z
closed
apache/airflow
https://github.com/apache/airflow
33,162
["Dockerfile", "scripts/docker/clean-logs.sh"]
Empty log folders are not removed when clean up
### Apache Airflow version main (development) ### What happened Empty log folders use up all Inodes and they are not removed by [clean-logs.sh](https://github.com/apache/airflow/blob/main/scripts/docker/clean-logs.sh) This is the diff after cleaning empty folders. (50GB disk used) ``` airflow@airflow-worker-2...
https://github.com/apache/airflow/issues/33162
https://github.com/apache/airflow/pull/33252
bd11ea81e50f602d1c9f64c44c61b4e7294aafa9
93c3ccbdf2e60a7c3721ce308edae8b6591c9f23
2023-08-07T02:28:16Z
python
2023-08-13T22:10:53Z
closed
apache/airflow
https://github.com/apache/airflow
33,138
["airflow/providers/redis/sensors/redis_pub_sub.py", "tests/providers/redis/sensors/test_redis_pub_sub.py"]
Move redis subscribe to poke() method in Redis Sensor (#32984): @potiuk
The fix has a bug (subscribe happens too frequently)
https://github.com/apache/airflow/issues/33138
https://github.com/apache/airflow/pull/33139
76ca94d2f23de298bb46668998c227a86b4ecbd0
29a59de237ccd42a3a5c20b10fc4c92b82ff4475
2023-08-05T09:05:21Z
python
2023-08-05T10:28:37Z
closed
apache/airflow
https://github.com/apache/airflow
33,099
["chart/templates/_helpers.yaml", "chart/templates/configmaps/configmap.yaml", "chart/templates/scheduler/scheduler-deployment.yaml", "chart/templates/webserver/webserver-deployment.yaml", "chart/values.schema.json", "chart/values.yaml", "helm_tests/airflow_core/test_scheduler.py", "helm_tests/webserver/test_webserver....
Add startupProbe to airflow helm charts
### Description Introducing a startupProbe onto the airflow services would be useful for slow starting container and most of all it doesn't have side effects. ### Use case/motivation We have an internal feature where we perform a copy of venv from airflow services to cloud storages which can sometimes take a few min...
https://github.com/apache/airflow/issues/33099
https://github.com/apache/airflow/pull/33107
9736143468cfe034e65afb3df3031ab3626f0f6d
ca5acda1617a5cdb1d04f125568ffbd264209ec7
2023-08-04T07:14:41Z
python
2023-08-07T20:03:38Z
closed
apache/airflow
https://github.com/apache/airflow
33,061
["airflow/utils/log/secrets_masker.py", "tests/utils/log/test_secrets_masker.py"]
TriggerDagRunOperator DAG task log showing Warning: Unable to redact <DagRunState.SUCCESS: 'success'>
### Apache Airflow version main (development) ### What happened When TriggerDagRunOperator task log showing below warning `WARNING - Unable to redact <DagRunState.SUCCESS: 'success'>, please report this via <https://github.com/apache/airflow/issues>. Error was: TypeError: EnumMeta.__call__() missing 1 require...
https://github.com/apache/airflow/issues/33061
https://github.com/apache/airflow/pull/33065
1ff33b800246fdbfa7aebe548055409d64307f46
b0f61be2f9791b75da3bca0bc30fdbb88e1e0a8a
2023-08-03T05:57:24Z
python
2023-08-03T13:30:18Z
closed
apache/airflow
https://github.com/apache/airflow
33,016
["airflow/providers/amazon/aws/operators/batch.py"]
Deferred AWS BatchOperator appears to re-trigger task and error out
### Apache Airflow version 2.6.3 ### What happened I started a long-running job with the BatchOperator in deferrable mode. Traceback is below: The strange behavior here is that just before erroring out, it looks like the BatchOperator resubmits the job. However, the Batch is not actually submitted (verified in th...
https://github.com/apache/airflow/issues/33016
https://github.com/apache/airflow/pull/33045
44234c2bf05f93a9772b7c9320a69a5c150c1d56
4e42edb203a0fa0958830ac3aa56a37b8eb678e8
2023-08-01T21:08:19Z
python
2023-08-03T14:36:23Z
closed
apache/airflow
https://github.com/apache/airflow
33,014
["airflow/www/views.py", "tests/www/views/test_views_tasks.py"]
Clearing task from List Task Instance page in UI does not also clear downstream tasks?
### Apache Airflow version 2.6.3 ### What happened Select tasks from List Task Instance page in UI and select clear Only those tasks are cleared and downsteam tasks are not also cleared as they are in the DAG graph view ### What you think should happen instead downstream tasks should also be cleared ...
https://github.com/apache/airflow/issues/33014
https://github.com/apache/airflow/pull/34529
541c9addb6b2ee56244793503cbf5c218e80dec8
5b0ce3db4d36e2a7f20a78903daf538bbde5e38a
2023-08-01T19:39:33Z
python
2023-09-22T17:54:58Z
closed
apache/airflow
https://github.com/apache/airflow
32,996
["airflow/models/taskinstance.py"]
Task instance log_url is overwrites existing path in base_url
### Apache Airflow version 2.6.3 ### What happened A task instance's [log_url](https://github.com/apache/airflow/blob/2.6.3/airflow/models/taskinstance.py#L726) does not contain the full URL defined in [base_url](https://github.com/apache/airflow/blob/2.6.3/airflow/models/taskinstance.py#L729C9-L729C69). ##...
https://github.com/apache/airflow/issues/32996
https://github.com/apache/airflow/pull/33063
3bb63f1087176b24e9dc8f4cc51cf44ce9986d34
baa1bc0438baa05d358b236eec3c343438d8d53c
2023-08-01T08:42:28Z
python
2023-08-03T09:19:21Z
closed
apache/airflow
https://github.com/apache/airflow
32,993
["airflow/providers/vertica/hooks/vertica.py", "tests/providers/vertica/hooks/test_vertica.py"]
Error not detected in multi-statement vertica query
### Apache Airflow version 2.6.3 ### What happened Hello, There is a problem with multi-statement query and vertica, error will be detected only if it happens on the first statement of the sql. for example if I run the following sql with default SQLExecuteQueryOperator options: INSERT INTO MyTable (Key, Labe...
https://github.com/apache/airflow/issues/32993
https://github.com/apache/airflow/pull/34041
6b2a0cb3c84eeeaec013c96153c6b9538c6e74c4
5f47e60962b3123b1e6c8b42bef2c2643f54b601
2023-08-01T08:06:25Z
python
2023-09-06T21:09:53Z
closed
apache/airflow
https://github.com/apache/airflow
32,969
["airflow/providers/databricks/hooks/databricks_base.py", "docs/apache-airflow-providers-databricks/connections/databricks.rst", "tests/providers/databricks/hooks/test_databricks.py"]
Databricks support for Service Principal Oauth
### Description Authentication using OAuth for Databricks Service Principals is now in Public Preview. I would like to implement this into the Databricks Hook. By adding "service_principal_oauth" as a boolean value set to `true` in the extra configuration, the Client Id and Client Secret can be supplied as a user...
https://github.com/apache/airflow/issues/32969
https://github.com/apache/airflow/pull/33005
a1b5bdb25a6f9565ac5934a9a458e9b079ccf3ae
8bf53dd5545ecda0e5bbffbc4cc803cbbde719a9
2023-07-31T13:43:43Z
python
2023-08-14T10:16:33Z
closed
apache/airflow
https://github.com/apache/airflow
32,926
["airflow/providers/apache/kafka/operators/consume.py", "tests/integration/providers/apache/kafka/operators/test_consume.py", "tests/providers/apache/kafka/operators/test_consume.py"]
Bug in Apache Kafka Provider Consumer Operator
### Apache Airflow version 2.5.3 ### What happened Ran the apache-airflow-providers-apache-kafka version 1.1.2 and got this error: ![image](https://github.com/apache/airflow/assets/118911990/bbb24811-8770-4210-b701-b4aa696c0fdf) ### What you think should happen instead I was not at the end of my top...
https://github.com/apache/airflow/issues/32926
https://github.com/apache/airflow/pull/33321
d0c94d6bee2a9494e44f29c2c242c956877e9619
c9d0fcd967cf21ea8373662c3686a5c8468eaae0
2023-07-28T21:45:32Z
python
2023-08-12T09:53:14Z
closed
apache/airflow
https://github.com/apache/airflow
32,920
["airflow/providers/amazon/aws/transfers/gcs_to_s3.py"]
GCSToS3Operator is providing an unexpected argument to GCSHook.list
### Apache Airflow version 2.6.3 ### What happened https://github.com/apache/airflow/blob/d800c1bc3967265280116a05d1855a4da0e1ba10/airflow/providers/amazon/aws/transfers/gcs_to_s3.py#L148-L150 This line in `GCSToS3Operator` is currently broken on Airflow 2.6.3: ``` Traceback (most recent call last): File "/u...
https://github.com/apache/airflow/issues/32920
https://github.com/apache/airflow/pull/32925
cf7e0c5aa5ccc7b8a3963b14eadde0c8bc7c4eb7
519d99baee058dfa56f293f94222309c493ba3c4
2023-07-28T15:16:28Z
python
2023-08-04T17:40:57Z
closed
apache/airflow
https://github.com/apache/airflow
32,897
["airflow/providers/amazon/aws/hooks/logs.py", "airflow/providers/amazon/aws/log/cloudwatch_task_handler.py", "airflow/providers/amazon/aws/utils/__init__.py", "tests/providers/amazon/aws/hooks/test_logs.py", "tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py"]
Enhance Airflow Logs API to fetch logs from Amazon Cloudwatch with time range
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened MWAA Version: 2.4.3 Airflow Version: 2.4.3 Airflow Logs currently do not fetch logs from Cloudwatch without time range, so when the cloudwatch logs are large and CloudWatch log streams are OLD, the airflow UI cannot...
https://github.com/apache/airflow/issues/32897
https://github.com/apache/airflow/pull/33231
5707103f447be818ad4ba0c34874b822ffeefc09
c14cb85f16b6c9befd35866327fecb4ab9bc0fc4
2023-07-27T21:01:44Z
python
2023-08-10T17:30:23Z
closed
apache/airflow
https://github.com/apache/airflow
32,890
["airflow/www/static/js/connection_form.js"]
Airflow UI ignoring extra connection field during test connection
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened In Airflow 2.6.1 I can no longer use the `extra` field in any `http` based connection when testing the connection. Inspecting the web request for testing the connection I see that the `extra` field is empty, even tho...
https://github.com/apache/airflow/issues/32890
https://github.com/apache/airflow/pull/35122
ef497bc3412273c3a45f43f40e69c9520c7cc74c
789222cb1378079e2afd24c70c1a6783b57e27e6
2023-07-27T17:45:31Z
python
2023-10-23T15:18:00Z
closed
apache/airflow
https://github.com/apache/airflow
32,877
["dev/README_RELEASE_AIRFLOW.md"]
Wrong version in Dockerfile
### Apache Airflow version 2.6.3 ### What happened I want to use `2.6.3` stable version of `Airflow`. I cloned the project and checkout on the `tags/2.6.3`. ```bash git checkout tags/2.6.3 -b my_custom_branch ``` After checkout I check the `Dockerfile` and there is what I see below: ```bash ARG AIRFLOW_VE...
https://github.com/apache/airflow/issues/32877
https://github.com/apache/airflow/pull/32888
db8d737ad690b721270d0c2fd3a83f08d7ce5c3f
7ba7fb1173e55c24c94fe01f0742fd00cd9c0d82
2023-07-27T07:47:07Z
python
2023-07-28T04:53:00Z
closed
apache/airflow
https://github.com/apache/airflow
32,866
["airflow/providers/databricks/hooks/databricks.py", "airflow/providers/databricks/operators/databricks.py", "docs/apache-airflow-providers-databricks/operators/submit_run.rst", "tests/providers/databricks/operators/test_databricks.py"]
DatabricksSubmitRunOperator should accept a pipeline name for a pipeline_task
### Description It would be nice if we could give the DatabricksSubmitRunOperator a pipeline name instead of a pipeline_id for cases when you do not already know the pipeline_id but do know the name. I'm not sure if there's an easy way to fetch a pipeline_id. ### Use case/motivation Avoid hardcoding pipeline ID's, s...
https://github.com/apache/airflow/issues/32866
https://github.com/apache/airflow/pull/32903
f7f3b675ecd40e32e458b71b5066864f866a60c8
c45617c4d5988555f2f52684e082b96b65ca6c17
2023-07-26T15:33:05Z
python
2023-09-07T00:44:06Z
closed
apache/airflow
https://github.com/apache/airflow
32,862
["airflow/jobs/triggerer_job_runner.py"]
Change log level of message for event loop block
### Description Currently, when the event loop is blocked for more than 0.2 seconds, an error message is logged to the Triggerer notifying the user that the async thread was blocked, likely due to a badly written trigger. The issue with this message is that there currently no support for async DB reads. So whenever ...
https://github.com/apache/airflow/issues/32862
https://github.com/apache/airflow/pull/32979
6ada88a407a91a3e1d42ab8a30769a4a6f55588b
9cbe494e231a5b2e92e6831a4be25802753f03e5
2023-07-26T12:57:35Z
python
2023-08-02T10:23:08Z
closed
apache/airflow
https://github.com/apache/airflow
32,840
["airflow/decorators/branch_python.py", "airflow/decorators/external_python.py", "airflow/decorators/python_virtualenv.py", "airflow/decorators/short_circuit.py"]
Usage of templates_dict in short_circuit decorated task
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened I believe that the `@task.short_circuit` operator is missing the code to handle the usage of `templates_dict`, as described in the [documentation](https://airflow.apache.org/docs/apache-airflow/stable/howto/operator/python.ht...
https://github.com/apache/airflow/issues/32840
https://github.com/apache/airflow/pull/32845
2ab78ec441a748ae4d99e429fe336b80a601d7b1
8f12e7e4a9374e886965f3134aa801a5a267a36d
2023-07-25T21:27:50Z
python
2023-07-31T20:15:24Z
closed
apache/airflow
https://github.com/apache/airflow
32,839
["airflow/www/security.py", "docs/apache-airflow/security/access-control.rst", "tests/www/test_security.py"]
DAG-level permissions set in Web UI disappear from roles on DAG sync
### Apache Airflow version 2.6.3 ### What happened Versions: 2.6.2, 2.6.3, main PR [#30340](https://github.com/apache/airflow/pull/30340) introduced a bug that happens whenever a DAG gets updated or a new DAG is added **Potential fix:** Adding the code that was removed in PR [#30340](https://github.com/a...
https://github.com/apache/airflow/issues/32839
https://github.com/apache/airflow/pull/33632
83efcaa835c4316efe2f45fd9cfb619295b25a4f
370348a396b5ddfe670e78ad3ab87d01f6d0107f
2023-07-25T19:13:12Z
python
2023-08-24T19:20:13Z
closed
apache/airflow
https://github.com/apache/airflow
32,804
["airflow/utils/helpers.py"]
`DagRun.find()` fails when given `execution_date` obtained from `context.get('execution_date')` directly
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened #### Airflow version 2.5.3+composer (The latest available airflow version in Cloud Composer) #### What happened `DagRun.find()` (the `find` method of SQLAlchemy model `DagRun` ) fails with the error message `Ty...
https://github.com/apache/airflow/issues/32804
https://github.com/apache/airflow/pull/32850
319045492d2559bd856a43a1fa810adf59358d7d
12228d16be13afb2918139ea3c5a285a23242bd0
2023-07-24T12:35:00Z
python
2023-07-28T06:17:51Z
closed
apache/airflow
https://github.com/apache/airflow
32,778
["airflow/jobs/backfill_job_runner.py", "tests/providers/daskexecutor/test_dask_executor.py"]
Flaky dask backfill test in quarantine
### Body We have recently started to observe a very flaky `tests/executors/test_dask_executor.py::TestDaskExecutor::test_backfill_integration` test - especially Python 3.8 + postgres 3.11 combo seems to trigger it easily -but not always. Example of failure here: https://github.com/apache/airflow/actions/ru...
https://github.com/apache/airflow/issues/32778
https://github.com/apache/airflow/pull/32991
a4903ee950c674ec9e999a7a6de2ffd6d334c525
f616ee8dff8e6ba9b37cbce0d22235dc47d4fc93
2023-07-22T20:26:27Z
python
2023-08-09T11:00:48Z
closed
apache/airflow
https://github.com/apache/airflow
32,761
["airflow/models/abstractoperator.py", "tests/serialization/test_dag_serialization.py"]
Extra links order is not predictable causing shuffling in UI during webserver restarts
### Apache Airflow version main (development) ### What happened Currently `extra_links` is a cached property that returns a list without any order since set is used. Since we have 3 links per operator this order gets shuffled during webserver restarts as reported by users. It would be good to have this sorted so tha...
https://github.com/apache/airflow/issues/32761
https://github.com/apache/airflow/pull/32762
3e467ba510d29e912d89115769726111b8bce891
4c878798ef88a1fa45956163630d71b6fc4f401f
2023-07-22T06:42:40Z
python
2023-07-22T10:24:03Z
closed
apache/airflow
https://github.com/apache/airflow
32,747
["airflow/www/app.py", "docs/apache-airflow/howto/set-config.rst", "docs/apache-airflow/security/webserver.rst"]
The application context is not passed to webserver_config.py
### Apache Airflow version 2.6.3 ### What happened Hi, I would like to pass a custom [WSGI Middleware](https://medium.com/swlh/creating-middlewares-with-python-flask-166bd03f2fd4) to the underlying flask server. I could theoretically do so in *webserver_config.py* by accessing `flask.current_app`: ```pyt...
https://github.com/apache/airflow/issues/32747
https://github.com/apache/airflow/pull/32759
5a0494f83e8ad0e5cbf0d3dcad3022a3ea89d789
7847b6ead3c039726bb82e0de3a39e5ef5eb00aa
2023-07-21T14:51:00Z
python
2023-08-08T07:00:12Z
closed
apache/airflow
https://github.com/apache/airflow
32,744
["airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py"]
Getting 410 from spark_kubernetes_operator when a task runs for long
### Apache Airflow version 2.6.3 ### What happened A spark job which runs for >1 hours gets a 410 Expired error regardless of what the actual output of the spark application was. Logs - ``` [2023-07-21, 19:41:57 IST] {spark_kubernetes.py:126} INFO - 2023-07-21T14:11:57.424338279Z 23/07/21 19:41:57 INFO Metrics...
https://github.com/apache/airflow/issues/32744
https://github.com/apache/airflow/pull/32768
4c878798ef88a1fa45956163630d71b6fc4f401f
fcc6f284c742bdc554edecc5a83d9eaa7d9d7ba4
2023-07-21T14:19:09Z
python
2023-07-22T11:32:53Z
closed
apache/airflow
https://github.com/apache/airflow
32,732
["airflow/providers/amazon/aws/hooks/base_aws.py", "tests/providers/amazon/aws/hooks/test_base_aws.py"]
airflow.providers.amazong.aws.hooks.base_aws.BaseSessionFactory feeds synchronous credentials to aiobotocore when using `assume_role`
### Apache Airflow version 2.6.3 ### What happened Hi all, I'm having a bit of a problem with aiobotocore and the deferrable AWS Batch Operator. When deferrable is off, everything works fine, but for some very long running batch jobs I wanted to try out the async option. Example DAG: ```python from airflow.d...
https://github.com/apache/airflow/issues/32732
https://github.com/apache/airflow/pull/32733
43a5b4750590bf43bb59cc7bd8377934737f63e8
57f203251b223550d6e7bb717910109af9aeed29
2023-07-21T01:10:11Z
python
2023-07-22T17:28:30Z
closed
apache/airflow
https://github.com/apache/airflow
32,712
["airflow/providers/google/cloud/operators/bigquery.py", "tests/providers/google/cloud/operators/test_bigquery.py"]
bigquery hook for source_format="PARQUET"
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow version: 2.5.3 Description: While using BigQueryCreateExternalTableOperator, when we to create external table on top of parquet files located in GCS, airflow shows below error: google.api_core.exceptions.BadRequest:...
https://github.com/apache/airflow/issues/32712
https://github.com/apache/airflow/pull/33540
da8004dac8e51a7485637b70a788aad5a0f53c60
46fa5a2743c0c864f5282abd6055c5418585955b
2023-07-20T09:23:58Z
python
2023-08-20T22:13:28Z
closed
apache/airflow
https://github.com/apache/airflow
32,708
["Dockerfile", "Dockerfile.ci", "docs/docker-stack/build-arg-ref.rst", "docs/docker-stack/changelog.rst", "scripts/docker/install_mysql.sh"]
MYSQL_OPT_RECONNECT is deprecated. When exec airflow db upgrade.
### Apache Airflow version 2.6.3 ### What happened When I install airflow can set backend database, I set mysql as my backend. And I exec `airflow db upgrade` It shows many warning info contains "WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version." ### What you think should happen ...
https://github.com/apache/airflow/issues/32708
https://github.com/apache/airflow/pull/35070
dcb72b5a4661223c9de7beea40264a152298f24b
1f26ae13cf974a0b2af6d8bc94c601d65e2bd98a
2023-07-20T07:13:49Z
python
2023-10-24T08:54:09Z
closed
apache/airflow
https://github.com/apache/airflow
32,706
["airflow/cli/commands/scheduler_command.py", "tests/cli/commands/test_scheduler_command.py"]
Scheduler becomes zombie when run_job raises unhandled exception
### Apache Airflow version 2.6.3 ### What happened # Context When the backend database shuts down (for maintenance, for example), Airflow scheduler's main scheduler loop crashes, but the scheduler process does not exit. In my company's setup, the scheduler process is monitored by `supervisord`, but since the schedu...
https://github.com/apache/airflow/issues/32706
https://github.com/apache/airflow/pull/32707
9570cb1482d25f288e607aaa1210b2457bc5ed12
f2108892e89085f695f8a3f52e076b39288497c6
2023-07-19T23:58:15Z
python
2023-07-25T22:02:01Z
closed
apache/airflow
https://github.com/apache/airflow
32,702
["airflow/providers/amazon/aws/operators/sagemaker.py", "docs/apache-airflow-providers-amazon/operators/sagemaker.rst", "tests/providers/amazon/aws/operators/test_sagemaker_notebook.py", "tests/system/providers/amazon/aws/example_sagemaker_notebook.py"]
Support for SageMaker Notebook Operators
### Description Today, Amazon provider package supports SageMaker operators for a few operations, like training, tuning, pipelines, but it lacks the support for SageMaker Notebook instances. Boto3 provides necessary APIs to [create notebook instance](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/se...
https://github.com/apache/airflow/issues/32702
https://github.com/apache/airflow/pull/33219
45d5f6412731f81002be7e9c86c11060394875cf
223b41d68f53e7aa76588ffb8ba1e37e780d9e3b
2023-07-19T19:27:24Z
python
2023-08-16T16:53:33Z
closed
apache/airflow
https://github.com/apache/airflow
32,657
["airflow/migrations/versions/0131_2_8_0_make_connection_login_password_text.py", "airflow/models/connection.py", "airflow/utils/db.py", "docs/apache-airflow/img/airflow_erd.sha256", "docs/apache-airflow/img/airflow_erd.svg", "docs/apache-airflow/migrations-ref.rst"]
Increase connections HTTP login length to 5000 characters
### Description The current length limit for the `login` parameter in an HTTP connection is 500 characters. It'd be nice if this was 5000 characters like the `password` parameter. ### Use case/motivation We've run into an issue with an API we need to integrate with. It uses basic HTTP authentication, and both ...
https://github.com/apache/airflow/issues/32657
https://github.com/apache/airflow/pull/32815
a169cf2c2532a8423196c8d98eede86029a9de9a
8e38c5a4d74b86af25b018b19f7a7d90d3e7610f
2023-07-17T17:20:44Z
python
2023-09-26T17:00:36Z
closed
apache/airflow
https://github.com/apache/airflow
32,622
["airflow/decorators/base.py", "tests/decorators/test_python.py"]
When multiple-outputs gets None as return value it crashes
### Body Currently when you use multiple-outputs in decorator and it gets None value, it crashes. As explained in https://github.com/apache/airflow/issues/32553 and workaround for ShortCircuitOperator has been implemented here: https://github.com/apache/airflow/pull/32569 But a more complete fix for multiple...
https://github.com/apache/airflow/issues/32622
https://github.com/apache/airflow/pull/32625
ea0deaa993674ad0e4ef777d687dc13809b0ec5d
a5dd08a9302acca77c39e9552cde8ef501fd788f
2023-07-15T07:25:42Z
python
2023-07-16T14:31:32Z
closed
apache/airflow
https://github.com/apache/airflow
32,621
["docs/apache-airflow-providers-apache-beam/operators.rst"]
Apache beam operators that submits to Dataflow requires gcloud CLI
### What do you see as an issue? It's unclear in the [apache beam provider documentation](https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/stable/index.html) about [Apache Beam Operators](https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/stable/operators.html) that the operators ...
https://github.com/apache/airflow/issues/32621
https://github.com/apache/airflow/pull/32663
f6bff828af28a9f7f25ef35ec77da4ca26388258
52d932f659d881a0b17bc1c1ba7e7bfd87d45848
2023-07-15T07:13:45Z
python
2023-07-18T11:22:58Z
closed
apache/airflow
https://github.com/apache/airflow
32,590
["chart/templates/_helpers.yaml", "chart/templates/secrets/metadata-connection-secret.yaml", "chart/templates/workers/worker-kedaautoscaler.yaml", "chart/values.schema.json", "chart/values.yaml", "helm_tests/other/test_keda.py"]
When using KEDA and pgbouncer together, KEDA logs repeated prepared statement errors
### Official Helm Chart version 1.10.0 (latest released) ### Apache Airflow version 2.6.2 ### Kubernetes Version v1.26.5-gke.1200 ### Helm Chart configuration values.pgbouncer.enabled: true workers.keda.enabled: true And configure a postgres database of any sort. ### Docker Image customizations _No respons...
https://github.com/apache/airflow/issues/32590
https://github.com/apache/airflow/pull/32608
51052bbbce159340e962e9fe40b6cae6ce05ab0c
f7ad549f2d7119a6496e3e66c43f078fbcc98ec1
2023-07-13T18:25:32Z
python
2023-07-15T20:52:38Z
closed
apache/airflow
https://github.com/apache/airflow
32,585
["airflow/providers/apache/kafka/triggers/await_message.py"]
Commit failed: Local: No offset stored while using AwaitMessageTriggerFunctionSensor
### Apache Airflow version 2.6.3 ### What happened While trying to use AwaitMessageTriggerFunctionSensor i'm increasing count of dagruns. I've encountered an exception `cimpl.KafkaException: KafkaError{code=_NO_OFFSET,val=-168,str="Commit failed: Local: No offset stored"}`. I tried to set consumers count less, eq...
https://github.com/apache/airflow/issues/32585
https://github.com/apache/airflow/pull/36272
41096e0c266e3adb0ac3985d2609701f53aded00
148233a19ea68f424a7077d3bba6e6ca81679c10
2023-07-13T14:47:38Z
python
2023-12-18T10:22:49Z
closed
apache/airflow
https://github.com/apache/airflow
32,553
["airflow/operators/python.py", "tests/decorators/test_python.py", "tests/decorators/test_short_circuit.py", "tests/operators/test_python.py"]
ShortCircuitOperator returns None when condition is Falsy which errors with multiple_outputs=True
### Apache Airflow version 2.6.3 ### What happened When the condition in ```ShortCircuitOperator``` is truthy it is returned at https://github.com/apache/airflow/blob/a2ae2265ce960d65bc3c4bf805ee77954a1f895c/airflow/operators/python.py#L252 but when it is falsy, the function falls through without returning anythin...
https://github.com/apache/airflow/issues/32553
https://github.com/apache/airflow/pull/32569
9b466bd13dd34d2a37b49687241f54f4d2df3b18
32a18d9e4373bd705087992d0066663833c65abd
2023-07-12T11:46:53Z
python
2023-07-15T07:21:40Z
closed
apache/airflow
https://github.com/apache/airflow
32,551
["airflow/providers/snowflake/operators/snowflake.py", "tests/providers/snowflake/operators/test_snowflake.py"]
SnowflakeValueCheckOperator - database, warehouse, schema parameters doesn't ovveride connection
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We are using Airflow 2.6.0 with Airflow Snowflake Provider 4.3.0. When we add database, schema and warehouse parameters to SnowflakeOperator all are overriding extra part of Snowflake connection definition. Same set of...
https://github.com/apache/airflow/issues/32551
https://github.com/apache/airflow/pull/32605
2b0d88e450f11af8e447864ca258142a6756126d
2ab78ec441a748ae4d99e429fe336b80a601d7b1
2023-07-12T11:00:55Z
python
2023-07-31T19:21:00Z
closed
apache/airflow
https://github.com/apache/airflow
32,503
["airflow/www/utils.py", "tests/www/views/test_views_tasks.py"]
execution date is missing from Task Instance tooltip
### Apache Airflow version main (development) ### What happened It seems [this](https://github.com/apache/airflow/commit/e16207409998b38b91c1f1697557d5c229ed32d1) commit has made the task instance execution date disappear from the task instance tooltip completely: ![image](https://github.com/apache/airflow/as...
https://github.com/apache/airflow/issues/32503
https://github.com/apache/airflow/pull/32527
58e21c66fdcc8a416a697b4efa852473ad8bd6fc
ed689f2be90cc8899438be66e3c75c3921e156cb
2023-07-10T21:02:35Z
python
2023-07-25T06:53:10Z
closed
apache/airflow
https://github.com/apache/airflow
32,499
["airflow/providers/google/cloud/hooks/dataproc.py", "airflow/providers/google/cloud/operators/dataproc.py", "tests/providers/google/cloud/hooks/test_dataproc.py", "tests/providers/google/cloud/operators/test_dataproc.py"]
Add filtering to DataprocListBatchesOperator
### Description The Python Google Cloud Dataproc API version has been updated in Airflow to support filtering on the Dataproc Batches API. The DataprocListBatchesOperator can be updated to make use of this filtering. Currently, DataprocListBatchesOperator returns, and populates xcom with every job run in the pro...
https://github.com/apache/airflow/issues/32499
https://github.com/apache/airflow/pull/32500
3c14753b03872b259ce2248eda92f7fb6f4d751b
99b8a90346b8826756ac165b73464a701e2c33aa
2023-07-10T19:47:11Z
python
2023-07-20T18:24:22Z
closed
apache/airflow
https://github.com/apache/airflow
32,491
["BREEZE.rst", "dev/breeze/src/airflow_breeze/commands/release_management_commands.py", "dev/breeze/src/airflow_breeze/commands/release_management_commands_config.py", "dev/breeze/src/airflow_breeze/utils/add_back_references.py", "images/breeze/output-commands-hash.txt", "images/breeze/output_release-management.svg", "...
Implement `breeze publish-docs` command
### Body We need a small improvement for our docs publishing process. We currently have those two scripts: * [x] docs/publish_docs.py https://github.com/apache/airflow/blob/main/docs/publish_docs.py in airflow repo * [ ] post-docs/ in airflow-site https://github.com/apache/airflow-site/blob/main/post-docs/add...
https://github.com/apache/airflow/issues/32491
https://github.com/apache/airflow/pull/32594
1a1753c7246a2b35b993aad659f5551afd7e0215
945f48a1fdace8825f3949e5227bed0af2fd38ff
2023-07-10T13:20:05Z
python
2023-07-14T16:36:14Z
closed
apache/airflow
https://github.com/apache/airflow
32,458
["airflow/providers/cncf/kubernetes/operators/pod.py", "airflow/providers/cncf/kubernetes/triggers/pod.py", "tests/providers/cncf/kubernetes/operators/test_pod.py", "tests/providers/cncf/kubernetes/triggers/test_pod.py", "tests/providers/google/cloud/triggers/test_kubernetes_engine.py"]
Deferrable KPO - stuck with do_xcom_push=True
### Apache Airflow version 2.6.2 ### What happened The version 7.2.0 of the cncf-kubernetes is never setting the task in success if you use the KPO with do_xcom_push and deferrable at true the sidecar airflow-xcom-sidecar is in running state in K8S and the operator log ```log {taskinstance.py:1308} INFO - ...
https://github.com/apache/airflow/issues/32458
https://github.com/apache/airflow/pull/32467
04a6e850e7d4437fe93a60d713c1d82e8f23885f
b3ce1161926efb880c3f525ac0a031ab4812fb95
2023-07-09T15:05:37Z
python
2023-07-12T10:05:03Z
closed
apache/airflow
https://github.com/apache/airflow
32,442
["airflow/www/static/js/components/ViewTimeDelta.tsx", "airflow/www/static/js/dag/details/Dag.tsx"]
Dag run timeout with timedelta value is rendered as [object object] in UI
### Apache Airflow version main (development) ### What happened Dag run timeout with timedelta value is rendered as [object object] in UI. It seems the data is fetched and string is used to render the value. timedelta is handled for schedule_interval which should also be done here. ![image](https://github.com/apa...
https://github.com/apache/airflow/issues/32442
https://github.com/apache/airflow/pull/32565
41164dd663c003c6be80abdf3b2180ec930a82e4
f1fc6dc4b9bd496ddd25898eea63d83f12cb6ad0
2023-07-08T16:19:47Z
python
2023-07-13T23:50:36Z
closed
apache/airflow
https://github.com/apache/airflow
32,412
["setup.py"]
Click 8.1.4 breaks mypy typing checks
### Body The Click 8.1.4 released 06.06.2023 broke a number of mypy checks. Until the problem is fixed, we need to limit click to unbreak main. Example failing job: https://github.com/apache/airflow/actions/runs/5480089808/jobs/9983219862 Example failures: ``` dev/breeze/src/airflow_breeze/utils/common_opti...
https://github.com/apache/airflow/issues/32412
https://github.com/apache/airflow/pull/32634
7092cfdbbfcfd3c03909229daa741a5bcd7ccc64
7123dc162bb222fdee7e4c50ae8a448c43cdd7d3
2023-07-06T21:54:23Z
python
2023-07-20T04:30:54Z
closed
apache/airflow
https://github.com/apache/airflow
32,390
["airflow/providers/http/hooks/http.py", "tests/providers/http/hooks/test_http.py"]
Fix HttpAsyncHook headers
### Body The hook uses `_headers`: https://github.com/apache/airflow/blob/9276310a43d17a9e9e38c2cb83686a15656896b2/airflow/providers/http/hooks/http.py#L340-L341 but passes `headers` to the async function https://github.com/apache/airflow/blob/9276310a43d17a9e9e38c2cb83686a15656896b2/airflow/providers/http/...
https://github.com/apache/airflow/issues/32390
https://github.com/apache/airflow/pull/32409
ee38382efa54565c4b389eaeb536f0d45e12d498
358e6e8fa18166084fc17b23e75c6c29a37f245f
2023-07-06T06:42:10Z
python
2023-07-06T20:59:04Z
closed
apache/airflow
https://github.com/apache/airflow
32,367
["airflow/api_connexion/endpoints/xcom_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/xcom_schema.py", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_xcom_endpoint.py", "tests/api_connexion/schemas/test_xcom_schema.py", "tests/conftest.py"]
Unable to get mapped task xcom value via REST API. Getting MultipleResultsFound error
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow 2.3.4 (but actual code seems to have same behaviour). I have mapped task with xcom value. I want to get xcom value of particular instance or xcom values of all task instances. I am using standard REST API met...
https://github.com/apache/airflow/issues/32367
https://github.com/apache/airflow/pull/32453
2aa3cfb6abd10779029b0c072493a1c1ed820b77
bc97646b262e7f338b4f3d4dce199e640e24e250
2023-07-05T10:16:02Z
python
2023-07-10T08:34:21Z
closed
apache/airflow
https://github.com/apache/airflow
32,330
["airflow/providers/amazon/aws/hooks/glue_crawler.py", "tests/providers/amazon/aws/hooks/test_glue_crawler.py"]
AWS GlueCrawlerOperator deletes existing tags on run
### Apache Airflow version 2.6.2 ### What happened We are currently on AWS Provider 6.0.0 and looking to upgrade to the latest version 8.2.0. However, there are some issues with the GlueCrawlerOperator making the upgrade challenging, namely that the operator attempts to update the crawler tags on every run. Be...
https://github.com/apache/airflow/issues/32330
https://github.com/apache/airflow/pull/32331
9a0f41ba53185031bc2aa56ead2928ae4b20de99
7a3bc8d7c85448447abd39287ef6a3704b237a90
2023-07-03T13:40:23Z
python
2023-07-06T11:09:48Z
closed
apache/airflow
https://github.com/apache/airflow
32,311
["airflow/serialization/pydantic/dag_run.py", "setup.cfg"]
Pydantic 2.0.0 support for Airflow
### Body Currently Pydantic 2.0.0 released on 30th of June 2023 breaks Airflow CI - building providers and running Kubernetes tests. Therefore we limit Pydantic to < 2.0.0 in setup.cfg for now. This should be fixed, especially that 2.0.0 brings a number of speed improvements. ### Committer - [X] I ackn...
https://github.com/apache/airflow/issues/32311
https://github.com/apache/airflow/pull/32366
723eb7d453e50fb82652a8cf1f6a538410be777f
9cb463e20e4557efb4d1a6320b196c65ae519c23
2023-07-02T06:32:48Z
python
2023-07-07T20:37:49Z
closed
apache/airflow
https://github.com/apache/airflow
32,301
["airflow/serialization/pydantic/dataset.py"]
= instead of : in type hints - failing Pydantic 2
### Apache Airflow version 2.6.2 ### What happened airflow doesn't work correct UPDATE: with Pydantic 2 released on 30th of June UPDATE:, raises `pydantic.errors.PydanticUserError: A non-annotated attribute was detected: `dag_id = <class 'str'>`. All model fields require a type annotation; if `dag_id` is not...
https://github.com/apache/airflow/issues/32301
https://github.com/apache/airflow/pull/32307
df4c8837d022e66921bc0cf33f3249b235de6fdd
4d84e304b86c97d0437fddbc6b6757b5201eefcc
2023-07-01T12:00:53Z
python
2023-07-01T21:41:59Z
closed
apache/airflow
https://github.com/apache/airflow
32,294
["airflow/models/renderedtifields.py"]
K8 executor throws MySQL DB error 'Deadlock found when trying to get lock; try restarting transaction'
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Apache Airflow version: 2.6.1 When multiple runs for a dag executing simultaneously, K8 executor fails with the following MySQL exception Traceback (most recent call last): File "/home/airflow/.local/lib/python3.10/s...
https://github.com/apache/airflow/issues/32294
https://github.com/apache/airflow/pull/32341
e53320d62030a53c6ffe896434bcf0fc85803f31
c8a3c112a7bae345d37bb8b90d68c8d6ff2ef8fc
2023-06-30T22:51:45Z
python
2023-07-05T11:28:16Z
closed
apache/airflow
https://github.com/apache/airflow
32,290
["airflow/www/views.py", "tests/www/views/test_views_tasks.py"]
Try number is incorrect
### Apache Airflow version 2.6.2 ### What happened All tasks were run 1 time. The try number is 2 for all tasks ### What you think should happen instead Try number should be 1 if only tried 1 time ### How to reproduce Run a task and use the UI to look up try number ### Operating System centos ### Versions of ...
https://github.com/apache/airflow/issues/32290
https://github.com/apache/airflow/pull/32361
43f3e57bf162293b92154f16a8ce33e6922fbf4e
a8e4b8aee602e8c672ab879b7392a65b5c2bb34e
2023-06-30T16:45:01Z
python
2023-07-05T08:30:51Z