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
25,232
["airflow/providers/databricks/operators/databricks.py", "airflow/providers/databricks/utils/databricks.py", "tests/providers/databricks/operators/test_databricks.py", "tests/providers/databricks/utils/databricks.py"]
enable_elastic_disk property incorrectly mapped when making a request to Databricks
### Apache Airflow version 2.2.2 ### What happened When using `apache-airflow-providers-databricks` in version 2.2.0 I am sending a request to databricks to submit a job. https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsCreate -> `api/2.0/jobs/runs/submit` Databricks is expecting a ...
https://github.com/apache/airflow/issues/25232
https://github.com/apache/airflow/pull/25394
5de11e1410b432d632e8c0d1d8ca0945811a56f0
0255a0a5e7b93f2daa3a51792cd38d19d6a373c0
2022-07-22T12:48:52Z
python
2022-08-04T15:47:14Z
closed
apache/airflow
https://github.com/apache/airflow
25,210
["airflow/datasets/manager.py", "airflow/models/dataset.py", "tests/datasets/test_manager.py", "tests/models/test_taskinstance.py"]
Many tasks updating dataset at once causes some of them to fail
### Apache Airflow version main (development) ### What happened I have 16 dags which all update the same dataset. They're set to finish at the same time (when the seconds on the clock are 00). About three quarters of them behave as expected, but the other quarter fails with errors like: ``` [2022-07-21, 06:06:0...
https://github.com/apache/airflow/issues/25210
https://github.com/apache/airflow/pull/26103
a2db8fcb7df1a266e82e17b937c9c1cf01a16a42
4dd628c26697d759aebb81a7ac2fe85a79194328
2022-07-21T06:28:32Z
python
2022-09-01T20:28:45Z
closed
apache/airflow
https://github.com/apache/airflow
25,200
["airflow/models/baseoperator.py", "airflow/models/dagrun.py", "airflow/models/taskinstance.py", "airflow/ti_deps/dep_context.py", "airflow/ti_deps/deps/trigger_rule_dep.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py", "tests/ti_deps/deps/test_trigger_rule_dep.py"]
DAG Run fails when chaining multiple empty mapped tasks
### Apache Airflow version 2.3.3 (latest released) ### What happened On Kubernetes Executor and Local Executor (others not tested) a significant fraction of the DAG Runs of a DAG that has two consecutive mapped tasks which are are being passed an empty list are marked as failed when all tasks are either succee...
https://github.com/apache/airflow/issues/25200
https://github.com/apache/airflow/pull/25995
1e19807c7ea0d7da11b224658cd9a6e3e7a14bc5
5697e9fdfa9d5af2d48f7037c31972c2db1f4397
2022-07-20T20:33:42Z
python
2022-09-01T12:03:31Z
closed
apache/airflow
https://github.com/apache/airflow
25,179
["airflow/providers/apache/livy/hooks/livy.py", "airflow/providers/apache/livy/operators/livy.py", "airflow/providers/apache/livy/sensors/livy.py", "tests/providers/apache/livy/hooks/test_livy.py"]
Add auth_type to LivyHook
### Apache Airflow Provider(s) apache-livy ### Versions of Apache Airflow Providers apache-airflow-providers-apache-livy==3.0.0 ### Apache Airflow version 2.3.3 (latest released) ### Operating System Ubuntu 18.04 ### Deployment Other 3rd-party Helm chart ### Deployment details _No response_ ### What happene...
https://github.com/apache/airflow/issues/25179
https://github.com/apache/airflow/pull/25183
ae7bf474109410fa838ab2728ae6d581cdd41808
7d3e799f7e012d2d5c1fe24ce2bea01e68a5a193
2022-07-20T10:09:03Z
python
2022-08-07T13:49:22Z
closed
apache/airflow
https://github.com/apache/airflow
25,165
["airflow/decorators/base.py", "tests/decorators/test_mapped.py", "tests/utils/test_task_group.py"]
Dynamic Tasks inside of TaskGroup do not have group_id prepended to task_id
### Apache Airflow version 2.3.3 (latest released) ### What happened As the title states, if you have dynamically mapped tasks inside of a `TaskGroup`, those tasks do not get the `group_id` prepended to their respective `task_id`s. This causes at least a couple of undesirable side effects: 1. Task names are trun...
https://github.com/apache/airflow/issues/25165
https://github.com/apache/airflow/pull/26081
6a8f0167436b8b582aeb92a93d3f69d006b36f7b
9c4ab100e5b069c86bd00bb7860794df0e32fc2e
2022-07-19T18:58:28Z
python
2022-09-01T08:46:47Z
closed
apache/airflow
https://github.com/apache/airflow
25,163
["airflow/providers/common/sql/operators/sql.py", "tests/providers/common/sql/operators/test_sql.py"]
Common-SQL Operators Various Bugs
### Apache Airflow Provider(s) common-sql ### Versions of Apache Airflow Providers `apache-airflow-providers-common-sql==1.0.0` ### Apache Airflow version 2.3.3 (latest released) ### Operating System macOS Monterey 12.3.1 ### Deployment Astronomer ### Deployment details _No response_ ### What happened - `S...
https://github.com/apache/airflow/issues/25163
https://github.com/apache/airflow/pull/25164
d66e427c4d21bc479caa629299a786ca83747994
be7cb1e837b875f44fcf7903329755245dd02dc3
2022-07-19T18:18:01Z
python
2022-07-22T14:01:27Z
closed
apache/airflow
https://github.com/apache/airflow
25,149
["airflow/models/dagbag.py", "airflow/www/security.py", "tests/models/test_dagbag.py", "tests/www/views/test_views_home.py"]
DAG.access_control can't sync when clean access_control
### Apache Airflow version 2.3.3 (latest released) ### What happened I change my DAG from ```python with DAG( 'test', access_control={'team':{'can_edit','can_read'}}, ) as dag: ... ``` to ```python with DAG( 'test', ) as dag: ... ``` Remove `access_control` arguments, Sche...
https://github.com/apache/airflow/issues/25149
https://github.com/apache/airflow/pull/30340
97ad7cee443c7f4ee6c0fbaabcc73de16f99a5e5
2c0c8b8bfb5287e10dc40b73f326bbf9a0437bb1
2022-07-19T09:37:48Z
python
2023-04-26T14:11:14Z
closed
apache/airflow
https://github.com/apache/airflow
25,138
["airflow/providers/amazon/aws/hooks/sqs.py", "airflow/providers/amazon/aws/operators/sqs.py", "tests/providers/amazon/aws/operators/test_sqs.py"]
SQSPublishOperator should allow sending messages to a FIFO Queue
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers `apache-airflow-providers-amazon==4.1.0` ### Apache Airflow version 2.2.2 ### Operating System Amazon Linux 2 ### Deployment MWAA ### Deployment details _No response_ ### What happened The current state of the [SQSPublishOperato...
https://github.com/apache/airflow/issues/25138
https://github.com/apache/airflow/pull/25171
6839813bc75e62e154fe4163ffa1bda1c8e8cc8f
47b72056c46931aef09d63d6d80fbdd3d9128b09
2022-07-18T19:06:18Z
python
2022-07-21T16:25:03Z
closed
apache/airflow
https://github.com/apache/airflow
25,103
["airflow/api_connexion/openapi/v1.yaml", "tests/api_connexion/endpoints/test_variable_endpoint.py"]
API `variables/{variable_key}` request fails if key has character `/`
### Apache Airflow version 2.3.2 ### What happened Created a variable e.g. `a/variable` and couldn't get or delete it ### What you think should happen instead i shouldn't've been allowed to create a variable with `/`, or the GET and DELETE should work ### How to reproduce ![image](https://user-images.githubuserc...
https://github.com/apache/airflow/issues/25103
https://github.com/apache/airflow/pull/25774
98aac5dc282b139f0e726aac512b04a6693ba83d
a1beede41fb299b215f73f987a572c34f628de36
2022-07-15T21:22:11Z
python
2022-08-18T06:08:27Z
closed
apache/airflow
https://github.com/apache/airflow
25,095
["airflow/models/taskinstance.py", "airflow/models/taskreschedule.py", "airflow/serialization/serialized_objects.py", "airflow/ti_deps/deps/ready_to_reschedule.py", "tests/models/test_taskinstance.py", "tests/serialization/test_dag_serialization.py", "tests/ti_deps/deps/test_ready_to_reschedule_dep.py"]
Dynamically mapped sensor with mode='reschedule' fails with violated foreign key constraint
### Apache Airflow version 2.3.3 (latest released) ### What happened If you are using [Dynamic Task Mapping](https://airflow.apache.org/docs/apache-airflow/stable/concepts/dynamic-task-mapping.html) to map a Sensor with `.partial(mode='reschedule')`, and if that sensor fails its poke condition even once, the w...
https://github.com/apache/airflow/issues/25095
https://github.com/apache/airflow/pull/25594
84718f92334b7e43607ab617ef31f3ffc4257635
5f3733ea310b53a0a90c660dc94dd6e1ad5755b7
2022-07-15T13:35:48Z
python
2022-08-11T07:30:33Z
closed
apache/airflow
https://github.com/apache/airflow
25,092
["airflow/providers/microsoft/mssql/hooks/mssql.py", "tests/providers/microsoft/mssql/hooks/test_mssql.py"]
MsSqlHook.get_sqlalchemy_engine uses pyodbc instead of pymssql
### Apache Airflow Provider(s) microsoft-mssql ### Versions of Apache Airflow Providers apache-airflow-providers-microsoft-mssql==2.0.1 ### Apache Airflow version 2.2.2 ### Operating System Ubuntu 20.04 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened ...
https://github.com/apache/airflow/issues/25092
https://github.com/apache/airflow/pull/25185
a01cc5b0b8e4ce3b24970d763e4adccfb4e69f09
df5a54d21d6991d6cae05c38e1562da2196e76aa
2022-07-15T12:42:02Z
python
2022-08-05T15:41:43Z
closed
apache/airflow
https://github.com/apache/airflow
25,090
["airflow/jobs/scheduler_job.py", "airflow/models/dag.py", "airflow/timetables/base.py", "airflow/timetables/simple.py", "airflow/www/views.py", "newsfragments/25090.significant.rst"]
More natural sorting of DAG runs in the grid view
### Apache Airflow version 2.3.2 ### What happened Dag with schedule to run once every hour. Dag was started manually at 12:44, lets call this run 1 At 13:00 the scheduled run started, lets call this run 2. It appears before run 1 in the grid view. See attached screenshot ![image](https://user-images.githubus...
https://github.com/apache/airflow/issues/25090
https://github.com/apache/airflow/pull/25633
a1beede41fb299b215f73f987a572c34f628de36
36eea1c8e05a6791d144e74f4497855e35baeaac
2022-07-15T11:16:35Z
python
2022-08-18T06:28:06Z
closed
apache/airflow
https://github.com/apache/airflow
25,036
["airflow/example_dags/example_datasets.py", "airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
Test that dataset not updated when task skipped
the AIP specifies that when a task is skipped, that we don’t mark the dataset as “updated”. we should simply add a test that verifies that this is what happens (and make changes if necessary) @blag, i tried to make this an issue so i could assign to you but can't. anyway, can reference in PR with `closes`
https://github.com/apache/airflow/issues/25036
https://github.com/apache/airflow/pull/25086
808035e00aaf59a8012c50903a09d3f50bd92ca4
f0c9ac9da6db3a00668743adc9b55329ec567066
2022-07-13T19:31:16Z
python
2022-07-19T03:43:42Z
closed
apache/airflow
https://github.com/apache/airflow
25,033
["airflow/models/dag.py", "airflow/www/templates/airflow/dag.html", "airflow/www/templates/airflow/dags.html", "airflow/www/views.py", "tests/models/test_dag.py", "tests/www/views/test_views_base.py"]
next run should show deps fulfillment e.g. 0 of 3
on dags page (i.e. the home page) we have a "next run" column. for dataset-driven dags, since we can't know for certain when it will be, we could instead show how many deps are fulfilled, e.g. `0 of 1` and perhaps make it a link to the datasets that the dag is dependened on. here's a sample query that returns the d...
https://github.com/apache/airflow/issues/25033
https://github.com/apache/airflow/pull/25141
47b72056c46931aef09d63d6d80fbdd3d9128b09
03a81b66de408631147f9353de6ffd3c1df45dbf
2022-07-13T19:19:26Z
python
2022-07-21T18:28:47Z
closed
apache/airflow
https://github.com/apache/airflow
25,019
["airflow/providers/amazon/aws/log/cloudwatch_task_handler.py", "airflow/providers/amazon/provider.yaml", "docs/apache-airflow-providers-amazon/index.rst", "generated/provider_dependencies.json", "tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py"]
update watchtower version in amazon provider
### Description there is limitation to version 2 https://github.com/apache/airflow/blob/809d95ec06447c9579383d15136190c0963b3c1b/airflow/providers/amazon/provider.yaml#L48 ### Use case/motivation using up to date version of the library ### Related issues didnt find ### Are you willing to submit a PR? - [ ] Y...
https://github.com/apache/airflow/issues/25019
https://github.com/apache/airflow/pull/34747
7764a51ac9b021a77a57707bc7e750168e9e0da0
c01abd1c2eed8f60fec5b9d6cc0232b54efa52de
2022-07-13T09:37:45Z
python
2023-10-06T14:35:09Z
closed
apache/airflow
https://github.com/apache/airflow
25,007
["airflow/www/package.json"]
Invalid `package.json` file in `airflow/www`
### Apache Airflow version 2.3.3 (latest released) ### What happened According to npm docs fields `name` and `version` are required in `package.json`, but are not present in `airflow/www/package.json` See: https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields This can confuse some ...
https://github.com/apache/airflow/issues/25007
https://github.com/apache/airflow/pull/25065
7af840f65813404122702c5511ec67c3b952b3c3
1fd59d61decdc1d7e493eca80a629d02533a4ba0
2022-07-12T19:56:34Z
python
2022-07-14T17:34:07Z
closed
apache/airflow
https://github.com/apache/airflow
24,996
["airflow/models/dag.py", "airflow/models/taskmixin.py", "tests/models/test_dag.py"]
Airflow doesn't set default task group while calling dag.add_tasks
### Apache Airflow version 2.3.3 (latest released) ### What happened Airflow set default task group while creating operator if dag parameter is set https://github.com/apache/airflow/blob/main/airflow/models/baseoperator.py#L236 However, It doesn't set the default task group while adding a task using dag.add_task f...
https://github.com/apache/airflow/issues/24996
https://github.com/apache/airflow/pull/25000
45e5150714e0a5a8e82e3fa6d0b337b92cbeb067
ce0a6e51c2d4ee87e008e28897b2450778b51003
2022-07-12T11:28:04Z
python
2022-08-05T15:17:38Z
closed
apache/airflow
https://github.com/apache/airflow
24,953
["airflow/providers/oracle/example_dags/__init__.py", "airflow/providers/oracle/example_dags/example_oracle.py", "docs/apache-airflow-providers-oracle/index.rst", "docs/apache-airflow-providers-oracle/operators/index.rst"]
oracle hook _map_param() incorrect
### Apache Airflow Provider(s) oracle ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.3.3 (latest released) ### Operating System OEL 7.6 ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened [_map_param()](https://github.com/apache...
https://github.com/apache/airflow/issues/24953
https://github.com/apache/airflow/pull/30979
130b6763db364426d1d794641b256d7f2ce0b93d
edebfe3f2f2c7fc2b6b345c6bc5f3a82e7d47639
2022-07-10T23:01:34Z
python
2023-05-09T18:32:15Z
closed
apache/airflow
https://github.com/apache/airflow
24,938
["airflow/providers/databricks/operators/databricks.py"]
Add support for dynamic databricks connection id
### Apache Airflow Provider(s) databricks ### Versions of Apache Airflow Providers apache-airflow-providers-databricks==3.0.0 # Latest ### Apache Airflow version 2.3.2 (latest released) ### Operating System Linux ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What...
https://github.com/apache/airflow/issues/24938
https://github.com/apache/airflow/pull/24945
7fc5e0b24a8938906ad23eaa1262c9fb74ee2df1
8dfe7bf5ff090a675353a49da21407dffe2fc15e
2022-07-09T07:55:53Z
python
2022-07-11T14:47:31Z
closed
apache/airflow
https://github.com/apache/airflow
24,936
["airflow/example_dags/example_dag_decorator.py", "airflow/example_dags/example_sla_dag.py", "airflow/models/dag.py", "docs/spelling_wordlist.txt"]
Type hints for taskflow @dag decorator
### Description I find no type hints when write a DAG use TaskFlowApi. `dag` and `task` decorator is a simple wrapper without detail arguments provide in docstring. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ...
https://github.com/apache/airflow/issues/24936
https://github.com/apache/airflow/pull/25044
61fc4899d71821fd051944d5d9732f7d402edf6c
be63c36bf1667c8a420d34e70e5a5efd7ca42815
2022-07-09T03:25:14Z
python
2022-07-15T01:29:57Z
closed
apache/airflow
https://github.com/apache/airflow
24,921
["airflow/providers/docker/operators/docker.py", "tests/providers/docker/operators/test_docker.py"]
Add options to Docker Operator
### Description I'm trying to add options like log-opt max-size 5 and I can't. ### Use case/motivation I'm working in Hummingbot and I would like to offer the community a system to manage multiple bots, rebalance portfolio, etc. Our system needs a terminal to execute commands so currently I'm not able to use airflo...
https://github.com/apache/airflow/issues/24921
https://github.com/apache/airflow/pull/26653
fd27584b3dc355eaf0c0cd7a4cd65e0e580fcf6d
19d6f54704949d017b028e644bbcf45f5b53120b
2022-07-08T12:01:04Z
python
2022-09-27T14:42:37Z
closed
apache/airflow
https://github.com/apache/airflow
24,919
["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
Send default email if file "html_content_template" not found
### Apache Airflow version 2.3.2 (latest released) ### What happened I created a new email template to be sent when there are task failures. I accidentally added the path to the `[email] html_content_template` and `[email] subject_template` with a typo and no email was sent. The task's log is the following: ``` ...
https://github.com/apache/airflow/issues/24919
https://github.com/apache/airflow/pull/24943
b7f51b9156b780ebf4ca57b9f10b820043f61651
fd6f537eab7430cb10ea057194bfc9519ff0bb38
2022-07-08T11:07:00Z
python
2022-07-18T18:22:03Z
closed
apache/airflow
https://github.com/apache/airflow
24,844
["airflow/www/static/js/api/useGridData.test.js", "airflow/www/static/js/api/useGridData.ts"]
grid_data api keep refreshing when backfill DAG runs
### Apache Airflow version 2.3.2 (latest released) ### What happened ![image](https://user-images.githubusercontent.com/95274553/177323814-fa75af14-6018-4f9d-9468-4e681b572dcc.png) ### What you think should happen instead _No response_ ### How to reproduce _No response_ ### Operating System 186-Ubuntu ### ...
https://github.com/apache/airflow/issues/24844
https://github.com/apache/airflow/pull/25042
38d6c28f9cf9ee4f663d068032830911f7a8e3a3
de6938e173773d88bd741e43c7b0aa16d8a1a167
2022-07-05T12:09:40Z
python
2022-07-20T10:30:22Z
closed
apache/airflow
https://github.com/apache/airflow
24,820
["airflow/models/dag.py", "tests/models/test_dag.py"]
Dag disappears when DAG tag is longer than 100 char limit
### Apache Airflow version 2.2.5 ### What happened We added new DAG tags to a couple of our DAGs. In the case when the tag was longer than the 100 character limit the DAG was not showing in the UI and wasn't scheduled. It was however possible to reach it by typing in the URL to the DAG. Usually when DAGs are ...
https://github.com/apache/airflow/issues/24820
https://github.com/apache/airflow/pull/25196
a5cbcb56774d09b67c68f87187f2f48d6e70e5f0
4b28635b2085a07047c398be6cc1ac0252a691f7
2022-07-04T07:59:19Z
python
2022-07-25T13:46:27Z
closed
apache/airflow
https://github.com/apache/airflow
24,783
["airflow/operators/python.py", "tests/operators/test_python.py"]
Check if virtualenv is installed fails
### Apache Airflow version 2.3.0 ### What happened When using a `PythonVirtualenvOperator` it is checked if `virtualenv` is installed by `if not shutil.which("virtualenv"):` https://github.com/apache/airflow/blob/a1679be85aa49c0d6a7ba2c31acb519a5bcdf594/airflow/operators/python.py#L398 Actually, this expression ...
https://github.com/apache/airflow/issues/24783
https://github.com/apache/airflow/pull/32939
16e0830a5dfe42b9ab0bbca7f8023bf050bbced0
ddcd474a5e2ce4568cca646eb1f5bce32b4ba0ed
2022-07-01T12:24:38Z
python
2023-07-30T04:57:22Z
closed
apache/airflow
https://github.com/apache/airflow
24,773
["airflow/providers/amazon/aws/secrets/secrets_manager.py"]
AWS secret manager: AccessDeniedException is not a valid Exception
### Apache Airflow version 2.3.1 ### What happened Airflow AWS Secret manager handles `AccesssDeniedException` in [secret_manager.py](https://github.com/apache/airflow/blob/providers-amazon/4.0.0/airflow/providers/amazon/aws/secrets/secrets_manager.py#L272) whereas it's not a valid exception for the client ``` ...
https://github.com/apache/airflow/issues/24773
https://github.com/apache/airflow/pull/24898
f69e597dfcbb6fa7e7f1a3ff2b5013638567abc3
60c2a3bf82b4fe923b8006f6694f74823af87537
2022-07-01T05:15:40Z
python
2022-07-08T14:21:42Z
closed
apache/airflow
https://github.com/apache/airflow
24,755
["airflow/utils/serve_logs.py", "newsfragments/24755.improvement.rst"]
Log server on celery worker does not work in IPv6-only setup
### Apache Airflow version 2.2.5 ### What happened I deployed the Airflow helm chart in a Kubernetes cluster that only allows IPv6 traffic. When I want to look at a task log in the UI there is this message: ``` *** Fetching from: http://airflow-v1-worker-0.airflow-v1-worker.airflow.svc.cluster.local:8793/lo...
https://github.com/apache/airflow/issues/24755
https://github.com/apache/airflow/pull/24846
7f749b653ce363b1450346b61c7f6c406f72cd66
2f29bfefb59b0014ae9e5f641d3f6f46c4341518
2022-06-30T14:09:25Z
python
2022-07-07T20:16:36Z
closed
apache/airflow
https://github.com/apache/airflow
24,753
["airflow/providers/amazon/aws/operators/glue.py"]
Allow back script_location in Glue to be None *again*
### Apache Airflow version 2.3.2 (latest released) ### What happened On this commit someone broke the AWS Glue provider by enforcing the script_location to be a string: https://github.com/apache/airflow/commit/27b77d37a9b2e63e95a123c31085e580fc82b16c Then someone realized that (see comment thread [there](https:/...
https://github.com/apache/airflow/issues/24753
https://github.com/apache/airflow/pull/24754
1b3905ef6eb5630e8d12975d9e91600ffb832471
49925be66483ce942bcd4827df9dbd41c3ef41cf
2022-06-30T13:37:57Z
python
2022-07-01T14:02:27Z
closed
apache/airflow
https://github.com/apache/airflow
24,748
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/kubernetes/kube_client.py", "tests/kubernetes/test_client.py"]
Configuring retry policy of the the kubernetes CoreV1Api ApiClient
### Description Can we add the option to configure the Retry policy of the kubernetes CoreV1Api? Or set it to default have some more resilient configuration. Today it appears to retry operations 3 times but with 0 backoff in between each try. Causing temporary network glitches to result in fatal errors. Following ...
https://github.com/apache/airflow/issues/24748
https://github.com/apache/airflow/pull/29809
440bf46ff0b417c80461cf84a68bd99d718e19a9
dcffbb4aff090e6c7b6dc96a4a68b188424ae174
2022-06-30T08:27:01Z
python
2023-04-14T13:37:42Z
closed
apache/airflow
https://github.com/apache/airflow
24,736
["airflow/sensors/time_sensor.py", "tests/sensors/test_time_sensor.py"]
TimeSensorAsync breaks if target_time is timezone-aware
### Apache Airflow version 2.3.2 (latest released) ### What happened `TimeSensorAsync` fails with the following error if `target_time` is aware: ``` [2022-06-29, 05:09:11 CDT] {taskinstance.py:1889} ERROR - Task failed with exception Traceback (most recent call last): File "/opt/conda/envs/production/lib/pytho...
https://github.com/apache/airflow/issues/24736
https://github.com/apache/airflow/pull/25221
f53bd5df2a0b370a14f811b353229ad3e9c66662
ddaf74df9b1e9a4698d719f81931e822b21b0a95
2022-06-29T15:28:16Z
python
2022-07-22T21:03:46Z
closed
apache/airflow
https://github.com/apache/airflow
24,725
["airflow/www/templates/airflow/dag.html"]
Trigger DAG from templated view tab producing bad request
### Body Reproduced on main branch. The bug: When clicking Trigger DAG from templated view tab it resulted in a BAD REQUEST page however DAG run is created (it also produce the UI alert "it should start any moment now") To compare trying to trigger DAG from log tab works as expected so the issue seems to be relev...
https://github.com/apache/airflow/issues/24725
https://github.com/apache/airflow/pull/25729
f24e706ff7a84fd36ea39dc3399346c357d40bd9
69663b245a9a67b6f05324ce7b141a1bd9b05e0a
2022-06-29T07:06:00Z
python
2022-08-17T13:21:30Z
closed
apache/airflow
https://github.com/apache/airflow
24,692
["airflow/providers/apache/hive/hooks/hive.py", "tests/providers/apache/hive/hooks/test_hive.py"]
Error for Hive Server2 Connection Document
### What do you see as an issue? In this Document https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/stable/connections/hiveserver2.html Describe , In Extra must use the "auth_mechanism " but in the sources Code used "authMechanism". ### Solving the problem use same words. ### Anything else No...
https://github.com/apache/airflow/issues/24692
https://github.com/apache/airflow/pull/24713
13908c2c914cf08f9d962a4d3b6ae54fbdf1d223
cef97fccd511c8e5485df24f27b82fa3e46929d7
2022-06-28T01:16:20Z
python
2022-06-29T14:12:23Z
closed
apache/airflow
https://github.com/apache/airflow
24,681
["airflow/providers/docker/operators/docker.py", "tests/providers/docker/operators/test_docker.py"]
Docker is not pushing last line over xcom
### Apache Airflow Provider(s) docker ### Versions of Apache Airflow Providers apache-airflow-providers-docker==2.7.0 docker==5.0.3 ### Apache Airflow version 2.3.2 (latest released) ### Operating System 20.04.4 LTS (Focal Fossa) ### Deployment Docker-Compose ### Deployment details Deployed using docker com...
https://github.com/apache/airflow/issues/24681
https://github.com/apache/airflow/pull/24726
6fd06fa8c274b39e4ed716f8d347229e017ba8e5
cc6a44bdc396a305fd53c7236427c578e9d4d0b7
2022-06-27T14:59:41Z
python
2022-07-05T10:43:43Z
closed
apache/airflow
https://github.com/apache/airflow
24,678
["airflow/templates.py"]
Macro prev_execution_date is always empty
### Apache Airflow version 2.3.2 (latest released) ### What happened The variable `prev_execution_date` is empty on the first run meaning, all usage will automatically trigger a None error. ### What you think should happen instead A default date should be provided instead, either the DAG's `start_date` or a defaul...
https://github.com/apache/airflow/issues/24678
https://github.com/apache/airflow/pull/25593
1594d7706378303409590c57ab1b17910e5d09e8
741c20770230c83a95f74fe7ad7cc9f95329f2cc
2022-06-27T12:59:53Z
python
2022-08-09T10:34:40Z
closed
apache/airflow
https://github.com/apache/airflow
24,653
["airflow/operators/trigger_dagrun.py"]
Mapped TriggerDagRunOperator causes SerializationError due to operator_extra_links 'property' object is not iterable
### Apache Airflow version 2.3.2 (latest released) ### What happened Hi, I have a kind of issue with launching several subDags via mapping TriggerDagRunOperator (mapping over `conf` parameter). Here is the demo example of my typical DAG: ```python from airflow import DAG from airflow.operators.python_operator i...
https://github.com/apache/airflow/issues/24653
https://github.com/apache/airflow/pull/24676
48ceda22bdbee50b2d6ca24767164ce485f3c319
8dcafdfcdddc77fdfd2401757dcbc15bfec76d6b
2022-06-25T14:13:29Z
python
2022-06-28T02:59:00Z
closed
apache/airflow
https://github.com/apache/airflow
24,618
["airflow/providers/oracle/hooks/oracle.py", "airflow/utils/db.py", "docs/apache-airflow-providers-oracle/connections/oracle.rst", "tests/providers/oracle/hooks/test_oracle.py"]
Failed to retrieve data from Oracle database with UTF-8 charset
### Apache Airflow Provider(s) oracle ### Versions of Apache Airflow Providers apache-airflow-providers-oracle==3.1.0 ### Apache Airflow version 2.3.2 (latest released) ### Operating System Linux 4.19.79-1.el7.x86_64 ### Deployment Docker-Compose ### Deployment details Oracle Database 12c Enterprise Edition ...
https://github.com/apache/airflow/issues/24618
https://github.com/apache/airflow/pull/26576
ee21c1bac4cb5bb1c19ea9e5e84ee9b5854ab039
b254a9f4bead4e5d4f74c633446da38550f8e0a1
2022-06-23T14:49:31Z
python
2022-09-28T06:14:46Z
closed
apache/airflow
https://github.com/apache/airflow
24,597
["tests/system/providers/databricks/example_databricks_sql.py"]
Error in docstring in the example DAG for Databricks example_databricks_sql.py
### What do you see as an issue? The docstring in example_databricks_sql.py code doesn't explain the code in that file. It seems to be copied from example_databricks.py file. ### Solving the problem By putting the right docstring for the file example_databricks_sql.py ### Anything else _No response_ ### Are you...
https://github.com/apache/airflow/issues/24597
https://github.com/apache/airflow/pull/26157
6045f7ad697e2bdb934add1a8aeae5a817306b22
5948d7fd100841cc623caeba438e97b640c2df90
2022-06-22T11:22:28Z
python
2022-09-19T10:53:05Z
closed
apache/airflow
https://github.com/apache/airflow
24,574
["airflow/providers/airbyte/hooks/airbyte.py", "airflow/providers/airbyte/operators/airbyte.py", "tests/providers/airbyte/hooks/test_airbyte.py"]
`AirbyteHook` add cancel job option
### Apache Airflow Provider(s) airbyte ### Versions of Apache Airflow Providers I want to cancel the job if it running more than specific time . Task is getting timeout however, airbyte job was not cancelled. it seems, on kill feature has not implemented Workaround: Create a custom operator and implement canc...
https://github.com/apache/airflow/issues/24574
https://github.com/apache/airflow/pull/24593
45b11d4ed1412c00ebf32a03ab5ea3a06274f208
c118b2836f7211a0c3762cff8634b7b9a0d1cf0b
2022-06-21T03:16:53Z
python
2022-06-29T06:43:53Z
closed
apache/airflow
https://github.com/apache/airflow
24,572
["docs/apache-airflow-providers-snowflake/connections/snowflake.rst"]
Snowflake Provider connection documentation is misleading
### What do you see as an issue? Relevant page: https://airflow.apache.org/docs/apache-airflow-providers-snowflake/stable/connections/snowflake.html ## Behavior in the Airflow package The `SnowflakeHook` object in Airflow behaves oddly compared to some other database hooks like Postgres (so extra clarity in the ...
https://github.com/apache/airflow/issues/24572
https://github.com/apache/airflow/pull/24573
02d8f96bfbc43e780db0220dd7647af0c0f46093
2fb93f88b120777330b6ed13b24fa07df279c41e
2022-06-21T01:41:15Z
python
2022-06-27T21:58:10Z
closed
apache/airflow
https://github.com/apache/airflow
24,566
["airflow/migrations/versions/0080_2_0_2_change_default_pool_slots_to_1.py"]
Migration changes column to NOT NULL without updating NULL data first
### Apache Airflow version 2.3.2 (latest released) ### What happened During upgrade from Airflow 1.x, I've encountered migration failure in migration https://github.com/apache/airflow/blob/05c542dfa8eee9b4cdca4e9370f459ce807354b2/airflow/migrations/versions/0080_2_0_2_change_default_pool_slots_to_1.py In PR #2096...
https://github.com/apache/airflow/issues/24566
https://github.com/apache/airflow/pull/24585
75db755f4b06b4cfdd3eb2651dbf88ddba2d831f
9f58e823329d525c0e2b3950ada7e0e047ee7cfd
2022-06-20T17:57:34Z
python
2022-06-29T01:55:41Z
closed
apache/airflow
https://github.com/apache/airflow
24,526
["docs/apache-airflow/installation/upgrading.rst", "docs/spelling_wordlist.txt"]
upgrading from 2.2.3 or 2.2.5 to 2.3.2 fails on migration-job
### Apache Airflow version 2.3.2 (latest released) ### What happened Upgrade Airflow 2.2.3 or 2.2.5 -> 2.3.2 fails on migration-job. **first time upgrade execution:** ``` Referencing column 'task_id' and referenced column 'task_id' in foreign key constraint 'task_map_task_instance_fkey' are incompatible.") [SQ...
https://github.com/apache/airflow/issues/24526
https://github.com/apache/airflow/pull/25938
994f18872af8d2977d78e6d1a27314efbeedb886
e2592628cb0a6a37efbacc64064dbeb239e83a50
2022-06-17T13:59:27Z
python
2022-08-25T14:15:28Z
closed
apache/airflow
https://github.com/apache/airflow
24,525
["airflow/models/baseoperator.py", "tests/models/test_baseoperator.py"]
mini-scheduler raises AttributeError: 'NoneType' object has no attribute 'keys'
### Apache Airflow version 2.3.2 (latest released) ### What happened The mini-scheduler run after a task finishes sometimes fails with an error "AttributeError: 'NoneType' object has no attribute 'keys'"; see full traceback below. ### What you think should happen instead _No response_ ### How to reproduce The mi...
https://github.com/apache/airflow/issues/24525
https://github.com/apache/airflow/pull/24865
17564a40a7b8b5dee878cc634077e0a2e63e36fb
c23b31cd786760da8a8e39ecbcf2c0d31e50e594
2022-06-17T13:08:16Z
python
2022-07-06T10:34:48Z
closed
apache/airflow
https://github.com/apache/airflow
24,487
["airflow/models/expandinput.py", "tests/models/test_mappedoperator.py"]
Dynamic mapping over KubernetesPodOperator results produces triplicate child tasks
### Apache Airflow version 2.3.2 (latest released) ### What happened Attempting to use [dynamic task mapping](https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/dynamic-task-mapping.html#mapping-over-result-of-classic-operators) on the results of a `KubernetesPodOperator` (or `GKEStartPodOperator`) produc...
https://github.com/apache/airflow/issues/24487
https://github.com/apache/airflow/pull/24530
df388a3d5364b748993e61b522d0b68ff8b8124a
a69095fea1722e153a95ef9da93b002b82a02426
2022-06-15T23:31:31Z
python
2022-07-27T08:36:23Z
closed
apache/airflow
https://github.com/apache/airflow
24,484
["airflow/migrations/versions/0111_2_3_3_add_indexes_for_cascade_deletes.py", "airflow/models/taskfail.py", "airflow/models/taskreschedule.py", "airflow/models/xcom.py", "docs/apache-airflow/migrations-ref.rst"]
`airflow db clean task_instance` takes a long time
### Apache Airflow version 2.3.1 ### What happened When I ran the `airflow db clean task_instance` command, it can take up to 9 hours to complete. The database around 3215220 rows in the `task_instance` table and 51602 rows in the `dag_run` table. The overall size of the database is around 1 TB. I believe the is...
https://github.com/apache/airflow/issues/24484
https://github.com/apache/airflow/pull/24488
127f8f4de02422ade8f2c84f84d3262d6efde185
677c42227c08f705142f298ab88915f133cd94e5
2022-06-15T21:21:18Z
python
2022-06-16T18:41:35Z
closed
apache/airflow
https://github.com/apache/airflow
24,460
["airflow/providers/google/cloud/hooks/bigquery.py", "airflow/providers/google/cloud/operators/bigquery.py", "airflow/providers/google/cloud/triggers/bigquery.py", "docs/apache-airflow-providers-google/operators/cloud/bigquery.rst", "tests/providers/google/cloud/hooks/test_bigquery.py", "tests/providers/google/cloud/op...
let BigQueryGetData operator take a query string and as_dict flag
### Description Today the BigQueryGetData airflow.providers.google.cloud.operators.bigquery.BigQueryGetDataOperator only allows you to point to a specific dataset and table and how many rows you want. It already sets up a BigQueryHook so it very easy to implement custom query from a string as well. It would also...
https://github.com/apache/airflow/issues/24460
https://github.com/apache/airflow/pull/30887
dff7e0de362e4cd318d7c285ec102923503eceb3
b8f73768ec13f8d4cc1605cca3fa93be6caac473
2022-06-15T08:33:25Z
python
2023-05-09T06:05:24Z
closed
apache/airflow
https://github.com/apache/airflow
24,388
["airflow/models/abstractoperator.py", "airflow/models/baseoperator.py", "airflow/models/mappedoperator.py", "airflow/models/taskinstance.py", "airflow/utils/context.py", "tests/decorators/test_python.py", "tests/models/test_mappedoperator.py"]
Unable to access operator attrs within Jinja context for mapped tasks
### Apache Airflow version 2.3.2 (latest released) ### What happened When attempting to generate mapped SQL tasks using a Jinja-templated query that access operator attributes, an exception like the following is thrown: `jinja2.exceptions.UndefinedError: 'airflow.models.mappedoperator.MappedOperator object'...
https://github.com/apache/airflow/issues/24388
https://github.com/apache/airflow/pull/26702
ed494594ef213b3633aa3972e1b8b4ad18b88e42
5560a46bfe8a14205c5e8a14f0b5c2ae74ee100c
2022-06-11T02:28:05Z
python
2022-09-27T12:52:52Z
closed
apache/airflow
https://github.com/apache/airflow
24,360
["airflow/providers/snowflake/transfers/s3_to_snowflake.py", "airflow/providers/snowflake/utils/__init__.py", "airflow/providers/snowflake/utils/common.py", "docs/apache-airflow-providers-snowflake/operators/s3_to_snowflake.rst", "tests/providers/snowflake/transfers/test_s3_to_snowflake.py", "tests/providers/snowflake/...
Pattern parameter in S3ToSnowflakeOperator
### Description I would like to propose to add a pattern parameter to allow loading only those files that satisfy the given regex pattern. This function is supported on the Snowflake side, it just requires passing a parameter to the COPY INTO command. [Snowflake documentation/](https://docs.snowflake.com/en/sql-re...
https://github.com/apache/airflow/issues/24360
https://github.com/apache/airflow/pull/24571
5877f45d65d5aa864941efebd2040661b6f89cb1
66e84001df069c76ba8bfefe15956c4018844b92
2022-06-09T22:13:38Z
python
2022-06-22T07:49:02Z
closed
apache/airflow
https://github.com/apache/airflow
24,352
["airflow/providers/google/cloud/operators/gcs.py", "tests/providers/google/cloud/operators/test_gcs.py"]
GCSDeleteObjectsOperator raises unexpected ValueError for prefix set as empty string
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers All versions. ``` apache-airflow-providers-google>=1.0.0b1 apache-airflow-backport-providers-google>=2020.5.20rc1 ``` ### Apache Airflow version 2.3.2 (latest released) ### Operating System macOS 12.3.1 ### Depl...
https://github.com/apache/airflow/issues/24352
https://github.com/apache/airflow/pull/24353
dd35fdaf35b6e46fd69a1b1da36ae7ffc0505dcb
e7a1c50d62680a521ef90a424b7eff03635081d5
2022-06-09T17:23:11Z
python
2022-06-19T22:07:56Z
closed
apache/airflow
https://github.com/apache/airflow
24,346
["airflow/utils/db.py"]
Add salesforce_default to List Connection
### Apache Airflow version 2.1.2 ### What happened salesforce_default is not in the list of Connection. ### What you think should happen instead Should be added salesforce_default to ListConnection. ### How to reproduce After resetting DB, look at List Connection. ### Operating System GCP Container ### Versio...
https://github.com/apache/airflow/issues/24346
https://github.com/apache/airflow/pull/24347
e452949610cff67c0e0a9918a8fefa7e8cc4b8c8
6d69dd062f079a8fbf72563fd218017208bfe6c1
2022-06-09T14:56:06Z
python
2022-06-13T18:25:58Z
closed
apache/airflow
https://github.com/apache/airflow
24,343
["airflow/providers/google/cloud/operators/bigquery.py"]
BigQueryCreateEmptyTableOperator do not deprecated bigquery_conn_id yet
### Apache Airflow version 2.3.2 (latest released) ### What happened `bigquery_conn_id` is deprecated for other operators like `BigQueryDeleteTableOperator` and replaced by `gcp_conn_id` but it's not the case for `BigQueryCreateEmptyTableOperator` ### Are you willing to submit PR? - [ ] Yes I am willi...
https://github.com/apache/airflow/issues/24343
https://github.com/apache/airflow/pull/24376
dd78e29a8c858769c9c21752f319e19af7f64377
8e0bddaea69db4d175f03fa99951f6d82acee84d
2022-06-09T09:19:46Z
python
2022-06-12T21:07:16Z
closed
apache/airflow
https://github.com/apache/airflow
24,338
["airflow/exceptions.py", "airflow/models/xcom_arg.py", "tests/decorators/test_python.py"]
TaskFlow AirflowSkipException causes downstream step to fail
### Apache Airflow version 2.3.2 (latest released) ### What happened Using TaskFlow API and have 2 tasks that lead to the same downstream task. These tasks check for new data and when found will set an XCom entry of the new filename for the downstream to handle. If no data is found the upstream tasks raise a skip ...
https://github.com/apache/airflow/issues/24338
https://github.com/apache/airflow/pull/25661
c7215a28f9df71c63408f758ed34253a4dfaa318
a4e38978194ef46565bc1e5ba53ecc65308d09aa
2022-06-08T20:07:42Z
python
2022-08-16T12:05:52Z
closed
apache/airflow
https://github.com/apache/airflow
24,331
["dev/example_dags/README.md", "dev/example_dags/update_example_dags_paths.py"]
"Example DAGs" link under kubernetes-provider documentation is broken. Getting 404
### What do you see as an issue? _Example DAGs_ folder is not available for _apache-airflow-providers-cncf-kubernetes_ , which results in broken link on documentation page ( https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html ). Getting 404 error when clicked on _Example DAGs_...
https://github.com/apache/airflow/issues/24331
https://github.com/apache/airflow/pull/24348
74ac9f788c31512b1fcd9254282905f34cc40666
85c247ae10da5ee93f26352d369f794ff4f2e47c
2022-06-08T15:33:29Z
python
2022-06-09T17:33:11Z
closed
apache/airflow
https://github.com/apache/airflow
24,328
["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
`TI.log_url` is incorrect with mapped tasks
### Apache Airflow version 2.3.0 ### What happened I had an `on_failure_callback` that sent a `task_instance.log_url` to slack, it no longer behaves correctly - giving me a page with no logs rendered instead of the logs for my task. (Example of failure, URL like: https://XYZ.astronomer.run/dhp2pmdd/log?execution_...
https://github.com/apache/airflow/issues/24328
https://github.com/apache/airflow/pull/24335
a9c350762db4dca7ab5f6c0bfa0c4537d697b54c
48a6155bb1478245c1dd8b6401e4cce00e129422
2022-06-08T14:44:49Z
python
2022-06-14T20:15:49Z
closed
apache/airflow
https://github.com/apache/airflow
24,321
["airflow/providers/amazon/aws/sensors/s3.py", "tests/providers/amazon/aws/sensors/test_s3_key.py"]
S3KeySensor wildcard_match only matching key prefixes instead of full patterns
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers 3.4.0 ### Apache Airflow version 2.3.2 (latest released) ### Operating System Debian GNU/Linux 10 ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened For patterns like "*.zip" the S3KeySensor suc...
https://github.com/apache/airflow/issues/24321
https://github.com/apache/airflow/pull/24378
f8e106a531d2dc502bdfe47c3f460462ab0a156d
7fed7f31c3a895c0df08228541f955efb16fbf79
2022-06-08T11:44:58Z
python
2022-06-11T19:31:17Z
closed
apache/airflow
https://github.com/apache/airflow
24,318
["airflow/providers/amazon/aws/hooks/emr.py", "airflow/providers/amazon/aws/operators/emr.py"]
`EmrCreateJobFlowOperator` does not work if emr_conn_id param contain credential
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.3.2 (latest released) ### Operating System os ### Deployment Other ### Deployment details _No response_ ### What happened EmrCreateJobFlowOperator currently ha...
https://github.com/apache/airflow/issues/24318
https://github.com/apache/airflow/pull/24306
4daf51a2c388b41201a0a8095e0a97c27d6704c8
99d98336312d188a078721579a3f71060bdde542
2022-06-08T09:40:10Z
python
2022-06-10T13:25:12Z
closed
apache/airflow
https://github.com/apache/airflow
24,281
["breeze"]
Fix command in breeze
### What do you see as an issue? There is a mistake in the command displayed in breeze. ``` The answer is 'no'. Skipping Installing pipx?. Please run those commands manually (you might need to restart shell between them):i pip -m install pipx pipx ensurepath pipx install -e '/Users/ishiis/githu...
https://github.com/apache/airflow/issues/24281
https://github.com/apache/airflow/pull/24282
6dc474fc82aa9325081b0c5f2b92c948e2f16f74
69ca427754c54c5496bf90b7fc70fdd646bc92e5
2022-06-07T11:10:12Z
python
2022-06-07T11:13:16Z
closed
apache/airflow
https://github.com/apache/airflow
24,197
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py"]
KubernetesPodOperator rendered template tab does not pretty print `env_vars`
### Apache Airflow version 2.2.5 ### What happened I am using the `KubernetesPodOperator` for airflow tasks in `Airflow 2.2.5` and it doesnot render the `env_vars` in the `rendered template` in a easily human consumable format as it did in `Airflow 1.10.x` ![image](https://user-images.githubusercontent.com/324170...
https://github.com/apache/airflow/issues/24197
https://github.com/apache/airflow/pull/25850
1a087bca3d6ecceab96f9ab818b3b75262222d13
db5543ef608bdd7aefdb5fefea150955d369ddf4
2022-06-04T20:45:01Z
python
2022-08-22T15:43:43Z
closed
apache/airflow
https://github.com/apache/airflow
24,160
["airflow/providers/google/cloud/operators/bigquery.py", "tests/providers/google/cloud/operators/test_bigquery.py"]
`BigQueryCreateExternalTableOperator` uses deprecated function
### Body The `BigQueryCreateExternalTableOperator` uses `create_external_table`: https://github.com/apache/airflow/blob/cd49a8b9f64c57b5622025baee9247712c692e72/airflow/providers/google/cloud/operators/bigquery.py#L1131-L1147 this function is deprecated: https://github.com/apache/airflow/blob/511d0ee256b81969...
https://github.com/apache/airflow/issues/24160
https://github.com/apache/airflow/pull/24363
626d9db2908563c4b7675db5de2cb1e3acde82e9
c618da444e841afcfd73eeb0bce9c87648c89140
2022-06-03T11:29:43Z
python
2022-07-12T11:17:06Z
closed
apache/airflow
https://github.com/apache/airflow
24,103
["chart/templates/workers/worker-kedaautoscaler.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_keda.py"]
Add support for KEDA HPA Config to Helm Chart
### Description > When managing the scale of a group of replicas using the HorizontalPodAutoscaler, it is possible that the number of replicas keeps fluctuating frequently due to the dynamic nature of the metrics evaluated. This is sometimes referred to as thrashing, or flapping. https://kubernetes.io/docs/tasks/run-...
https://github.com/apache/airflow/issues/24103
https://github.com/apache/airflow/pull/24220
97948ecae7fcbb7dfdfb169cfe653bd20a108def
8639c70f187a7d5b8b4d2f432d2530f6d259eceb
2022-06-02T10:15:04Z
python
2022-06-30T17:16:58Z
closed
apache/airflow
https://github.com/apache/airflow
24,077
["docs/exts/exampleinclude.py"]
Fix style of example-block
### What do you see as an issue? Style of example-block in the document is broken. <img width="810" alt="example-block" src="https://user-images.githubusercontent.com/12693596/171412272-70ca791b-c798-4080-83ab-e358f290ac31.png"> This problem occurs when browser width is between 1000px and 1280px. See: https:/...
https://github.com/apache/airflow/issues/24077
https://github.com/apache/airflow/pull/24078
e41b5a012427b5e7eab49de702b83dba4fc2fa13
5087f96600f6d7cc852b91079e92d00df6a50486
2022-06-01T14:08:48Z
python
2022-06-01T17:50:57Z
closed
apache/airflow
https://github.com/apache/airflow
24,060
["airflow/utils/db.py", "tests/utils/test_db.py"]
`airflow db check-migrations -t 0` fails to check migrations in airflow 2.3
### Apache Airflow version 2.3.1 (latest released) ### What happened As of Airflow 2.3.0 the `airflow db check-migrations -t 0` command will ALWAYS think there are unapplied migrations (even if there are none to apply), whereas, in Airflow 2.2.5, a single check would be run succeessfully. This was caused by PR ht...
https://github.com/apache/airflow/issues/24060
https://github.com/apache/airflow/pull/24068
841ed271017ff35a3124f1d1a53a5c74730fed60
84d7b5ba39b3ff1fb5b856faec8fd4e731d3f397
2022-05-31T23:36:50Z
python
2022-06-01T11:03:53Z
closed
apache/airflow
https://github.com/apache/airflow
24,037
[".gitignore", "chart/.gitignore", "chart/Chart.lock", "chart/Chart.yaml", "chart/INSTALL", "chart/NOTICE", "chart/charts/postgresql-10.5.3.tgz", "scripts/ci/libraries/_kind.sh", "tests/charts/conftest.py"]
Frequent failures of helm chart tests
### Apache Airflow version main (development) ### What happened We keep on getting very frequent failures of Helm Chart tests and seems that a big number of those errors are because of errors when pulling charts from bitnami for postgres: Example here (but I saw it happening very often recently): https://gith...
https://github.com/apache/airflow/issues/24037
https://github.com/apache/airflow/pull/24395
5d5976c08c867b8dbae8301f46e0c422d4dde1ed
779571b28b4ae1906b4a23c031d30fdc87afb93e
2022-05-31T08:08:25Z
python
2022-06-14T16:07:47Z
closed
apache/airflow
https://github.com/apache/airflow
24,022
["airflow/providers/apache/hdfs/hooks/webhdfs.py", "tests/providers/apache/hdfs/hooks/test_webhdfs.py"]
Make port as optional argument
### Apache Airflow version 2.3.1 (latest released) ### What happened my webhdfs is running behind a proxy. I need to give a complicated URL and do not want to add port in front of the URL So there are two options 1) use Schema to add stuff before webhdfs/v1 2) make adding of port optional so that complete ur...
https://github.com/apache/airflow/issues/24022
https://github.com/apache/airflow/pull/24550
ed37c3a0e87f64e6942497c5d4c15078a5e02d16
d8ec1ec8ecae64dbe8591496e8bec71d5e3ca25a
2022-05-30T11:37:39Z
python
2022-06-28T12:44:09Z
closed
apache/airflow
https://github.com/apache/airflow
24,015
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py"]
KubernetesPodOperator/KubernetesExecutor: Failed to adopt pod 422
### Apache Airflow version 2.3.0 ### What happened Here i provide steps to reproduce this. Goal of this: to describe how to reproduce the "Failed to Adopt pod" error condition. The DAG->step Described Below should be of type KubernetesPodOperator NOTE: under normal operation, (where the MAIN_AIRFLOW_POD is...
https://github.com/apache/airflow/issues/24015
https://github.com/apache/airflow/pull/29279
05fb80ee9373835b2f72fad3e9976cf29aeca23b
d26dc223915c50ff58252a709bb7b33f5417dfce
2022-05-30T07:49:27Z
python
2023-02-01T11:50:58Z
closed
apache/airflow
https://github.com/apache/airflow
23,999
["airflow/providers/google/cloud/operators/cloud_sql.py"]
Set color of Operators in cloud_sql.py
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==5.0.0 ### Apache Airflow version 2.1.2 ### Operating System GCP Container ### Deployment Composer ### Deployment details composer-1.17.1-airflow-2.1.2 ### What happened No color is set for the Gr...
https://github.com/apache/airflow/issues/23999
https://github.com/apache/airflow/pull/24000
65ad2aed26f7572ba0d3b04a33f9144989ac7117
3dd7b1ddbaa3170fbda30a8323286abf075f30ba
2022-05-29T06:55:59Z
python
2022-06-01T20:09:19Z
closed
apache/airflow
https://github.com/apache/airflow
23,967
["airflow/utils/serve_logs.py", "tests/utils/test_serve_logs.py"]
serve_logs.py should respect the logging config's task handler's base_log_folder value
### Apache Airflow version 2.2.5 ### What happened in a worker container, a flask app is spun up to serve task log files that is read by the webserver and rendered to the user in the UI. The log files cannot be read if you overwrite the task handler's base_log_folder value. (404 error) ie. in the airflow.cfg, the...
https://github.com/apache/airflow/issues/23967
https://github.com/apache/airflow/pull/32781
9e3104b5effc56f77833772d86e7201bcc50b8c9
579ce065c5b0865b4aea580ee2d05c89680b7a8b
2022-05-27T13:45:58Z
python
2023-07-26T17:46:45Z
closed
apache/airflow
https://github.com/apache/airflow
23,955
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py"]
Add missing parameter documentation for `KubernetesHook` and `KubernetesPodOperator`
### Body Currently the following modules are missing certain parameters in their docstrings. Because of this, these parameters are not captured in the [Python API docs for the Kubernetes provider](https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/_api/airflow/providers/cncf/kubernetes/ind...
https://github.com/apache/airflow/issues/23955
https://github.com/apache/airflow/pull/24054
203fe71b49da760968c26752957f765c4649423b
98b4e48fbc1262f1381e7a4ca6cce31d96e6f5e9
2022-05-27T03:23:54Z
python
2022-06-06T22:20:02Z
closed
apache/airflow
https://github.com/apache/airflow
23,954
["airflow/providers/databricks/operators/databricks.py", "airflow/providers/databricks/operators/databricks_sql.py", "docs/apache-airflow-providers-databricks/operators/submit_run.rst", "docs/spelling_wordlist.txt"]
Add missing parameter documentation in `DatabricksSubmitRunOperator` and `DatabricksSqlOperator`
### Body Currently the following modules are missing certain parameters in their docstrings. Because of this, these parameters are not captured in the [Python API docs for the Databricks provider](https://airflow.apache.org/docs/apache-airflow-providers-databricks/stable/_api/airflow/providers/databricks/index.html). ...
https://github.com/apache/airflow/issues/23954
https://github.com/apache/airflow/pull/24599
2e5737df531410d2d678d09b5d2bba5d37a06003
82f842ffc56817eb039f1c4f1e2c090e6941c6af
2022-05-27T03:10:32Z
python
2022-07-28T15:19:17Z
closed
apache/airflow
https://github.com/apache/airflow
23,949
["airflow/www/static/js/dags.js"]
Only autorefresh active dags on home page
### Description In https://github.com/apache/airflow/pull/22900, we added auto-refresh for the home page. Right now, we pass all dag_ids to the `last_dagruns`, `dag_stats` and `task_stats` endpoints. During auto-refresh, we should only request info for dags that are not paused. On page load, we still want to che...
https://github.com/apache/airflow/issues/23949
https://github.com/apache/airflow/pull/24770
e9d19a60a017224165e835949f623f106b97e1cb
2a1472a6bef57fc57cfe4577bcbed5ba00521409
2022-05-26T21:08:49Z
python
2022-07-13T14:55:57Z
closed
apache/airflow
https://github.com/apache/airflow
23,945
["airflow/www/static/js/grid/dagRuns/Bar.jsx", "airflow/www/static/js/grid/dagRuns/Tooltip.jsx", "airflow/www/static/js/grid/details/Header.jsx", "airflow/www/static/js/grid/details/content/dagRun/index.jsx"]
Add backfill icon to grid view dag runs
### Description In the grid view, we use a play icon to indicate manually triggered dag runs. We should do the same for a backfilled dag run. Possible icons can be found [here](https://react-icons.github.io/react-icons). Note: We use the manual run icon in both the [dag run bar component](https://github.com/...
https://github.com/apache/airflow/issues/23945
https://github.com/apache/airflow/pull/23970
6962d8a3556999af2eec459c944417ddd6d2cfb3
d470a8ef8df152eceee88b95365ff923db7cb2d7
2022-05-26T16:40:00Z
python
2022-05-27T20:25:04Z
closed
apache/airflow
https://github.com/apache/airflow
23,935
["airflow/providers/ftp/hooks/ftp.py", "tests/providers/ftp/hooks/test_ftp.py"]
No option to set blocksize when retrieving a file in ftphook
### Apache Airflow version 2.0.0 ### What happened using ftphook, im trying to download a file in chunks but the deafult blocksize is 8192 and cannot be changed. retrieve_file code is calling conn.retrbinary(f'RETR {remote_file_name}', callback) but no blocksize is passed while this function is declared: def retr...
https://github.com/apache/airflow/issues/23935
https://github.com/apache/airflow/pull/24860
2f29bfefb59b0014ae9e5f641d3f6f46c4341518
64412ee867fe0918cc3b616b3fb0b72dcd88125c
2022-05-26T12:06:34Z
python
2022-07-07T20:54:46Z
closed
apache/airflow
https://github.com/apache/airflow
23,926
["airflow/www/fab_security/manager.py"]
Airflow 2.3.1 - gunicorn keeps removing and adding Permission menu access on Permissions to role Admin
### Apache Airflow version 2.3.1 (latest released) ### What happened gunicorn log file is full of these messages. This behavior was present also in release 2.3.0 I don't think that was a problem in Airflow 2.2.x The problem is that web server now is much weekier than before and it is the second time in a w...
https://github.com/apache/airflow/issues/23926
https://github.com/apache/airflow/pull/24065
75fdbf01dd91cc65d8289b1d2f7183b1db08dae1
be21e08e1bb6202626c12b2375f24167cf22838a
2022-05-26T04:00:43Z
python
2022-06-02T18:04:52Z
closed
apache/airflow
https://github.com/apache/airflow
23,917
["setup.py"]
Wrong dependecy version of requests for Databricks provider
### Apache Airflow Provider(s) databricks ### Versions of Apache Airflow Providers apache-airflow-providers-databricks==2.7.0 ### Apache Airflow version 2.2.2 ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Other ### Deployment details _No response_ ### What happened There was added ...
https://github.com/apache/airflow/issues/23917
https://github.com/apache/airflow/pull/23927
b170dc7d66a628e405a824bfbc9fb48a3b3edd63
80c3fcd097c02511463b2c4f586757af0e5f41b2
2022-05-25T18:10:21Z
python
2022-05-27T01:57:12Z
closed
apache/airflow
https://github.com/apache/airflow
23,871
["airflow/dag_processing/manager.py", "airflow/utils/process_utils.py", "tests/utils/test_process_utils.py"]
`dag-processor` failed to start in docker
### Apache Airflow version 2.3.0 (latest released) ### What happened Standalone DagProcessor which run in Apache Airflow Production Docker Image failed with error ``` airflow-dag-processor_1 | airflow-dag-processor_1 | Traceback (most recent call last): airflow-dag-processor_1 | File "/home/airflow/.loca...
https://github.com/apache/airflow/issues/23871
https://github.com/apache/airflow/pull/23872
8ccff9244a6d1a936d8732721373b967e95ec404
9216489d9a25f56f7a55d032b0ebfc1bf0bf4a83
2022-05-23T15:15:46Z
python
2022-05-27T14:29:11Z
closed
apache/airflow
https://github.com/apache/airflow
23,868
["dev/breeze/src/airflow_breeze/commands/testing_commands.py"]
Don’t show traceback on 'breeze tests' subprocess returning non-zero
### Body Currently, if any tests fail when `breeze tests` is run, Breeze 2 would emit a traceback pointing to the `docker-compose` subprocess call. This is due to Docker propagating the exit call of the underlying `pytest` subprocess. While it is technically correct to emit an exception, the traceback is useless in th...
https://github.com/apache/airflow/issues/23868
https://github.com/apache/airflow/pull/23897
1bf6dded9a5dcc22238b8943028b08741e36dfe5
d788f4b90128533b1ac3a0622a8beb695b52e2c4
2022-05-23T14:12:38Z
python
2022-05-24T20:56:25Z
closed
apache/airflow
https://github.com/apache/airflow
23,867
["dev/breeze/src/airflow_breeze/commands/ci_image_commands.py", "dev/breeze/src/airflow_breeze/utils/md5_build_check.py", "images/breeze/output-commands-hash.txt"]
Don’t prompt for 'breeze build-image'
### Body Currently, running the (new) `breeze build-image` brings up two prompts if any of the meta files are outdated: ``` $ breeze build-image Good version of Docker: 20.10.14. Good version of docker-compose: 2.5.1 The following important files are modified in ./airflow since last time image was built: * ...
https://github.com/apache/airflow/issues/23867
https://github.com/apache/airflow/pull/23898
cac7ab5c4f4239b04d7800712ee841f0e6f6ab86
90940b529340ef7f9b8c51d5c7d9b6a848617dea
2022-05-23T13:44:37Z
python
2022-05-24T16:27:25Z
closed
apache/airflow
https://github.com/apache/airflow
23,838
["airflow/models/mappedoperator.py", "tests/serialization/test_dag_serialization.py"]
AIP-45 breaks follow-on mini scheduler for mapped tasks
I've just noticed that this causes a problem for the follow-on mini scheduler for mapped tasks. I guess that code path wasn't sufficiently unit tested. DAG ```python import csv import io import os import json from datetime import datetime from airflow import DAG from airflow.decorators import task from ...
https://github.com/apache/airflow/issues/23838
https://github.com/apache/airflow/pull/24772
1abdf3fd1e048f53e061cc9ad59177be7b5245ad
6fd06fa8c274b39e4ed716f8d347229e017ba8e5
2022-05-20T21:41:26Z
python
2022-07-05T09:36:33Z
closed
apache/airflow
https://github.com/apache/airflow
23,833
["airflow/decorators/base.py", "airflow/models/mappedoperator.py", "airflow/serialization/serialized_objects.py", "tests/serialization/test_dag_serialization.py"]
Dynamic Task Mapping not working with op_kwargs in PythonOperator
### Apache Airflow version 2.3.0 (latest released) ### What happened The following DAG was written and expected to generate 3 tasks (one for each string in the list) **dag_code** ```python import logging from airflow.decorators import dag, task from airflow.operators.python import PythonOperator from airfl...
https://github.com/apache/airflow/issues/23833
https://github.com/apache/airflow/pull/23860
281e54b442f0a02bda53ae847aae9f371306f246
5877f45d65d5aa864941efebd2040661b6f89cb1
2022-05-20T17:19:23Z
python
2022-06-22T07:48:50Z
closed
apache/airflow
https://github.com/apache/airflow
23,826
["airflow/providers/google/cloud/operators/bigquery.py", "tests/providers/google/cloud/operators/test_bigquery.py"]
BigQueryInsertJobOperator is broken on any type of job except `query`
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==7.0.0 ### Apache Airflow version 2.2.5 ### Operating System MacOS 12.2.1 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What h...
https://github.com/apache/airflow/issues/23826
https://github.com/apache/airflow/pull/24165
389e858d934a7813c7f15ab4e46df33c5720e415
a597a76e8f893865e7380b072de612763639bfb9
2022-05-20T09:58:37Z
python
2022-06-03T17:52:45Z
closed
apache/airflow
https://github.com/apache/airflow
23,824
["airflow/jobs/scheduler_job.py", "tests/jobs/test_scheduler_job.py"]
Race condition between Triggerer and Scheduler
### Apache Airflow version 2.2.5 ### What happened Deferable tasks, that trigger instantly after getting defered, might get its state set to `FAILED` by the scheduler. The triggerer can fire the trigger and scheduler can re-queue the task instance before it has a chance to process the executor event for when the ...
https://github.com/apache/airflow/issues/23824
https://github.com/apache/airflow/pull/23846
94f4f81efb8c424bee8336bf6b8720821e48898a
66ffe39b0b3ae233aeb80e77eea1b2b867cc8c45
2022-05-20T09:22:34Z
python
2022-06-28T22:14:09Z
closed
apache/airflow
https://github.com/apache/airflow
23,823
["airflow/providers_manager.py"]
ModuleNotFoundExceptions not matched as optional features
### Apache Airflow version 2.3.0 (latest released) ### What happened The `providers_manager.py` logs an import warning with stack trace (see example) for optional provider features instead of an info message noting the optional feature is disabled. Sample message: ``` [2022-05-19 21:46:53,065] {providers_manager.p...
https://github.com/apache/airflow/issues/23823
https://github.com/apache/airflow/pull/23825
5bfacf81c63668ea63e7cb48f4a708a67d0ac0a2
6f5749c0d04bd732b320fcbe7713f2611e3d3629
2022-05-20T08:44:08Z
python
2022-05-20T12:08:04Z
closed
apache/airflow
https://github.com/apache/airflow
23,822
["airflow/providers/amazon/aws/example_dags/example_dms.py", "airflow/providers/amazon/aws/operators/rds.py", "docs/apache-airflow-providers-amazon/operators/rds.rst", "tests/providers/amazon/aws/operators/test_rds.py", "tests/system/providers/amazon/aws/rds/__init__.py", "tests/system/providers/amazon/aws/rds/example_...
Add an AWS operator for Create RDS Database
### Description @eladkal suggested we add the operator and then incorporate it into https://github.com/apache/airflow/pull/23681. I have a little bit of a backlog right now trying to get the System Tests up and running for AWS, but if someone wants to get to it before me, it should be a pretty easy first contribution...
https://github.com/apache/airflow/issues/23822
https://github.com/apache/airflow/pull/24099
c7feb31786c7744da91d319f499d9f6015d82454
bf727525e1fd777e51cc8bc17285f6093277fdef
2022-05-20T01:28:34Z
python
2022-06-28T19:32:17Z
closed
apache/airflow
https://github.com/apache/airflow
23,799
["docs/apache-airflow-providers-google/operators/cloud/cloud_sql.rst"]
Fix typo in cloud_sql.rst
### What do you see as an issue? CloudSqlInstanceImportOperator does not exist. https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/cloud_sql.html#cloudsqlinstanceimportoperator <img width="1040" alt="image" src="https://user-images.githubusercontent.com/12693596/169287518-45e...
https://github.com/apache/airflow/issues/23799
https://github.com/apache/airflow/pull/23800
8f3ce33e921056db3bac34dcf38b238cbf417279
54aa23405240b9db553bf639de85b2d86364420b
2022-05-19T11:55:41Z
python
2022-05-19T23:02:22Z
closed
apache/airflow
https://github.com/apache/airflow
23,796
["airflow/config_templates/airflow_local_settings.py", "airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/utils/log/colored_log.py", "airflow/utils/log/timezone_aware.py", "airflow/www/static/js/grid/details/content/taskInstance/Logs/utils.js", "airflow/www/static/js/ti_log....
Webserver shows wrong datetime (timezone) in log
### Apache Airflow version 2.3.0 (latest released) ### What happened same as #19401 , when I open task`s log in web interface, it shifts this time forward by 8 hours (for Asia/Shanghai), but it's already in Asia/Shanghai. here is the log in web: ``` *** Reading local file: /opt/airflow/logs/forecast/cal/2022-05-1...
https://github.com/apache/airflow/issues/23796
https://github.com/apache/airflow/pull/24373
5a8209e5096528b6f562efebbe71b6b9c378aaed
7de050ceeb381fb7959b65acd7008e85b430c46f
2022-05-19T09:11:51Z
python
2022-06-24T13:17:24Z
closed
apache/airflow
https://github.com/apache/airflow
23,792
["airflow/models/expandinput.py", "tests/models/test_mappedoperator.py"]
Dynamic task mapping creates too many mapped instances when task pushed non-default XCom
### Apache Airflow version 2.3.0 (latest released) ### What happened Excess tasks are created when using dynamic task mapping with KubernetesPodOperator, but only in certain cases which I do not understand. I have a simple working example of this where the flow is: - One task that returns a list XCom (list of...
https://github.com/apache/airflow/issues/23792
https://github.com/apache/airflow/pull/24530
df388a3d5364b748993e61b522d0b68ff8b8124a
a69095fea1722e153a95ef9da93b002b82a02426
2022-05-19T01:02:41Z
python
2022-07-27T08:36:23Z
closed
apache/airflow
https://github.com/apache/airflow
23,786
["airflow/www/utils.py", "airflow/www/views.py"]
DAG Loading Slow with Dynamic Tasks - Including Test Results and Benchmarking
### Apache Airflow version 2.3.0 (latest released) ### What happened The web UI is slow to load the default (grid) view for DAGs when there are mapped tasks with a high number of expansions. I did some testing with DAGs that have a variable number of tasks, along with changing the webserver resources to see...
https://github.com/apache/airflow/issues/23786
https://github.com/apache/airflow/pull/23813
86cfd1244a641a8f17c9b33a34399d9be264f556
7ab5ea7853df9d99f6da3ab804ffe085378fbd8a
2022-05-18T21:23:59Z
python
2022-05-20T04:18:17Z
closed
apache/airflow
https://github.com/apache/airflow
23,783
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "kubernetes_tests/test_kubernetes_pod_operator.py", "kubernetes_tests/test_kubernetes_pod_operator_backcompat.py"]
Partial of a KubernetesPodOperator does not allow for limit_cpu and limit_memory in the resources argument
### Apache Airflow version 2.3.0 (latest released) ### What happened When performing dynamic task mapping and providing Kubernetes limits to the `resources` argument, the DAG raises an import error: ``` Broken DAG: [/opt/airflow/dags/bulk_image_processing.py] Traceback (most recent call last): File "/h...
https://github.com/apache/airflow/issues/23783
https://github.com/apache/airflow/pull/24673
40f08900f2d1fb0d316b40dde583535a076f616b
45f4290712f5f779e57034f81dbaab5d77d5de85
2022-05-18T18:46:44Z
python
2022-06-28T06:45:31Z
closed
apache/airflow
https://github.com/apache/airflow
23,772
["airflow/www/utils.py", "airflow/www/views.py"]
New grid view in Airflow 2.3.0 has very slow performance on large DAGs relative to tree view in 2.2.5
### Apache Airflow version 2.3.0 (latest released) ### What happened I upgraded a local dev deployment of Airflow from 2.2.5 to 2.3.0, then loaded the new `/dags/<dag_id>/grid` page for a few dag ids. On a big DAG, I’m seeing 30+ second latency on the `/grid` API, followed by a 10+ second delay each time I click...
https://github.com/apache/airflow/issues/23772
https://github.com/apache/airflow/pull/23947
5ab58d057abb6b1f28eb4e3fb5cec7dc9850f0b0
1cf483fa0c45e0110d99e37b4e45c72c6084aa97
2022-05-18T04:37:28Z
python
2022-05-26T19:53:22Z
closed
apache/airflow
https://github.com/apache/airflow
23,765
["airflow/providers/amazon/aws/hooks/emr.py", "airflow/providers/amazon/aws/operators/emr.py", "tests/providers/amazon/aws/operators/test_emr_containers.py"]
Add support of tags assignment to job runs in EmrContainerOperator
### Description AWS allows to assign the tags to the individual EMR job runs on a virtual cluster. However, the [EmrContainerOperator](https://github.com/apache/airflow/blob/820d8eb7c631eea7f9d5cbd23840d026e99ae304/airflow/providers/amazon/aws/operators/emr.py#L121) currently does not provide the ability to pass the ...
https://github.com/apache/airflow/issues/23765
https://github.com/apache/airflow/pull/23769
65f3b18fc1142c0d23e715fa1a98f21662df9584
e54ca47262579742fc3c297c7f8d4c48f2437f82
2022-05-17T20:04:10Z
python
2022-05-22T14:04:58Z
closed
apache/airflow
https://github.com/apache/airflow
23,756
["airflow/providers/amazon/aws/operators/eks.py"]
Amazon EKS example DAG raises warnning
### Body ``` Importing package: airflow.providers.amazon.aws.example_dags [2022-05-17 15:53:10,675] {eks.py:287} WARNING - The nodegroup_subnets should be List or string representing Python list and is {{ dag_run.conf['nodegroup_subnets'] }}. Defaulting to [] ``` https://github.com/apache/airflow/blob/dec05fb6b2...
https://github.com/apache/airflow/issues/23756
https://github.com/apache/airflow/pull/23849
6150d283234b48f86362fd4da856e282dd91ebb4
5d2296becb9401df6ca58bb7d15d6655eb168aed
2022-05-17T16:04:02Z
python
2022-05-22T14:25:20Z
closed
apache/airflow
https://github.com/apache/airflow
23,733
["airflow/www/templates/airflow/dag.html"]
Task Instance pop-up menu - some buttons not always clickable
### Apache Airflow version 2.3.0 (latest released) ### What happened See recorded screencap - in the task instance pop-up menu, sometimes the top menu options aren't clickable until you move the mouse around a bit and find an area where it will allow you to click This only seems to affect the `Instance Details`, ...
https://github.com/apache/airflow/issues/23733
https://github.com/apache/airflow/pull/23736
71e4deb1b093b7ad9320eb5eb34eca8ea440a238
239a9dce5b97d45620862b42fd9018fdc9d6d505
2022-05-16T18:28:42Z
python
2022-05-17T02:58:56Z
closed
apache/airflow
https://github.com/apache/airflow
23,727
["airflow/exceptions.py", "airflow/executors/kubernetes_executor.py", "airflow/kubernetes/pod_generator.py", "airflow/models/taskinstance.py", "tests/executors/test_kubernetes_executor.py", "tests/kubernetes/test_pod_generator.py", "tests/models/test_taskinstance.py"]
Airflow 2.3 scheduler error: 'V1Container' object has no attribute '_startup_probe'
### Apache Airflow version 2.3.0 (latest released) ### What happened After migrating from Airflow 2.2.4 to 2.3.0 scheduler fell into crash loop throwing: ``` --- Logging error --- Traceback (most recent call last): File "/home/airflow/.local/lib/python3.9/site-packages/airflow/jobs/scheduler_job.py", l...
https://github.com/apache/airflow/issues/23727
https://github.com/apache/airflow/pull/24117
c8fa9e96e29f9f8b4ff9c7db416097fb70a87c2d
0c41f437674f135fe7232a368bf9c198b0ecd2f0
2022-05-16T15:09:06Z
python
2022-06-15T04:30:53Z
closed
apache/airflow
https://github.com/apache/airflow
23,722
["airflow/providers/google/cloud/operators/cloud_sql.py", "tests/providers/google/cloud/operators/test_cloud_sql.py"]
Add fields to CLOUD_SQL_EXPORT_VALIDATION
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==5.0.0 ### Apache Airflow version 2.1.2 ### Operating System GCP Container ### Deployment Composer ### Deployment details composer-1.17.1-airflow-2.1.2 ### What happened ...
https://github.com/apache/airflow/issues/23722
https://github.com/apache/airflow/pull/23724
9e25bc211f6f7bba1aff133d21fe3865dabda53d
3bf9a1df38b1ccfaf965a207d047b30452df1ba5
2022-05-16T11:05:33Z
python
2022-05-16T19:16:09Z
closed
apache/airflow
https://github.com/apache/airflow
23,705
["chart/templates/redis/redis-statefulset.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_annotations.py"]
Adding PodAnnotations for Redis Statefulset
### Description Most Airflow services come with the ability of adding annotation, a part from Redis. This feature request adds this capability into the Redis helm template as well. ### Use case/motivation Specifically for us, annotations and labels are used to integrate Airflow with external services, such as ...
https://github.com/apache/airflow/issues/23705
https://github.com/apache/airflow/pull/23708
ef79a0d1c4c0a041d7ebf83b93cbb25aa3778a70
2af19f16a4d94e749bbf6c7c4704e02aac35fc11
2022-05-14T07:46:23Z
python
2022-07-11T21:27:26Z
closed
apache/airflow
https://github.com/apache/airflow
23,698
["airflow/utils/db_cleanup.py"]
airflow db clean - table missing exception not captured
### Apache Airflow version 2.3.0 (latest released) ### What happened I am running on the Kubernetes Executor, so Celery-related tables were never created. I am using PostgreSQL as the database. When I ran `airflow db clean`, it gave me the following exception: ``` Traceback (most recent call last): File "/...
https://github.com/apache/airflow/issues/23698
https://github.com/apache/airflow/pull/23699
252ef66438ecda87a8aac4beed1f689f14ee8bec
a80b2fcaea984813995d4a2610987a1c9068fdb5
2022-05-13T11:35:22Z
python
2022-05-19T16:47:56Z
closed
apache/airflow
https://github.com/apache/airflow
23,693
["airflow/executors/kubernetes_executor.py", "tests/executors/test_kubernetes_executor.py"]
Airflow backfill command not working; Tasks are stuck in scheduled forever.
### Apache Airflow version 2.2.1 ### What happened When I try to backfill using `airflow dags backfill ...`, the 'Run' shows running but the tasks are stuck in scheduled state forever. 1. Code for DAG to reproduce the problem ```python import time from datetime import timedelta import pendulum from airfl...
https://github.com/apache/airflow/issues/23693
https://github.com/apache/airflow/pull/23720
49cfb6498eed0acfc336a24fd827b69156d5e5bb
640d4f9636d3867d66af2478bca15272811329da
2022-05-13T03:05:56Z
python
2022-11-18T01:09:31Z
closed
apache/airflow
https://github.com/apache/airflow
23,692
["docs/apache-airflow/extra-packages-ref.rst"]
Conflicts with airflow constraints for airflow 2.3.0 python 3.9
### Apache Airflow version 2.3.0 (latest released) ### What happened When installing airflow 2.3.0 using pip command with "all" it fails on dependency google-ads `pip install "apache-airflow[all]==2.3.0" -c "https://raw.githubusercontent.com/apache/airflow/constraints-2.3.0/constraints-3.9.txt"` > The co...
https://github.com/apache/airflow/issues/23692
https://github.com/apache/airflow/pull/23697
4afa8e3cecf1e4a2863715d14a45160034ad31a6
310002e44887847991b0864bbf9a921c7b11e930
2022-05-13T00:01:55Z
python
2022-05-13T11:33:17Z
closed
apache/airflow
https://github.com/apache/airflow
23,689
["airflow/timetables/_cron.py", "airflow/timetables/interval.py", "airflow/timetables/trigger.py", "tests/timetables/test_interval_timetable.py"]
Data Interval wrong when manually triggering with a specific logical date
### Apache Airflow version 2.2.5 ### What happened When I use the date picker in the “Trigger DAG w/ config” page to choose a specific logical date for some reason on a scheduled daily DAG the Data Interval Start (circled in red) is 2 days before the logical date (circled in blue), instead of the same as the l...
https://github.com/apache/airflow/issues/23689
https://github.com/apache/airflow/pull/22658
026f1bb98cd05a26075bd4e4fb68f7c3860ce8db
d991d9800e883a2109b5523ae6354738e4ac5717
2022-05-12T22:29:26Z
python
2022-08-16T13:26:00Z
closed
apache/airflow
https://github.com/apache/airflow
23,688
["airflow/decorators/base.py", "tests/decorators/test_python.py"]
_TaskDecorator has no __wrapped__ attribute in v2.3.0
### Apache Airflow version 2.3.0 (latest released) ### What happened I run a unit test on a task which is defined using the task decorator. In the unit test, I unwrap the task decorator with the `__wrapped__` attribute, but this no longer works in v2.3.0. It works in v2.2.5. ### What you think should happen instead...
https://github.com/apache/airflow/issues/23688
https://github.com/apache/airflow/pull/23830
a8445657996f52b3ac5ce40a535d9c397c204d36
a71e4b789006b8f36cd993731a9fb7d5792fccc2
2022-05-12T22:12:05Z
python
2022-05-23T01:24:52Z
closed
apache/airflow
https://github.com/apache/airflow
23,679
["airflow/config_templates/config.yml.schema.json", "airflow/configuration.py", "tests/config_templates/deprecated.cfg", "tests/config_templates/deprecated_cmd.cfg", "tests/config_templates/deprecated_secret.cfg", "tests/config_templates/empty.cfg", "tests/core/test_configuration.py", "tests/utils/test_config.py"]
exceptions.DagRunNotFound: DagRun for example_bash_operator with run_id or execution_date of
### Apache Airflow version main (development) ### What happened trying to run airflow tasks run command locally and force `StandardTaskRunner` to use `_start_by_exec` instead of `_start_by_fork` ``` airflow tasks run example_bash_operator also_run_this scheduled__2022-05-08T00:00:00+00:00 --job-id 237 --l...
https://github.com/apache/airflow/issues/23679
https://github.com/apache/airflow/pull/23723
ce8ea6691820140a0e2d9a5dad5254bc05a5a270
888bc2e233b1672a61433929e26b82210796fd71
2022-05-12T19:15:54Z
python
2022-05-20T14:09:52Z