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
31,027
["airflow/config_templates/default_celery.py"]
Airflow doesn't recognize `rediss:...` url to point to a Redis broker
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow 2.5.3 Redis is attached using `rediss:...` url. While deploying the instance, it Airflow/Celery downgrades `rediss` to `redis` with the warning `[2023-05-02 18:38:30,377: WARNING/MainProcess] Secure redis sch...
https://github.com/apache/airflow/issues/31027
https://github.com/apache/airflow/pull/31028
d91861d3bdbde18c937978c878d137d6c758e2c6
471fdacd853a5bcb190e1ffc017a4e650097ed69
2023-05-02T20:10:11Z
python
2023-06-07T17:09:46Z
closed
apache/airflow
https://github.com/apache/airflow
31,025
["airflow/www/static/js/dag/details/graph/Node.tsx", "airflow/www/static/js/dag/details/graph/utils.ts", "airflow/www/static/js/utils/graph.ts"]
New graph view renders incorrectly when prefix_group_id=false
### Apache Airflow version 2.6.0 ### What happened If a task_group in a dag has `prefix_group_id=false` in its config, the new graph won't render correctly. When the group is collapsed nothing is shown and there is an error in the console. When the group is expanded, the nodes will render but its edges become ...
https://github.com/apache/airflow/issues/31025
https://github.com/apache/airflow/pull/32764
53c6305bd0a914738074821d5f5f233e3ed5bee5
3e467ba510d29e912d89115769726111b8bce891
2023-05-02T18:15:05Z
python
2023-07-22T10:23:12Z
closed
apache/airflow
https://github.com/apache/airflow
31,014
["airflow/www/static/js/trigger.js", "airflow/www/templates/airflow/trigger.html", "docs/apache-airflow/core-concepts/params.rst", "tests/www/views/test_views_trigger_dag.py"]
Exception when manually triggering dags via UI with `params` defined.
### Apache Airflow version 2.6.0 ### What happened When clicking the "Trigger DAG w/ config" in a DAG UI I receive a 500 "Oops" page when `params` are defined for the DAG. The Airflow webserver logs show this: ``` 2023-05-02T13:02:50 - [2023-05-02T12:02:50.249+0000] {app.py:1744} ERROR - Exception on /t...
https://github.com/apache/airflow/issues/31014
https://github.com/apache/airflow/pull/31078
49cc213919a7e2a5d4bdc9f952681fa4ef7bf923
b8b18bd74b72edc4b40e91258fccc54cf3aff3c1
2023-05-02T12:08:03Z
python
2023-05-06T12:20:01Z
closed
apache/airflow
https://github.com/apache/airflow
30,984
["airflow/models/dagrun.py", "airflow/models/taskinstance.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py"]
Unable to remove DagRun and TaskInstance with note
### Apache Airflow version 2.6.0 ### What happened Hi, I'm unable to remove DagRun and TaskInstance when they have note attached. ### What you think should happen instead Should be able to remove DagRuns or TaskInstances with or without notes. Also note should be removed when parent entity is removed. ### Ho...
https://github.com/apache/airflow/issues/30984
https://github.com/apache/airflow/pull/30987
ec7674f111177c41c02e5269ad336253ed9c28b4
0212b7c14c4ce6866d5da1ba9f25d3ecc5c2188f
2023-05-01T06:29:36Z
python
2023-05-01T21:14:04Z
closed
apache/airflow
https://github.com/apache/airflow
30,947
["BREEZE.rst"]
BREEZE: add troubleshooting section to cover ETIMEDOUT during start-airflow
### What do you see as an issue? BREEZE troubleshooting section does not have issue related to ETIMEOUT and potential fix when it happens: https://github.com/apache/airflow/blob/main/BREEZE.rst#troubleshooting ### Solving the problem BREEZE.rst can be improved by having ways to troubleshoot and fix the ETIMEOUT...
https://github.com/apache/airflow/issues/30947
https://github.com/apache/airflow/pull/30949
783aa9cecbf47b4d0e5509d1919f644b9689b6b3
bd542fdf51ad9550e5c4348f11e70b5a6c9adb48
2023-04-28T18:03:00Z
python
2023-04-28T20:37:03Z
closed
apache/airflow
https://github.com/apache/airflow
30,932
["airflow/models/baseoperator.py", "tests/models/test_mappedoperator.py"]
Tasks created using "dynamic task mapping" ignore the Task Group passed as argument
### Apache Airflow version main (development) ### What happened When creating a DAG with Task Groups and a Mapped Operator, if the Task Group is passed as argument to Mapped Operator's `partial` method it is ignored and the operator is not added to the group. ### What you think should happen instead The ...
https://github.com/apache/airflow/issues/30932
https://github.com/apache/airflow/pull/30933
1d4b1410b027c667d4e2f51f488f98b166facf71
4ee2de1e38a85abb89f9f313a3424c7368e12d1a
2023-04-27T23:34:38Z
python
2023-04-29T21:27:22Z
closed
apache/airflow
https://github.com/apache/airflow
30,900
["airflow/api_connexion/endpoints/dag_endpoint.py", "tests/api_connexion/endpoints/test_dag_endpoint.py"]
REST API, order_by parameter in dags list is not taken into account
### Apache Airflow version 2.5.3 ### What happened It seems that the order_by parameters is not used when calling dags list with the rest api The following two commands returns the same results which should not be possible cause one is ascending and the other descending curl -X 'GET' 'http://<server_name>:<...
https://github.com/apache/airflow/issues/30900
https://github.com/apache/airflow/pull/30926
36fe6d0377d37b5f6be8ea5659dcabb44b4fc233
1d4b1410b027c667d4e2f51f488f98b166facf71
2023-04-27T10:10:57Z
python
2023-04-29T16:07:01Z
closed
apache/airflow
https://github.com/apache/airflow
30,884
["airflow/jobs/dag_processor_job_runner.py"]
DagProcessor Performance Regression
### Apache Airflow version 2.5.3 ### What happened Upgrading from `2.4.3` to `2.5.3` caused a significant increase in dag processing time on standalone dag processor (~1-2s to 60s): ``` /opt/airflow/dags/ecco_airflow/dags/image_processing/product_image_load.py ...
https://github.com/apache/airflow/issues/30884
https://github.com/apache/airflow/pull/30899
7ddad1a24b1664cef3827b06d9c71adbc558e9ef
00ab45ffb7dee92030782f0d1496d95b593fd4a7
2023-04-26T14:47:31Z
python
2023-04-27T11:27:33Z
closed
apache/airflow
https://github.com/apache/airflow
30,883
["airflow/models/skipmixin.py", "tests/models/test_skipmixin.py"]
BranchPythonOperator skips downstream tasks for all mapped instances in TaskGroup mapping
### Apache Airflow version 2.5.1, 2.6.0 ### What happened Hello! When using a branching operator in a mapped task group, skipped tasks will be for all mapped instances of the task_group. Here is an example DAG exhibiting the issue. ![image](https://user-images.githubusercontent.com/11246353/234595433-6...
https://github.com/apache/airflow/issues/30883
https://github.com/apache/airflow/pull/31153
ef75a3a6757a033586c933f7b62ab86f846af754
9985c3571175d054bfabef02979ecc934e6aae73
2023-04-26T14:19:04Z
python
2023-07-06T16:06:22Z
closed
apache/airflow
https://github.com/apache/airflow
30,838
["airflow/www/templates/airflow/dags.html", "airflow/www/views.py"]
Sort Dag List by Last Run Date
### Description It would be helpful to me if I could see the most recently ran DAGs and their health in the Airflow UI. Right now many fields are sortable but not last run. The solution here would likely build off the previous work from this issue: https://github.com/apache/airflow/issues/8459 ### Use case/motivat...
https://github.com/apache/airflow/issues/30838
https://github.com/apache/airflow/pull/31234
7ebda3898db2eee72d043a9565a674dea72cd8fa
3363004450355582712272924fac551dc1f7bd56
2023-04-24T13:41:07Z
python
2023-05-17T15:11:15Z
closed
apache/airflow
https://github.com/apache/airflow
30,797
["airflow/serialization/serde.py", "tests/utils/test_json.py"]
Deserialization of nested dict failing
### Apache Airflow version 2.6.0b1 ### What happened When returning nested dictionary data from Task A and passing the returned value in Task B the deserialization fails if the data is nested dictionary with nonprimitive or iterable type. ``` Traceback (most recent call last): File "/Users/utkarsharma/s...
https://github.com/apache/airflow/issues/30797
https://github.com/apache/airflow/pull/30819
cbaea573b3658dd941335e21c5f29118b31cb6d8
58e26d9df42f10e4e2b46cd26c6832547945789b
2023-04-21T16:47:31Z
python
2023-04-23T10:38:38Z
closed
apache/airflow
https://github.com/apache/airflow
30,796
["docs/apache-airflow/authoring-and-scheduling/plugins.rst"]
Tasks forked by the Local Executor are loading stale modules when the modules are also referenced by plugins
### Apache Airflow version 2.5.3 ### What happened After upgrading from Airflow 2.4.3 to 2.5.3, tasks forked by the `Local Executor` can run with outdated module imports if those modules are also imported by plugins. It seems as though tasks will reuse imports that were first loaded when the scheduler boots, and any...
https://github.com/apache/airflow/issues/30796
https://github.com/apache/airflow/pull/31781
ab8c9ec2545caefb232d8e979b18b4c8c8ad3563
18f2b35c8fe09aaa8d2b28065846d7cf1e85cae2
2023-04-21T15:35:10Z
python
2023-06-08T18:50:58Z
closed
apache/airflow
https://github.com/apache/airflow
30,689
["airflow/sensors/external_task.py", "tests/sensors/test_external_task_sensor.py"]
ExternalTaskSensor waits forever for TaskGroup containing mapped tasks
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened If you have an `ExternalTaskSensor` that uses `external_task_group_id` to wait on a `TaskGroup`, and if that `TaskGroup` contains any [mapped tasks](https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/dynamic-task-m...
https://github.com/apache/airflow/issues/30689
https://github.com/apache/airflow/pull/30742
ae3a61775a79a3000df0a8bdf50807033f4e3cdc
3c30e54de3b8a6fe793b0ff1ed8225562779d96c
2023-04-17T21:23:39Z
python
2023-05-18T07:38:24Z
closed
apache/airflow
https://github.com/apache/airflow
30,673
["airflow/providers/openlineage/utils/utils.py"]
Open-Lineage type-ignore in OpenLineageRedactor likely hides some problem
### Body The new `attrs` package 23.1 released on 16th of April (11 hours ago) added typing information to "attrs.asdict" method and it mypy tests started to fail with ``` airflow/providers/openlineage/utils/utils.py:345: error: Argument 1 to "asdict" has incompatible type "Type[AttrsInstance]"; expected "AttrsI...
https://github.com/apache/airflow/issues/30673
https://github.com/apache/airflow/pull/30677
2557c07aa5852d415a647679180d4dbf81a5d670
6a6455ad1c2d76eaf9c60814c2b0a0141ad29da0
2023-04-16T21:32:52Z
python
2023-04-17T13:56:53Z
closed
apache/airflow
https://github.com/apache/airflow
30,635
["airflow/providers/google/cloud/operators/bigquery.py"]
`BigQueryGetDataOperator` does not respect project_id parameter
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==8.11.0 google-cloud-bigquery==2.34.4 ### Apache Airflow version 2.5.2+astro.2 ### Operating System OSX ### Deployment Astronomer ### Deployment details _No response_ ### W...
https://github.com/apache/airflow/issues/30635
https://github.com/apache/airflow/pull/30651
d3aeb4db0c539f2151ef395300cb2b5efc6dce08
4eab616e9f0a89c1a6268d5b5eaba526bfa9be6d
2023-04-14T01:00:24Z
python
2023-04-15T00:39:19Z
closed
apache/airflow
https://github.com/apache/airflow
30,613
["airflow/providers/amazon/aws/hooks/base_aws.py", "tests/providers/amazon/aws/hooks/test_dynamodb.py"]
DynamoDBHook - not able to registering a custom waiter
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon=7.4.1 ### Apache Airflow version airflow=2.5.3 ### Operating System Mac ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened We can register a custom waiter by ad...
https://github.com/apache/airflow/issues/30613
https://github.com/apache/airflow/pull/30595
cb5a2c56b99685305eecdd3222b982a1ef668019
7c2d3617bf1be0781e828d3758ee6d9c6490d0f0
2023-04-13T04:27:21Z
python
2023-04-14T16:43:59Z
closed
apache/airflow
https://github.com/apache/airflow
30,600
["airflow/dag_processing/manager.py", "airflow/models/dag.py", "tests/dag_processing/test_job_runner.py"]
DAGs deleted from zips aren't deactivated
### Apache Airflow version 2.5.3 ### What happened When a DAG is removed from a zip in the DAGs directory, but the zip file remains, it is not marked correctly as inactive. It is still visible in the UI, and attempting to open the DAG results in an `DAG "mydag" seems to be missing from DagBag.` error in the UI. T...
https://github.com/apache/airflow/issues/30600
https://github.com/apache/airflow/pull/30608
0f3b6579cb67d3cf8bd9fa8f9abd502fc774201a
7609021ce93d61f2101f5e8cdc126bb8369d334b
2023-04-12T14:05:38Z
python
2023-04-13T04:10:17Z
closed
apache/airflow
https://github.com/apache/airflow
30,593
["airflow/jobs/dag_processor_job_runner.py"]
After upgrading to 2.5.3, Dag Processing time increased dramatically.
### Apache Airflow version 2.5.3 ### What happened I upgraded my airflow cluster from 2.5.2 to 2.5.3 , after which strange things started happening. I'm currently using a standalone dagProcessor, and the parsing time that used to take about 2 seconds has suddenly increased to about 10 seconds. I'm thinking it's we...
https://github.com/apache/airflow/issues/30593
https://github.com/apache/airflow/pull/30899
7ddad1a24b1664cef3827b06d9c71adbc558e9ef
00ab45ffb7dee92030782f0d1496d95b593fd4a7
2023-04-12T01:28:37Z
python
2023-04-27T11:27:33Z
closed
apache/airflow
https://github.com/apache/airflow
30,562
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/utils/db.py", "tests/utils/test_db.py"]
alembic Logging
### Apache Airflow version 2.5.3 ### What happened When I call the airflow initdb function, it outputs these lines to the log INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. ### What you think should happen instead There should be ...
https://github.com/apache/airflow/issues/30562
https://github.com/apache/airflow/pull/31415
c5597d1fabe5d8f3a170885f6640344d93bf64bf
e470d784627502f171819fab072e0bbab4a05492
2023-04-10T11:25:58Z
python
2023-05-23T01:33:31Z
closed
apache/airflow
https://github.com/apache/airflow
30,504
["airflow/providers/microsoft/azure/operators/data_factory.py"]
Pipeline run URL is empty for AzureDataFactoryRunPipelineOperator
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers ``` apache-airflow-providers-amazon==7.4.0 apache-airflow-providers-common-sql==1.4.0 apache-airflow-providers-elasticsearch==4.4.0 apache-airflow-providers-ftp==3.3.1 apache-airflow-providers-http==4.3.0 apache-airflow-pro...
https://github.com/apache/airflow/issues/30504
https://github.com/apache/airflow/pull/30514
12cafbe5c31f953641d1b406cbf99551aff6412c
a09fd0d121476964f1c9d7f12960c24517500d2c
2023-04-06T12:12:03Z
python
2023-04-08T15:39:29Z
closed
apache/airflow
https://github.com/apache/airflow
30,465
["dev/breeze/src/airflow_breeze/commands/main_command.py"]
Error running `breeze setup regenerate-command-images`
after running `pre-commit run` , it asked me to run `breeze setup regenerate-command-images` but while running it I got below errors PS C:\pycharm\codes\airflow-repo-clone\airflow> breeze setup regenerate-command-images Traceback (most recent call last): File "C:\pycharm\codes\airflow-repo-clone\...
https://github.com/apache/airflow/issues/30465
https://github.com/apache/airflow/pull/30464
112d4d663e89343a4669f6001131581313e7c82b
56ff116ab3a005a07d62adbb7a0bdc0443cf2b85
2023-04-04T18:52:44Z
python
2023-04-04T20:03:08Z
closed
apache/airflow
https://github.com/apache/airflow
30,414
["airflow/www/views.py", "tests/www/views/test_views_tasks.py"]
Cannot clear tasking instances on "List Task Instance" page with User role
### Apache Airflow version main (development) ### What happened Only users with the role `Admin` are allowed to use the action clear on the TaskInstance list view. ### What you think should happen instead Users with role `User` should be able to clear task instance in the Task Instance page. ### How to reproduce ...
https://github.com/apache/airflow/issues/30414
https://github.com/apache/airflow/pull/30415
22bef613678e003dde9128ac05e6c45ce934a50c
b140c4473335e4e157ff2db85148dd120c0ed893
2023-04-01T11:20:33Z
python
2023-04-22T17:10:49Z
closed
apache/airflow
https://github.com/apache/airflow
30,407
[".github/workflows/ci.yml", "BREEZE.rst", "dev/breeze/src/airflow_breeze/commands/testing_commands.py", "dev/breeze/src/airflow_breeze/commands/testing_commands_config.py", "dev/breeze/src/airflow_breeze/utils/selective_checks.py", "images/breeze/output-commands-hash.txt", "images/breeze/output_testing_tests.svg"]
merge breeze's --test-type and --test-types options
### Description using `breeze testing tests` recently I noticed that the way to specify which tests to run is very confusing: * `--test-type` supports specifying one type only (or `All`), allows specifying which provider tests to run in details, and is ignored if `--run-in-parallel` is provided (from what I saw) *...
https://github.com/apache/airflow/issues/30407
https://github.com/apache/airflow/pull/30424
90ba6fe070d903bca327b52b2f61468408d0d96a
20606438c27337c20aa9aff8397dfa6f286f03d3
2023-03-31T22:12:56Z
python
2023-04-04T11:30:23Z
closed
apache/airflow
https://github.com/apache/airflow
30,400
["airflow/executors/kubernetes_executor.py"]
ERROR - Unknown error in KubernetesJobWatcher
### Official Helm Chart version 1.7.0 ### Apache Airflow version 2.4.0 ### Kubernetes Version K3s Kubernetes Version: v1.24.2+k3s2 ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### What happened Same as https://github.com/apache/airflow/issues/12229 ``` [2023...
https://github.com/apache/airflow/issues/30400
https://github.com/apache/airflow/pull/30425
cce9b2217b86a88daaea25766d0724862577cc6c
9e5fabecb05e83700688d940d31a0fbb49000d64
2023-03-31T18:13:24Z
python
2023-04-13T13:56:03Z
closed
apache/airflow
https://github.com/apache/airflow
30,382
["airflow/providers/amazon/aws/transfers/sql_to_s3.py", "docs/apache-airflow-providers-amazon/transfer/sql_to_s3.rst", "tests/providers/amazon/aws/transfers/test_sql_to_s3.py", "tests/system/providers/amazon/aws/example_sql_to_s3.py"]
SqlToS3Operator not able to write data with partition_cols provided.
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers I am using the standard operator version which comes with apache/airflow:2.5.2. ### Apache Airflow version 2.5.2 ### Operating System Ubuntu 22.04.2 LTS ### Deployment Official Apache Airflow Helm Chart ### Deployment details I ha...
https://github.com/apache/airflow/issues/30382
https://github.com/apache/airflow/pull/30460
372a0881d9591f6d69105b1ab6709f5f42560fb6
d7cef588d6f6a749bd5e8fbf3153a275f4120ee8
2023-03-31T04:14:10Z
python
2023-04-18T23:19:49Z
closed
apache/airflow
https://github.com/apache/airflow
30,365
["airflow/cli/cli_config.py", "airflow/cli/commands/dag_command.py", "tests/cli/commands/test_dag_command.py"]
Need an REST API or/and Airflow CLI to fetch last parsed time of a given DAG
### Description We need to access the time at which a given DAG was parsed last. Airflow Version : 2.2.2 and above. ### Use case/motivation End users want to run a given DAG post applying the changes they have done on them. This would mean that the DAG should be parsed post the edits done to it. Right now the l...
https://github.com/apache/airflow/issues/30365
https://github.com/apache/airflow/pull/30432
c5b685e88dd6ecf56d96ef4fefa6c409f28e2b22
7074167d71c93b69361d24c1121adc7419367f2a
2023-03-30T08:34:47Z
python
2023-04-14T17:14:48Z
closed
apache/airflow
https://github.com/apache/airflow
30,341
["airflow/providers/amazon/aws/transfers/s3_to_redshift.py", "tests/providers/amazon/aws/transfers/test_s3_to_redshift.py"]
S3ToRedshiftOperator does not support default values on upsert
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers 7.2.1 ### Apache Airflow version 2.5.1 ### Operating System Ubuntu ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened I am trying to use the `S3ToRedshiftOperator` to copy da...
https://github.com/apache/airflow/issues/30341
https://github.com/apache/airflow/pull/32558
bf68e1060b0214ee195c61f9d7be992161e25589
145b16caaa43f0c42bffd97344df916c602cddde
2023-03-28T06:30:34Z
python
2023-07-13T06:29:07Z
closed
apache/airflow
https://github.com/apache/airflow
30,335
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/config_templates/default_celery.py", "tests/executors/test_celery_executor.py"]
Reccomend (or set as default) to enable pool_recycle for celery workers (especially if using MySQL)
### What do you see as an issue? Similar to how `sql_alchemy_pool_recycle` defaults to 1800 seconds for the Airflow metastore: https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#config-database-sql-alchemy-pool-recycle If users are using celery as their backend it provides extra stability...
https://github.com/apache/airflow/issues/30335
https://github.com/apache/airflow/pull/30426
cb18d923f8253ac257c1b47e9276c39bae967666
bc1d68a6eb01919415c399d678f491e013eb9238
2023-03-27T16:31:21Z
python
2023-06-02T14:16:25Z
closed
apache/airflow
https://github.com/apache/airflow
30,324
["airflow/providers/cncf/kubernetes/CHANGELOG.rst", "airflow/providers/cncf/kubernetes/operators/pod.py", "airflow/providers/cncf/kubernetes/provider.yaml", "airflow/providers/cncf/kubernetes/utils/pod_manager.py", "kubernetes_tests/test_kubernetes_pod_operator.py", "tests/providers/cncf/kubernetes/decorators/test_kube...
KPO deferrable needs kubernetes_conn_id while non deferrable does not
### Apache Airflow version 2.5.2 ### What happened Not sure if this is a feature not a bug, but I can use KubernetesPodOperator fine without setting a kubernetes_conn_id. For example: ``` start = KubernetesPodOperator( namespace="mynamespace", cluster_context="mycontext", security...
https://github.com/apache/airflow/issues/30324
https://github.com/apache/airflow/pull/28848
a09fd0d121476964f1c9d7f12960c24517500d2c
85b9135722c330dfe1a15e50f5f77f3d58109a52
2023-03-27T09:59:56Z
python
2023-04-08T16:26:53Z
closed
apache/airflow
https://github.com/apache/airflow
30,309
["airflow/providers/docker/hooks/docker.py", "airflow/providers/docker/operators/docker.py", "tests/providers/docker/operators/test_docker.py"]
in DockerOperator, adding an attribute `tls_verify` to choose whether to validate the provided certificate.
### Description The current version of docker operator always performs TLS certificate validation. I think it would be nice to add an option to choose whether or not to validate the provided certificate. ### Use case/motivation My work environment has several docker hosts with expired self-signed certificates. Since...
https://github.com/apache/airflow/issues/30309
https://github.com/apache/airflow/pull/30310
51f9910ecbf1186aff164e09d118bdf04d21dfcb
c1a685f752703eeb01f9369612af8c88c24cca09
2023-03-26T15:14:46Z
python
2023-04-14T10:17:42Z
closed
apache/airflow
https://github.com/apache/airflow
30,289
["airflow/sensors/base.py", "tests/sensors/test_base.py"]
If the first poke of a sensor throws an exception, `timeout` does not work
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow Version: 2.2.5 In `reschedule` mode, if the first poke of a sensor throws an exception, `timeout` does not work. There can be any combination of the poke returning `False` or raising an exception after that. ...
https://github.com/apache/airflow/issues/30289
https://github.com/apache/airflow/pull/30293
41c8e58deec2895b0a04879fcde5444b170e679e
24887091b807527b7f32a58e85775f4daec3aa84
2023-03-24T20:21:45Z
python
2023-04-05T11:17:22Z
closed
apache/airflow
https://github.com/apache/airflow
30,287
["airflow/providers/amazon/aws/transfers/redshift_to_s3.py", "tests/providers/amazon/aws/transfers/test_redshift_to_s3.py"]
RedshiftToS3 Operator Wrapping Query in Quotes Instead of $$
### Apache Airflow version 2.5.2 ### What happened When passing a select_query into the RedshiftToS3 Operator, the query will error out if it contains any single quotes because the body of the UNLOAD statement is being wrapped in single quotes. ### What you think should happen instead Instead, it's better practic...
https://github.com/apache/airflow/issues/30287
https://github.com/apache/airflow/pull/35986
e0df7441fa607645d0a379c2066ca4ab16f5cb95
04a781666be2955ed518780ea03bc13a1e3bd473
2023-03-24T18:31:54Z
python
2023-12-04T19:19:00Z
closed
apache/airflow
https://github.com/apache/airflow
30,280
["airflow/www/static/css/dags.css", "airflow/www/templates/airflow/dags.html", "airflow/www/views.py", "docs/apache-airflow/core-concepts/dag-run.rst", "tests/www/views/test_views_home.py"]
Feature request - filter for dags with running status in the main page
### Description Feature request to filter by running dags (or by other statuses too). We have over 100 dags and we were having some performance problems. we wanted to see all the running Dags from the main page and found that we couldn't. We can see the light green circle in the runs (and that involves a lot of scro...
https://github.com/apache/airflow/issues/30280
https://github.com/apache/airflow/pull/30429
c25251cde620481592392e5f82f9aa8a259a2f06
dbe14c31d52a345aa82e050cc0a91ee60d9ee567
2023-03-24T13:11:24Z
python
2023-05-22T16:05:44Z
closed
apache/airflow
https://github.com/apache/airflow
30,251
["airflow/cli/cli_config.py", "airflow/dag_processing/manager.py", "airflow/jobs/dag_processor_job.py", "airflow/models/__init__.py"]
DagProcessor restart constantly when it running as standalone process
### Apache Airflow version 2.5.2 ### What happened I'm running Airflow locally in my minikube cluster. For the deployment I use Official Apache Airflow Helm Chart (1.8.0) with the follow values.yaml (helm install airflow-release -f values.yaml apache-airflow/airflow) : defaultAirflowTag: "2.5.2" airflowVersion: ...
https://github.com/apache/airflow/issues/30251
https://github.com/apache/airflow/pull/30278
df49ad179bddcdb098b3eccbf9bb6361cfbafc36
c858509d186929965219f0d6dce6621dd8edf154
2023-03-23T11:09:38Z
python
2023-03-24T17:31:37Z
closed
apache/airflow
https://github.com/apache/airflow
30,247
["chart/values.schema.json", "chart/values.yaml", "tests/charts/airflow_core/test_pdb_scheduler.py", "tests/charts/other/test_pdb_pgbouncer.py", "tests/charts/webserver/test_pdb_webserver.py"]
Pod Disruption Budget doesn't allow additional properties
### Official Helm Chart version 1.8.0 (latest released) ### Apache Airflow version 2 ### Kubernetes Version >1.21 ### Helm Chart configuration ```yaml webserver: podDisruptionBudget: enabled: true config: minAvailable: 1 ``` ### Docker Image customizations _No response_ ### What happened...
https://github.com/apache/airflow/issues/30247
https://github.com/apache/airflow/pull/30603
3df0be0f6fe9786a5fcb85151fb83167649ee163
75f5f53ed0aa8df516c9d861153cab4f73318317
2023-03-23T04:48:42Z
python
2023-05-08T08:16:12Z
closed
apache/airflow
https://github.com/apache/airflow
30,242
["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/models/connection.py", "airflow/secrets/metastore.py", "airflow/serialization/enums.py", "airflow/serialization/serialized_objects.py", "tests/api_internal/endpoints/test_rpc_api_endpoint.py"]
AIP-44 Migrate MetastoreBackend to Internal API
Used by Variable/Connection. https://github.com/apache/airflow/blob/894741e311ffd642e036b80d3b1b5d53c3747cad/airflow/secrets/metastore.py#L32
https://github.com/apache/airflow/issues/30242
https://github.com/apache/airflow/pull/33829
0e4d3001397ba2005b2172ad401f9938d5d6aaf8
0cb875b7ec1cebb101866581166cd7b97047f941
2023-03-22T15:56:40Z
python
2023-08-29T10:24:10Z
closed
apache/airflow
https://github.com/apache/airflow
30,240
["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/api_internal/internal_api_call.py", "airflow/serialization/enums.py", "airflow/serialization/serialized_objects.py", "tests/api_internal/endpoints/test_rpc_api_endpoint.py", "tests/api_internal/test_internal_api_call.py", "tests/serialization/test_serializ...
AIP-44 Implement conversion to Pydantic-ORM objects in Internal API
null
https://github.com/apache/airflow/issues/30240
https://github.com/apache/airflow/pull/30282
7aca81ceaa6cb640dff9c5d7212adc4aeb078a2f
41c8e58deec2895b0a04879fcde5444b170e679e
2023-03-22T15:26:50Z
python
2023-04-05T08:54:00Z
closed
apache/airflow
https://github.com/apache/airflow
30,229
["docs/apache-airflow/howto/operator/python.rst"]
Update Python operator how-to with @task.sensor example
### Body The current [how-to documentation for the `PythonSensor`](https://airflow.apache.org/docs/apache-airflow/stable/howto/operator/python.html#pythonsensor) does not include any references to the existing `@task.sensor` TaskFlow decorator. It would be nice to see how uses together in this doc. ### Committer - [...
https://github.com/apache/airflow/issues/30229
https://github.com/apache/airflow/pull/30344
4e4e563d3fc68d1becdc1fc5ec1d1f41f6c24dd3
2a2ccfc27c3d40caa217ad8f6f0ba0d394ac2806
2023-03-22T01:19:01Z
python
2023-04-11T09:12:52Z
closed
apache/airflow
https://github.com/apache/airflow
30,225
["airflow/decorators/base.py", "airflow/decorators/setup_teardown.py", "airflow/models/baseoperator.py", "airflow/utils/setup_teardown.py", "airflow/utils/task_group.py", "tests/decorators/test_setup_teardown.py", "tests/serialization/test_dag_serialization.py", "tests/utils/test_setup_teardown.py"]
Ensure setup/teardown tasks can be reused/works with task.override
Ensure that this works: ```python @setup def mytask(): print("I am a setup task") with dag_maker() as dag: mytask.override(task_id='newtask') assert len(dag.task_group.children) == 1 setup_task = dag.task_group.children["newtask"] assert setup_task._is_setup ``` and teardown also works
https://github.com/apache/airflow/issues/30225
https://github.com/apache/airflow/pull/30342
28f73e42721bba5c5ad40bb547be9c057ca81030
c76555930aee9692d2a839b9c7b9e2220717b8a0
2023-03-21T21:01:26Z
python
2023-03-28T18:15:07Z
closed
apache/airflow
https://github.com/apache/airflow
30,220
["airflow/models/dag.py", "airflow/www/static/js/api/useMarkFailedTask.ts", "airflow/www/static/js/api/useMarkSuccessTask.ts", "airflow/www/static/js/api/useMarkTaskDryRun.ts", "airflow/www/static/js/dag/details/index.tsx", "airflow/www/static/js/dag/details/taskInstance/taskActions/MarkInstanceAs.tsx", "airflow/www/vi...
set tasks as successful/failed at their task-group level.
### Description Ability to clear or mark task groups as success/failure and have that propagate to the tasks within that task group. Sometimes there is a need to adjust the status of tasks within a task group, which can get unwieldy depending on the number of tasks in that task group. A great quality of life upgrade, ...
https://github.com/apache/airflow/issues/30220
https://github.com/apache/airflow/pull/30478
decaaa3df2b3ef0124366033346dc21d62cff057
1132da19e5a7d38bef98be0b1f6c61e2c0634bf9
2023-03-21T18:06:34Z
python
2023-04-27T16:10:28Z
closed
apache/airflow
https://github.com/apache/airflow
30,200
["chart/templates/_helpers.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_airflow_common.py"]
Support for providing SHA digest for the image in Helm chart
### Description This is my configuration: ```yaml images: airflow: repository: <REPO> tag: <TAG> ``` I'd like to be able to do the following: ```yaml images: airflow: repository: <REPO> digest: <SHA_DIGEST> ``` Additionally, I've tried supplying only the repository, or placing the...
https://github.com/apache/airflow/issues/30200
https://github.com/apache/airflow/pull/30214
78ab400d7749c683c5c122bcec0a023ded7a9603
e95f83ef374367d7ac8e75162ebe4ae1abae487f
2023-03-20T17:07:22Z
python
2023-04-10T16:37:29Z
closed
apache/airflow
https://github.com/apache/airflow
30,196
["airflow/www/utils.py", "airflow/www/views.py"]
delete dag run times out
### Apache Airflow version 2.5.2 ### What happened when trying to delete a dag run with many tasks (>1000) the operation times out and the dag run is not deleted. ### What you think should happen instead _No response_ ### How to reproduce attempt to delete a dag run that contains >1000 tasks (in my case 10k) us...
https://github.com/apache/airflow/issues/30196
https://github.com/apache/airflow/pull/30330
a1b99fe5364977739b7d8f22a880eeb9d781958b
4e4e563d3fc68d1becdc1fc5ec1d1f41f6c24dd3
2023-03-20T11:27:46Z
python
2023-04-11T07:58:08Z
closed
apache/airflow
https://github.com/apache/airflow
30,169
["airflow/providers/google/cloud/hooks/looker.py", "tests/providers/google/cloud/hooks/test_looker.py"]
Potential issue with use of serialize in Looker SDK
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-common-sql==1.3.4 apache-airflow-providers-ftp==3.3.1 apache-airflow-providers-google==8.11.0 apache-airflow-providers-http==4.2.0 apache-airflow-providers-imap==3.1.1 apache-airflow-providers-sqlite==3...
https://github.com/apache/airflow/issues/30169
https://github.com/apache/airflow/pull/34678
3623b77d22077b4f78863952928560833bfba2f4
562b98a6222912d3a3d859ca3881af3f768ba7b5
2023-03-17T18:50:15Z
python
2023-10-02T20:31:07Z
closed
apache/airflow
https://github.com/apache/airflow
30,167
["airflow/providers/ssh/hooks/ssh.py", "airflow/providers/ssh/operators/ssh.py", "tests/providers/ssh/hooks/test_ssh.py", "tests/providers/ssh/operators/test_ssh.py"]
SSHOperator - Allow specific command timeout
### Description Following #29282, command timeout is set at the `SSHHook` level while it used to be able to set at the `SSHOperator` level. I will work on a PR as soon as i can. ### Use case/motivation Ideally, i think we could have a default value set on `SSHHook`, but with the possibility of overriding it at th...
https://github.com/apache/airflow/issues/30167
https://github.com/apache/airflow/pull/30190
2a42cb46af66c7d6a95a718726cb9206258a0c14
fe727f985b1053b838433b817458517c0c0f2480
2023-03-17T15:56:30Z
python
2023-03-21T20:32:15Z
closed
apache/airflow
https://github.com/apache/airflow
30,153
["airflow/providers/neo4j/hooks/neo4j.py", "tests/providers/neo4j/hooks/test_neo4j.py"]
Issue with Neo4j provider using some schemes
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Hi, I've run into some issues when using the neo4j operator. I've tried running a simple query and got an exception from the driver itself. **Using: Airflow 2.2.2** ### What you think should happen instead The exception...
https://github.com/apache/airflow/issues/30153
https://github.com/apache/airflow/pull/30418
93a5422c5677a42b3329c329d65ff2b38b1348c2
cd458426c66aca201e43506c950ee68c2f6c3a0a
2023-03-16T19:47:42Z
python
2023-04-21T22:01:31Z
closed
apache/airflow
https://github.com/apache/airflow
30,146
["airflow/exceptions.py", "airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
on_failure_callback call multiple times and when task has retries
### Apache Airflow version 2.5.2 ### What happened The changes in https://github.com/apache/airflow/pull/29743 adds a new places where the `on_failure_callback` is called. This leads to two incorrect behaviors. 1. The `on_failure_callback` is incorrectly called when a task has retries and goes in `UP_FOR_R...
https://github.com/apache/airflow/issues/30146
https://github.com/apache/airflow/pull/30165
a6581937dd6c8ad45a23f3fef6d5ab9202de586d
869c1e3581fa163bbaad11a2d5ddaf8cf433296d
2023-03-16T15:42:35Z
python
2023-03-17T10:52:08Z
closed
apache/airflow
https://github.com/apache/airflow
30,124
["airflow/models/taskinstance.py", "airflow/utils/state.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py", "tests/models/test_cleartasks.py", "tests/models/test_dagrun.py"]
DagRun's start_date updated when user clears task of the running Dagrun
### Apache Airflow version 2.5.1 ### What happened DagRun state and start_date are reset if somebody is clearing a task of the running DagRun. ### What you think should happen instead I think we should not reset DagRun `state` and `start_date` in it's in the running or queued states because it doesn't ma...
https://github.com/apache/airflow/issues/30124
https://github.com/apache/airflow/pull/30125
0133f6806dbfb60b84b5bea4ce0daf073c246d52
070ecbd87c5ac067418b2814f554555da0a4f30c
2023-03-15T14:26:30Z
python
2023-04-26T15:27:48Z
closed
apache/airflow
https://github.com/apache/airflow
30,097
["airflow/jobs/triggerer_job.py", "tests/jobs/test_triggerer_job.py"]
KPO (async) log full config_dict in triggerer
### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers apache-airflow-providers-cncf-kubernetes==5.2.2 ### Apache Airflow version 2.5.2rc2 ### Operating System ubuntu 22.04 ### Deployment Docker-Compose ### Deployment details _No response_ ### What ha...
https://github.com/apache/airflow/issues/30097
https://github.com/apache/airflow/pull/30110
89579a4ef7970879290e01611ed558e6540e56b6
274d9c3508179ae8b0f705d9787e8200be7718e1
2023-03-14T12:48:59Z
python
2023-04-06T11:59:17Z
closed
apache/airflow
https://github.com/apache/airflow
30,089
["airflow/www/views.py", "tests/www/views/test_views_rendered.py"]
Connection password values appearing unmasked in the "Task Instance Details" -> "Environment" field
### Apache Airflow version Airflow 2.5.1 ### What happened Connection password values appearing in the "Task Instance Details" -> "Task Attributes" -> environment field. We are setting environment variables for the docker_operator with values from the password field in a connection. The values from the...
https://github.com/apache/airflow/issues/30089
https://github.com/apache/airflow/pull/31125
db359ee2375dd7208583aee09b9eae00f1eed1f1
ffe3a68f9ada2d9d35333d6a32eac2b6ac9c70d6
2023-03-14T04:35:49Z
python
2023-05-08T14:59:58Z
closed
apache/airflow
https://github.com/apache/airflow
30,075
["airflow/api_connexion/openapi/v1.yaml"]
Unable to set DagRun state in create Dagrun endpoint ("Property is read-only - 'state'")
### Apache Airflow version main (development) ### What happened While working on another change I noticed that the example [POST from the API docs](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/post_dag_run) actually leads to a request Error: ``` curl -X POST -H "Cooki...
https://github.com/apache/airflow/issues/30075
https://github.com/apache/airflow/pull/30149
f01140141f1fe51b6ee1eba5b02ab7516a67c9c7
e01c14661a4ec4bee3a2066ac1323fbd8a4386f1
2023-03-13T17:28:20Z
python
2023-03-21T18:26:51Z
closed
apache/airflow
https://github.com/apache/airflow
30,073
["airflow/models/taskinstance.py", "tests/ti_deps/deps/test_trigger_rule_dep.py"]
Task group expand fails on empty list at get_relevant_upstream_map_indexes
### Apache Airflow version 2.5.1 ### What happened Expanding of task group fails when the list is empty and there is a task which references mapped index in xcom pull of that group. ![image](https://user-images.githubusercontent.com/114723574/224769499-4a094b0c-8bbe-455f-9034-70c1cbfe2e3a.png) throws below e...
https://github.com/apache/airflow/issues/30073
https://github.com/apache/airflow/pull/30084
66b5f90f4536329ba1fe0e54e3f15ec98c1e2730
8d22828e2519a356e9e38c78c3efee1d13b45675
2023-03-13T16:55:34Z
python
2023-03-15T22:58:24Z
closed
apache/airflow
https://github.com/apache/airflow
30,071
["chart/templates/cleanup/cleanup-cronjob.yaml", "chart/templates/statsd/statsd-deployment.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_cleanup_pods.py", "tests/charts/test_statsd.py"]
Helm Chart: allow setting annotations for resource controllers (CronJob, Deployment)
### Description The Helm Chart allows setting annotations for the pods created by the `CronJob` [but not the CronJob controller itself](https://github.com/apache/airflow/blob/helm-chart/1.8.0/chart/templates/cleanup/cleanup-cronjob.yaml). The values file should offer an option to provide custom annotations for the ...
https://github.com/apache/airflow/issues/30071
https://github.com/apache/airflow/pull/30126
c1aa4b9500f417e6669a79fbf59c11ae6e6993a2
8b634ffa6aa5a83e1f87f1a62bfa07e78147f5c5
2023-03-13T12:13:38Z
python
2023-03-16T19:09:20Z
closed
apache/airflow
https://github.com/apache/airflow
30,042
["airflow/www/utils.py", "airflow/www/views.py"]
Search/filter by note in List Dag Run
### Description Going to Airflow web UI, Browse>DAG Run displays the list of runs, but there is no way to search or filter based on the text in the "Note" column. ### Use case/motivation It is possible to do a free text search for the "Run Id" field. The Note field may contain pieces of information that may be relev...
https://github.com/apache/airflow/issues/30042
https://github.com/apache/airflow/pull/31455
f00c131cbf5b2c19c817d1a1945326b80f8c79e7
5794393c95156097095e6fbf76d7faeb6ec08072
2023-03-11T14:16:02Z
python
2023-05-25T18:17:15Z
closed
apache/airflow
https://github.com/apache/airflow
30,041
["airflow/www/views.py"]
Sorting by Note in List Dag Run fails
### Apache Airflow version 2.5.1 ### What happened Going to Airflow web UI, Browse>DAG Run displays the list of runs: http://0.0.0.0:8084/dagrun/list/ Clicking on the columns headers allow to sort the data, except for the 'Note' field. This opens http://0.0.0.0:8084/dagrun/list/?_oc_DagRunModelView=note&_o...
https://github.com/apache/airflow/issues/30041
https://github.com/apache/airflow/pull/30043
ac0e666fa74ff3bacaae912862558dd704a7ebbf
12b88ccf3fa486d8ba0d72e75090f76aed53b733
2023-03-11T14:02:37Z
python
2023-03-14T21:01:22Z
closed
apache/airflow
https://github.com/apache/airflow
30,023
["docs/apache-airflow/best-practices.rst"]
Variable with template is ambiguous, especially for new users
### What do you see as an issue? In the doc below, it states `Make sure to use variable with template in operator, not in the top level code.` https://github.com/apache/airflow/blob/main/docs/apache-airflow/best-practices.rst It then gives this example as a Good Example. **Good Example** ``` bash_use_variable...
https://github.com/apache/airflow/issues/30023
https://github.com/apache/airflow/pull/30040
8d22828e2519a356e9e38c78c3efee1d13b45675
f1e40cf799c5ae73ec6f7991efe604f2088d8622
2023-03-10T14:13:32Z
python
2023-03-16T00:06:35Z
closed
apache/airflow
https://github.com/apache/airflow
30,010
["airflow/providers/snowflake/CHANGELOG.rst", "airflow/providers/snowflake/operators/snowflake.py"]
SnowflakeOperator default autocommit flipped to False
### Apache Airflow Provider(s) snowflake ### Versions of Apache Airflow Providers This started with apache-airflow-providers-snowflake==4.0.0 and is still an issue with 4.0.4 ### Apache Airflow version 2.5.1 ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Astronomer ### Deployment details...
https://github.com/apache/airflow/issues/30010
https://github.com/apache/airflow/pull/30020
26c6a1c11bcd463d1923bbd9622cbe0682bc9e8a
b9c231ceb0f3053a27744b80e95f08ac0684fe38
2023-03-10T01:05:10Z
python
2023-03-10T17:47:46Z
closed
apache/airflow
https://github.com/apache/airflow
29,980
["airflow/providers/microsoft/azure/hooks/data_lake.py"]
ADLS Gen2 Hook incorrectly forms account URL when using Active Directory authentication method (Azure Data Lake Storage V2)
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers apache-airflow-providers-microsoft-azure 5.2.1 ### Apache Airflow version 2.5.1 ### Operating System Ubuntu 18.04 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened ...
https://github.com/apache/airflow/issues/29980
https://github.com/apache/airflow/pull/29981
def1f89e702d401f67a94f34a01f6a4806ea92e6
008f52444a84ceaa2de7c2166b8f253f55ca8c21
2023-03-08T15:42:36Z
python
2023-03-10T12:11:28Z
closed
apache/airflow
https://github.com/apache/airflow
29,974
["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
Inconsistent behavior of EmptyOperator between start and end tasks
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened We are using Airflow 2.4.3. When looking at the documentation for the EmptyOperator, it says explicitly that it is never processed by the executor. However what I notice is that in our cases it differs between star...
https://github.com/apache/airflow/issues/29974
https://github.com/apache/airflow/pull/29979
0d3d0e2e746dd07ab04752800f0cb7f860f6ac46
a15792dd4216a1ae8c83c8c18ab255d2c558636c
2023-03-08T11:02:38Z
python
2023-03-08T22:28:08Z
closed
apache/airflow
https://github.com/apache/airflow
29,967
["chart/dockerfiles/pgbouncer-exporter/build_and_push.sh", "chart/dockerfiles/pgbouncer/build_and_push.sh", "chart/newsfragments/30054.significant.rst"]
Build our supporting images for chart in multi-platform versions
### Body The supporting images of ours are built using one platform only but they could be multiplatform. The scripts to build those should be updated to support multi-platform builds. ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
https://github.com/apache/airflow/issues/29967
https://github.com/apache/airflow/pull/30054
5a3be7256b2a848524d3635d7907b6829a583101
39cfc67cad56afa3b2434bc8e60bcd0676d41fc1
2023-03-08T00:22:45Z
python
2023-03-15T22:19:52Z
closed
apache/airflow
https://github.com/apache/airflow
29,960
["airflow/providers/amazon/aws/hooks/glue.py", "airflow/providers/amazon/aws/operators/glue.py", "tests/providers/amazon/aws/hooks/test_glue.py"]
GlueJobOperator failing with Invalid type for parameter RoleName after updating provider version.
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon = "7.3.0" ### Apache Airflow version 2.5.1 ### Operating System Debian GNU/Linux ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### W...
https://github.com/apache/airflow/issues/29960
https://github.com/apache/airflow/pull/30162
fe727f985b1053b838433b817458517c0c0f2480
46d9a0c294ea72574a79f0fb567eb9dc97cf96c1
2023-03-07T16:44:40Z
python
2023-03-21T20:50:19Z
closed
apache/airflow
https://github.com/apache/airflow
29,959
["airflow/jobs/local_task_job_runner.py", "airflow/jobs/scheduler_job_runner.py", "airflow/models/dagrun.py", "airflow/models/taskinstance.py", "airflow/serialization/pydantic/job.py"]
expand dynamic mapped tasks in batches
### Description expanding tasks in batches to allow mapped tasks spawn more than 1024 processes. ### Use case/motivation Maximum length of a list is limited to 1024 by `max_map_length (AIRFLOW__CORE__MAX_MAP_LENGTH)`. during scheduling of the new tasks, an UPDATE query is ran that tries to set all the new tas...
https://github.com/apache/airflow/issues/29959
https://github.com/apache/airflow/pull/30372
5f2628d36cb8481ee21bd79ac184fd8fdce3e47d
ed39b6fab7a241e2bddc49044c272c5f225d6692
2023-03-07T16:12:04Z
python
2023-04-22T19:10:56Z
closed
apache/airflow
https://github.com/apache/airflow
29,958
["airflow/providers/google/cloud/transfers/bigquery_to_gcs.py", "airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"]
GCSToBigQueryOperator does not respect the destination project ID
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==8.10.0 ### Apache Airflow version 2.3.4 ### Operating System Ubuntu 18.04.6 LTS ### Deployment Google Cloud Composer ### Deployment details Google Cloud Composer 2.1.2 ### What happened [`GCSToBi...
https://github.com/apache/airflow/issues/29958
https://github.com/apache/airflow/pull/30053
732fcd789ddecd5251d391a8d9b72f130bafb046
af4627fec988995537de7fa172875497608ef710
2023-03-07T16:07:36Z
python
2023-03-20T08:34:19Z
closed
apache/airflow
https://github.com/apache/airflow
29,957
["chart/templates/scheduler/scheduler-deployment.yaml", "chart/templates/webserver/webserver-deployment.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_scheduler.py", "tests/charts/test_webserver.py"]
hostAliases for scheduler and webserver
### Description I am not sure why this PR was not merged (https://github.com/apache/airflow/pull/23558) but I think it would be great to add hostAliases not just to the workers, but the scheduler and webserver too. ### Use case/motivation Be able to modify /etc/hosts in webserver and scheduler. ### Related issues ...
https://github.com/apache/airflow/issues/29957
https://github.com/apache/airflow/pull/30051
5c15b23023be59a87355c41ab23a46315cca21a5
f07d300c4c78fa1b2becb4653db8d25b011ea273
2023-03-07T15:25:15Z
python
2023-03-12T14:22:05Z
closed
apache/airflow
https://github.com/apache/airflow
29,939
["airflow/providers/amazon/aws/links/emr.py", "airflow/providers/amazon/aws/operators/emr.py", "airflow/providers/amazon/aws/sensors/emr.py", "tests/providers/amazon/aws/operators/test_emr_add_steps.py", "tests/providers/amazon/aws/operators/test_emr_create_job_flow.py", "tests/providers/amazon/aws/operators/test_emr_m...
AWS EMR Operators: Add Log URI in task logs to speed up debugging
### Description Airflow is widely used to launch, interact and submit jobs on AWS EMR Clusters. Existing EMR operators do not provide links to the EMR logs (Job Flow/Step logs), as a result in case of failures the users need to switch to EMR Console or go to AWS S3 console to locate the logs for EMR Jobs and Steps usi...
https://github.com/apache/airflow/issues/29939
https://github.com/apache/airflow/pull/31032
6c92efbe8b99e172fe3b585114e1924c0bb2f26b
2d5166f9829835bdfd6479aa789c8a27147288d6
2023-03-06T18:03:55Z
python
2023-05-03T23:18:02Z
closed
apache/airflow
https://github.com/apache/airflow
29,912
["airflow/providers/google/cloud/transfers/bigquery_to_gcs.py", "tests/providers/google/cloud/transfers/test_bigquery_to_gcs.py"]
BigQueryToGCSOperator does not wait for completion
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==7.0.0 ### Apache Airflow version 2.3.2 ### Operating System Debian GNU/Linux ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened [Deferrable m...
https://github.com/apache/airflow/issues/29912
https://github.com/apache/airflow/pull/29925
30b2e6c185305a56f9fd43683f1176f01fe4e3f6
464ab1b7caa78637975008fcbb049d5b52a8b005
2023-03-03T23:29:15Z
python
2023-03-05T10:40:38Z
closed
apache/airflow
https://github.com/apache/airflow
29,903
["airflow/models/baseoperator.py", "tests/models/test_mappedoperator.py"]
Task-level retries overrides from the DAG-level default args are not respected when using `partial`
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened When running a DAG that is structured like: ``` @dag{dag_id="my_dag", default_args={"retries":0"}} def dag(): op = MyOperator.partial(task_id="my_task", retries=3).expand(...) ``` The following test fails: ``` ...
https://github.com/apache/airflow/issues/29903
https://github.com/apache/airflow/pull/29913
57c09e59ee9273ff64cd4a85b020a4df9b1d9eca
f01051a75e217d5f20394b8c890425915383101f
2023-03-03T19:22:23Z
python
2023-04-14T12:16:11Z
closed
apache/airflow
https://github.com/apache/airflow
29,900
["airflow/models/dag.py", "airflow/timetables/base.py", "airflow/timetables/simple.py", "docs/apache-airflow/core-concepts/dag-run.rst", "tests/models/test_dag.py", "tests/timetables/test_continuous_timetable.py"]
Add continues scheduling option
### Body There are some use cases where users want to trigger new DAG run as soon as one finished. This is a request I've seen several times with some variations (for example like this [Stackoverflow question](https://stackoverflow.com/q/75623153/14624409)) but the basic request is the same. The workaround users ...
https://github.com/apache/airflow/issues/29900
https://github.com/apache/airflow/pull/29909
70680ded7a4056882008b019f5d1a8f559a301cd
c1aa4b9500f417e6669a79fbf59c11ae6e6993a2
2023-03-03T12:30:33Z
python
2023-03-16T19:08:45Z
closed
apache/airflow
https://github.com/apache/airflow
29,875
["airflow/cli/cli_parser.py", "airflow/cli/commands/connection_command.py", "docs/apache-airflow/howto/connection.rst", "tests/cli/commands/test_connection_command.py"]
Airflow Connection Testing Using Airflow CLI
### Description Airflow Connection testing using airflow CLI would be very useful , where users can quick add test function to test connection in their applications. It will benefit CLI user to create and test new connections right from instance and reduce time on troubleshooting any connection issue. ### Use case/...
https://github.com/apache/airflow/issues/29875
https://github.com/apache/airflow/pull/29892
a3d59c8c759582c27f5a234ffd4c33a9daeb22a9
d2e5b097e6251e31fb4c9bb5bf16dc9c77b56f75
2023-03-02T14:13:55Z
python
2023-03-09T09:26:10Z
closed
apache/airflow
https://github.com/apache/airflow
29,858
["airflow/www/package.json", "airflow/www/static/js/api/index.ts", "airflow/www/static/js/api/useDag.ts", "airflow/www/static/js/api/useDagCode.ts", "airflow/www/static/js/dag/details/dagCode/CodeBlock.tsx", "airflow/www/static/js/dag/details/dagCode/index.tsx", "airflow/www/static/js/dag/details/index.tsx", "airflow/w...
Migrate DAG Code page to Grid Details
- [ ] Use REST API to render DAG Code in the grid view as a tab when a user has no runs/tasks selected - [ ] Redirect all urls to new code - [ ] delete the old code view
https://github.com/apache/airflow/issues/29858
https://github.com/apache/airflow/pull/31113
3363004450355582712272924fac551dc1f7bd56
4beb89965c4ee05498734aa86af2df7ee27e9a51
2023-03-02T00:38:49Z
python
2023-05-17T16:27:06Z
closed
apache/airflow
https://github.com/apache/airflow
29,843
["airflow/models/taskinstance.py", "tests/www/views/test_views.py"]
The "Try Number" filter under task instances search is comparing integer with non-integer object
### Apache Airflow version 2.5.1 ### What happened The `Try Number` filter is comparing the given integer with an instance of a "property" object * screenshots ![2023-03-01_11-30](https://user-images.githubusercontent.com/14293802/222210209-fc17c634-4005-4f3d-bee1-30ed23403e71.png) ![2023-03-01_11-31](ht...
https://github.com/apache/airflow/issues/29843
https://github.com/apache/airflow/pull/29850
00a2c793c7985f8165c2bef9106fc81ee66e07bb
a3c9902bc606f0c067a45f09e9d3d152058918e9
2023-03-01T17:45:26Z
python
2023-03-10T12:01:15Z
closed
apache/airflow
https://github.com/apache/airflow
29,841
["setup.cfg"]
high memory leak, cannot start even webserver
### Apache Airflow version 2.5.1 ### What happened I'd used airflow 2.3.1 and everything was fine. Then I decided to move to airflow 2.5.1. I can't start even webserver, airflow on my laptop consumes the entire memory (32Gb) and OOM killer comes. I investigated a bit. So it starts with airflow 2.3.4. Only usin...
https://github.com/apache/airflow/issues/29841
https://github.com/apache/airflow/pull/29916
864ff2e3ce185dfa3df0509a4bd3c6b5169e907f
c8cc49af2d011f048ebea8a6559ddd5fca00f378
2023-03-01T15:36:01Z
python
2023-03-04T15:27:20Z
closed
apache/airflow
https://github.com/apache/airflow
29,839
["airflow/api_connexion/endpoints/dag_run_endpoint.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py"]
Calling endpoint dags/{dag_id}/dagRuns for removed DAG returns "500 Internal Server Error" instead of "404 Not Found"
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Apache Airflow version: 2.4.0 I remove DAG from storage then trigger it: curl -X POST 'http://localhost:8080/api/dags/<DAG_ID>/dag_runs' --header 'Content-Type: application/json' --data '{"dag_run_id":"my_id"}' it r...
https://github.com/apache/airflow/issues/29839
https://github.com/apache/airflow/pull/29860
fcd3c0149f17b364dfb94c0523d23e3145976bbe
751a995df55419068f11ebabe483dba3302916ed
2023-03-01T13:51:58Z
python
2023-03-03T14:40:07Z
closed
apache/airflow
https://github.com/apache/airflow
29,836
["airflow/www/forms.py", "airflow/www/validators.py", "tests/www/test_validators.py", "tests/www/views/test_views_connection.py"]
Restrict allowed characters in connection ids
### Description I bumped into a bug where a connection id was suffixed with a whitespace e.g. "myconn ". When referencing the connection id "myconn" (without whitespace), you get a connection not found error. To avoid such human errors, I suggest restricting the characters allowed for connection ids. Some sugg...
https://github.com/apache/airflow/issues/29836
https://github.com/apache/airflow/pull/31140
85482e86f5f93015487938acfb0cca368059e7e3
5cb8ef80a0bd84651fb660c552563766d8ec0ea1
2023-03-01T11:58:40Z
python
2023-05-12T10:25:37Z
closed
apache/airflow
https://github.com/apache/airflow
29,819
["airflow/serialization/serialized_objects.py", "tests/serialization/test_dag_serialization.py"]
DAG fails serialization if template_field contains execution_timeout
### Apache Airflow version 2.5.1 ### What happened If an Operator specifies a template_field with `execution_timeout` then the DAG will serialize correctly but throw an error during deserialization. This causes the entire scheduler to crash and breaks the application. ### What you think should happen instea...
https://github.com/apache/airflow/issues/29819
https://github.com/apache/airflow/pull/29821
6d2face107f24b7e7dce4b98ae3def1178e1fc4c
7963360b8d43a15791a6b7d4335f482fce1d82d2
2023-02-28T18:48:13Z
python
2023-03-04T18:19:09Z
closed
apache/airflow
https://github.com/apache/airflow
29,817
["chart/values.yaml"]
Chart config section doesn't add kubernetes_executor to airflow.cfg
### Official Helm Chart version 1.8.0 (latest released) ### Apache Airflow version 2.5.0 ### Kubernetes Version 1.25.5 ### Helm Chart configuration ```yaml # In our overrides.yml (to solve the issue for now). Essentially a copy of what is under the config kubernetes section in the values.yaml. config: kuber...
https://github.com/apache/airflow/issues/29817
https://github.com/apache/airflow/pull/29818
698773b6477166694263750a0d9283b49f60d9a8
4f3751aab677904f043d3c0657eb8283d93a9bbd
2023-02-28T18:26:46Z
python
2023-03-17T22:25:53Z
closed
apache/airflow
https://github.com/apache/airflow
29,803
["airflow/utils/db.py"]
Run DAG in isolated session
### Apache Airflow version 2.5.1 ### What happened Trying the new `airflow.models.DAG.test` function to run e2e tests on a DAG in a `pytest` fashion I find there's no way to force to write to a different db other than the configured one. This should create an alchemy session for an inmemory db, initialise the db ...
https://github.com/apache/airflow/issues/29803
https://github.com/apache/airflow/pull/29804
7ce3b66237fbdb1605cf1f7cec06f0b823c455a1
0975560dfa48f43b340c4db9c03658a11ae7c666
2023-02-28T13:56:11Z
python
2023-04-10T08:06:23Z
closed
apache/airflow
https://github.com/apache/airflow
29,781
["airflow/providers/sftp/hooks/sftp.py", "airflow/providers/sftp/sensors/sftp.py", "tests/providers/sftp/hooks/test_sftp.py", "tests/providers/sftp/sensors/test_sftp.py"]
newer_than and file_pattern don't work well together in SFTPSensor
### Apache Airflow Provider(s) sftp ### Versions of Apache Airflow Providers 4.2.3 ### Apache Airflow version 2.5.1 ### Operating System macOS Ventura 13.2.1 ### Deployment Astronomer ### Deployment details _No response_ ### What happened I wanted to use `file_pattern` and `newer_than` in `SFTPSensor` to f...
https://github.com/apache/airflow/issues/29781
https://github.com/apache/airflow/pull/29794
60d98a1bc2d54787fcaad5edac36ecfa484fb42b
9357c81828626754c990c3e8192880511a510544
2023-02-27T12:25:27Z
python
2023-02-28T05:45:59Z
closed
apache/airflow
https://github.com/apache/airflow
29,759
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py"]
Improve code in `KubernetesPodOperator._render_nested_template_fields`
### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers apache-airflow-providers-cncf-kubernetes==5.2.1 ### Apache Airflow version 2.5.1 ### Operating System Arch Linux ### Deployment Other ### Deployment details _No response_ ### What happened Not really showing a failure i...
https://github.com/apache/airflow/issues/29759
https://github.com/apache/airflow/pull/29760
9357c81828626754c990c3e8192880511a510544
1e536eb43de4408612bf7bb7d9d2114470c6f43a
2023-02-25T09:33:25Z
python
2023-02-28T05:46:37Z
closed
apache/airflow
https://github.com/apache/airflow
29,754
["airflow/example_dags/example_dynamic_task_mapping_with_no_taskflow_operators.py", "docs/apache-airflow/authoring-and-scheduling/dynamic-task-mapping.rst", "tests/serialization/test_dag_serialization.py", "tests/www/views/test_views_acl.py"]
Add classic operator example for dynamic task mapping "reduce" task
### What do you see as an issue? The [documentation for Dynamic Task Mapping](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/dynamic-task-mapping.html#simple-mapping ) does not include an example of a "reduce" task (e.g. `sum_it` in the [examples](https://airflow.apache.org/docs/apac...
https://github.com/apache/airflow/issues/29754
https://github.com/apache/airflow/pull/29762
c9607d44de5a3c9674a923a601fc444ff957ac7e
4d4c2b9d8b5de4bf03524acf01a298c162e1d9e4
2023-02-24T23:35:25Z
python
2023-05-31T05:47:46Z
closed
apache/airflow
https://github.com/apache/airflow
29,746
["airflow/providers/databricks/operators/databricks.py", "tests/providers/databricks/operators/test_databricks.py"]
DatabricksSubmitRunOperator does not support passing output of another task to `base_parameters`
### Apache Airflow Provider(s) databricks ### Versions of Apache Airflow Providers apache-airflow-providers-databricks==4.0.0 ### Apache Airflow version 2.4.3 ### Operating System MAC OS ### Deployment Virtualenv installation ### Deployment details The issue is consistent across multiple Airflow deployments ...
https://github.com/apache/airflow/issues/29746
https://github.com/apache/airflow/pull/29840
c95184e8bc0f974ea8d2d51cbe3ca67e5f4516ac
c405ecb63e352c7a29dd39f6f249ba121bae7413
2023-02-24T15:50:14Z
python
2023-03-07T15:03:17Z
closed
apache/airflow
https://github.com/apache/airflow
29,733
["airflow/providers/databricks/hooks/databricks.py", "airflow/providers/databricks/operators/databricks.py", "airflow/providers/databricks/provider.yaml", "docs/apache-airflow-providers-databricks/operators/jobs_create.rst", "tests/providers/databricks/hooks/test_databricks.py", "tests/providers/databricks/operators/te...
Databricks create/reset then run-now
### Description Allow an Airflow DAG to define a Databricks job with the `api/2.1/jobs/create` (or `api/2.1/jobs/reset`) endpoint then run that same job with the `api/2.1/jobs/run-now` endpoint. This would give similar capabilities as the DatabricksSubmitRun operator, but the `api/2.1/jobs/create` endpoint supports ...
https://github.com/apache/airflow/issues/29733
https://github.com/apache/airflow/pull/35156
da2fdbb7609f7c0e8dd1d1fd9efaec31bb937fe8
a8784e3c352aafec697d3778eafcbbd455b7ba1d
2023-02-23T21:01:27Z
python
2023-10-27T18:52:26Z
closed
apache/airflow
https://github.com/apache/airflow
29,712
["airflow/providers/amazon/aws/hooks/emr.py", "tests/providers/amazon/aws/hooks/test_emr.py"]
EMRHook.get_cluster_id_by_name() doesn't use pagination
### Apache Airflow version 2.5.1 ### What happened When using EMRHook.get_cluster_id_by_name or any any operator that depends on it (e.g. EMRAddStepsOperator), if the results of the ListClusters API call is paginated (e.g. if your account has more than 50 clusters in the current region), and the desired cluster is i...
https://github.com/apache/airflow/issues/29712
https://github.com/apache/airflow/pull/29732
607068f4f0d259b638743db5b101660da1b43d11
9662fd8cc05f69f51ca94b495b14f907aed0d936
2023-02-23T00:39:37Z
python
2023-05-01T18:45:02Z
closed
apache/airflow
https://github.com/apache/airflow
29,702
["airflow/api_connexion/endpoints/connection_endpoint.py", "airflow/api_connexion/endpoints/update_mask.py", "airflow/api_connexion/endpoints/variable_endpoint.py", "tests/api_connexion/endpoints/test_update_mask.py", "tests/api_connexion/endpoints/test_variable_endpoint.py"]
Updating Variables Description via PATCH in Airflow API is Clearing the existing description field of the variable and unable to update description field
### Apache Airflow version 2.5.1 ### What happened When i made these patch requests to update description of the variable via axios ### 1) Trying to modify new value and description ```javascript let payload ={ key : "example_variable", value : "new_value", description: "new_Description" } axios.patch("https...
https://github.com/apache/airflow/issues/29702
https://github.com/apache/airflow/pull/29711
3f6b5574c61ef9765d077bdd08ccdaba14013e4a
de8e07dc6fea620541e0daa67131e8fe21dbd5fe
2023-02-22T19:21:40Z
python
2023-03-18T21:03:41Z
closed
apache/airflow
https://github.com/apache/airflow
29,687
["airflow/models/renderedtifields.py"]
Deadlock when airflow try to update 'k8s_pod_yaml' in 'rendered_task_instance_fields' table
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened **Airflow 2.4.2** We run into a problem, where HttpSensor has an error because of deadlock. We are running 3 different dags with 12 max_active_runs, that call api and check for response if it should reshedule it or go ...
https://github.com/apache/airflow/issues/29687
https://github.com/apache/airflow/pull/32341
e53320d62030a53c6ffe896434bcf0fc85803f31
c8a3c112a7bae345d37bb8b90d68c8d6ff2ef8fc
2023-02-22T09:00:28Z
python
2023-07-05T11:28:16Z
closed
apache/airflow
https://github.com/apache/airflow
29,679
["tests/cli/commands/test_internal_api_command.py"]
Fix Quarantined `test_cli_internal_api_background`
### Body Recently, [this test](https://github.com/apache/airflow/blob/9de301da2a44385f57be5407e80e16ee376f3d39/tests/cli/commands/test_internal_api_command.py#L134-L137) began to failed with timeout error and it has affected all tests in single CI run. As temporary solution this test was marked as `quarantined`. ...
https://github.com/apache/airflow/issues/29679
https://github.com/apache/airflow/pull/29688
f99d27e5bde8e76fdb504fa213b9eb898c4bc903
946bded31af480d03cb2d45a3f8cdd0a9c32838d
2023-02-21T21:47:56Z
python
2023-02-23T07:08:08Z
closed
apache/airflow
https://github.com/apache/airflow
29,677
["airflow/providers/amazon/aws/operators/lambda_function.py", "docs/apache-airflow-providers-amazon/operators/lambda.rst", "tests/always/test_project_structure.py", "tests/providers/amazon/aws/operators/test_lambda_function.py", "tests/system/providers/amazon/aws/example_lambda.py"]
Rename AWS lambda related resources
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.5.0 ### Operating System MacOS ### Deployment Virtualenv installation ### Deployment details AWS Lambda in Amazon provider package do not follow the convention #20296. Hook, operators and...
https://github.com/apache/airflow/issues/29677
https://github.com/apache/airflow/pull/29749
b2ecaf9d2c6ccb94ae97728a2d54d31bd351f11e
38b901ec3f07e6e65880b11cc432fb8ad6243629
2023-02-21T19:36:46Z
python
2023-02-24T21:40:54Z
closed
apache/airflow
https://github.com/apache/airflow
29,671
["tests/providers/openlineage/extractors/test_default_extractor.py"]
Adapt OpenLineage default extractor to properly accept all OL implementation
### Body Adapt default extractor to accept any valid type returned from Operators `get_openlineage_facets_*` method. This needs to ensure compatibility with operators made with external extractors for current openlineage-airflow integration. ### Committer - [X] I acknowledge that I am a maintainer/committer of t...
https://github.com/apache/airflow/issues/29671
https://github.com/apache/airflow/pull/31381
89bed231db4807826441930661d79520250f3075
4e73e47d546bf3fd230f93056d01e12f92274433
2023-02-21T18:43:14Z
python
2023-06-13T19:09:28Z
closed
apache/airflow
https://github.com/apache/airflow
29,666
["airflow/providers/hashicorp/_internal_client/vault_client.py", "airflow/providers/hashicorp/secrets/vault.py", "tests/providers/hashicorp/_internal_client/test_vault_client.py", "tests/providers/hashicorp/secrets/test_vault.py"]
Multiple Mount Points for Hashicorp Vault Back-end
### Description Support mounting to multiple namespaces with the Hashicorp Vault Secrets Back-end ### Use case/motivation As a data engineer I wish to utilize secrets stored in multiple mount paths (to support connecting to multiple namespaces) without having to mount to a higher up namespace. ### Related issues ...
https://github.com/apache/airflow/issues/29666
https://github.com/apache/airflow/pull/29734
d0783744fcae40b0b6b2e208a555ea5fd9124dfb
dff425bc3d92697bb447010aa9f3b56519a59f1e
2023-02-21T16:44:08Z
python
2023-02-24T09:48:01Z
closed
apache/airflow
https://github.com/apache/airflow
29,663
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/stats.py", "tests/core/test_stats.py"]
Option to Disable High Cardinality Metrics on Statsd
### Description With recent PRs enabling tags-support on Statsd metrics, we gained a deeper understanding into the issue of publishing high cardinality metrics. Through this issue, I hope to facilitate the discussion in categorizing metric cardinality of Airflow specific events and tags, and finding a way to disable h...
https://github.com/apache/airflow/issues/29663
https://github.com/apache/airflow/pull/29881
464ab1b7caa78637975008fcbb049d5b52a8b005
86cd79ffa76d4e4d4abe3fe829d7797852a713a5
2023-02-21T16:12:58Z
python
2023-03-06T06:20:05Z
closed
apache/airflow
https://github.com/apache/airflow
29,662
["airflow/www/decorators.py"]
Audit Log is unclear when using Azure AD login
### Apache Airflow version 2.5.1 ### What happened We're using an Azure OAUTH based login in our Airflow implementation, and everything works great. This is more of a visual problem than an actual bug. In the Audit logs, the `owner` key is mapped to the username, which in most cases is airflow. But, in situations...
https://github.com/apache/airflow/issues/29662
https://github.com/apache/airflow/pull/30185
0b3b6704cb12a3b8f22da79d80b3db85528418b7
a03f6ccb153f9b95f624d5bc3346f315ca3f0211
2023-02-21T15:10:30Z
python
2023-05-17T20:15:55Z
closed
apache/airflow
https://github.com/apache/airflow
29,621
["chart/templates/dags-persistent-volume-claim.yaml", "chart/values.yaml"]
Fix adding annotations for dag persistence PVC
### Official Helm Chart version 1.8.0 (latest released) ### Apache Airflow version 2.5.0 ### Kubernetes Version v1.25.4 ### Helm Chart configuration The dags persistence section doesn't have a default value for annotations and the usage looks like: ``` annotations: {{- if .Values.dags.persistence.annot...
https://github.com/apache/airflow/issues/29621
https://github.com/apache/airflow/pull/29622
5835b08e8bc3e11f4f98745266d10bbae510b258
901774718c5d7ff7f5ddc6f916701d281bb60a4b
2023-02-20T03:20:25Z
python
2023-02-20T22:58:03Z
closed
apache/airflow
https://github.com/apache/airflow
29,593
["airflow/providers/common/sql/operators/sql.py", "tests/providers/common/sql/operators/test_sql.py"]
Cannot disable XCom push in SnowflakeOperator
### Apache Airflow Provider(s) snowflake ### Versions of Apache Airflow Providers 4.0.3 ### Apache Airflow version 2.5.0 ### Operating System docker/linux ### Deployment Astronomer ### Deployment details Normal Astro CLI ### What happened ``` >>> SnowflakeOperator( ..., ...
https://github.com/apache/airflow/issues/29593
https://github.com/apache/airflow/pull/29599
2bc1081ea6ca569b4e7fc538bfc827d74e8493ae
19f1e7c27b85e297497842c73f13533767ebd6ba
2023-02-17T16:27:19Z
python
2023-02-22T09:33:08Z
closed
apache/airflow
https://github.com/apache/airflow
29,585
["airflow/providers/docker/decorators/docker.py", "tests/providers/docker/decorators/test_docker.py"]
template_fields not working in the decorator `task.docker`
### Apache Airflow Provider(s) docker ### Versions of Apache Airflow Providers apache-airflow-providers-docker 3.4.0 ### Apache Airflow version 2.5.1 ### Operating System Linux ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened The templa...
https://github.com/apache/airflow/issues/29585
https://github.com/apache/airflow/pull/29586
792416d4ad495f1e5562e6170f73f4d8f1fa2eff
7bd87e75def1855d8f5b91e9ab1ffbbf416709ec
2023-02-17T09:32:11Z
python
2023-02-17T17:51:57Z
closed
apache/airflow
https://github.com/apache/airflow
29,578
["airflow/jobs/scheduler_job_runner.py", "docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst", "newsfragments/30374.significant.rst"]
scheduler.tasks.running metric is always 0
### Apache Airflow version 2.5.1 ### What happened I'd expect the `scheduler.tasks.running` metric to represent the number of running tasks, but it is always zero. It appears that #10956 broke this when it removed [the line that increments `num_tasks_in_executor`](https://github.com/apache/airflow/pull/10956/files#d...
https://github.com/apache/airflow/issues/29578
https://github.com/apache/airflow/pull/30374
d8af20f064b8d8abc9da1f560b2d7e1ac7dd1cc1
cce9b2217b86a88daaea25766d0724862577cc6c
2023-02-16T17:59:47Z
python
2023-04-13T11:04:12Z
closed
apache/airflow
https://github.com/apache/airflow
29,576
["airflow/triggers/temporal.py", "tests/triggers/test_temporal.py"]
DateTimeSensorAsync breaks if target_time is timezone-aware
### Apache Airflow version 2.5.1 ### What happened `DateTimeSensorAsync` 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):a File "/opt/conda/envs/production/lib/python3.9/site-pac...
https://github.com/apache/airflow/issues/29576
https://github.com/apache/airflow/pull/29606
fd000684d05a993ade3fef38b683ef3cdfdfc2b6
79c07e3fc5d580aea271ff3f0887291ae9e4473f
2023-02-16T16:03:25Z
python
2023-02-19T20:27:44Z
closed
apache/airflow
https://github.com/apache/airflow
29,556
["airflow/providers/amazon/aws/hooks/ecs.py", "airflow/providers/amazon/aws/operators/ecs.py", "airflow/providers/amazon/aws/waiters/ecs.json", "tests/providers/amazon/aws/operators/test_ecs.py", "tests/providers/amazon/aws/waiters/test_custom_waiters.py"]
Different AWS ECS Operators use inner Sensor and do not propagate connection arguments
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers main/develop ### Apache Airflow version main/develop ### Operating System Not relevant ### Deployment Other ### Deployment details Not relevant ### What happened [`EcsCreateClusterOperator`](https://github.com/apache/airflow/blo...
https://github.com/apache/airflow/issues/29556
https://github.com/apache/airflow/pull/29761
5de47910f3ebd803453b8fb5ca6e4f26ad611375
181a8252597e314e5675e2b9655cb44da412eeb2
2023-02-15T17:27:11Z
python
2023-03-01T19:50:04Z
closed
apache/airflow
https://github.com/apache/airflow
29,552
["airflow/providers/google/suite/hooks/drive.py", "airflow/providers/google/suite/transfers/local_to_drive.py", "tests/providers/google/suite/hooks/test_drive.py", "tests/providers/google/suite/transfers/test_local_to_drive.py"]
Google provider doesn't let uploading file to a shared drive
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers ``` apache-airflow-providers-google: version 8.9.0 ``` ### Apache Airflow version 2.5.1 ### Operating System Linux - official airflow image from docker hub apache/airflow:slim-2.5.1 ### Deployment Official Apache Airflow Helm Cha...
https://github.com/apache/airflow/issues/29552
https://github.com/apache/airflow/pull/29477
0222f7d91cee80cc1a464f277f99e69e845c52db
f37772adfdfdee8763147e0563897e4d5d5657c8
2023-02-15T08:52:31Z
python
2023-02-18T19:29:35Z
closed
apache/airflow
https://github.com/apache/airflow
29,538
["airflow/providers/google/CHANGELOG.rst", "airflow/providers/google/marketing_platform/hooks/campaign_manager.py", "airflow/providers/google/marketing_platform/operators/campaign_manager.py", "airflow/providers/google/marketing_platform/sensors/campaign_manager.py", "airflow/providers/google/provider.yaml", "docs/apac...
GoogleCampaignManagerReportSensor not working correctly on API Version V4
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Hello, My organization has been running Airflow 2.3.4 and we have run into a problem in regard to the Google Campaign Manager Report Sensor. The purpose of this sensor is to check if a report has finished processing and is...
https://github.com/apache/airflow/issues/29538
https://github.com/apache/airflow/pull/30598
5b42aa3b8d0ec069683e22c2cb3b8e8e6e5fee1c
da2749cae56d6e0da322695b3286acd9393052c8
2023-02-14T15:13:33Z
python
2023-04-15T13:34:31Z
closed
apache/airflow
https://github.com/apache/airflow
29,537
["airflow/cli/commands/config_command.py", "tests/cli/commands/test_config_command.py"]
Docker image fails to start if celery config section is not defined
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Using Airflow `2.3.4` We removed any config values we did not explicitly set from `airflow.cfg`. This was to make future upgrades less involved, as we could only compare configuration values we explicitly set, rather...
https://github.com/apache/airflow/issues/29537
https://github.com/apache/airflow/pull/29541
84b13e067f7b0c71086a42957bb5cf1d6dc86d1d
06d45f0f2c8a71c211e22cf3792cc873f770e692
2023-02-14T14:58:55Z
python
2023-02-15T01:41:37Z
closed
apache/airflow
https://github.com/apache/airflow
29,532
["airflow/api_internal/endpoints/rpc_api_endpoint.py", "airflow/models/dag.py", "airflow/models/dagwarning.py"]
AIP-44 Migrate DagWarning.purge_inactive_dag_warnings to Internal API
Used in https://github.com/mhenc/airflow/blob/master/airflow/dag_processing/manager.py#L613 should be straighforward
https://github.com/apache/airflow/issues/29532
https://github.com/apache/airflow/pull/29534
289ae47f43674ae10b6a9948665a59274826e2a5
50b30e5b92808e91ad9b6b05189f560d58dd8152
2023-02-14T13:13:04Z
python
2023-02-15T00:13:44Z