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
22,626
["airflow/jobs/backfill_job.py", "airflow/models/taskmixin.py", "tests/dags/test_mapped_classic.py", "tests/dags/test_mapped_taskflow.py"]
The command 'airflow dags test' is deadlocking tasks using AIP-42 features with the PythonVirtualenvOperator
### Apache Airflow version main (development) ### What happened When using the command airflow dags test tasks are put in the deadlock state. ### What you think should happen instead I think the airflow dags test shouldn't deadlock tasks. ### How to reproduce ``` from airflow.models import DAG from...
https://github.com/apache/airflow/issues/22626
https://github.com/apache/airflow/pull/22904
5d4a387c996559d2b49a528fdbceea59272b2028
30ac99773c8577718c87703a310ffc454316cfce
2022-03-30T17:08:21Z
python
2022-04-12T08:38:17Z
closed
apache/airflow
https://github.com/apache/airflow
22,606
["airflow/providers/jenkins/operators/jenkins_job_trigger.py"]
Jenkins JobTriggerOperator bug when polling for new build
### Apache Airflow Provider(s) jenkins ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.2.3 ### Operating System macOs Monterey 12.0.1 ### Deployment Official Apache Airflow Helm Chart ### Deployment details No specific details ### What happened When using the JenkinsJob...
https://github.com/apache/airflow/issues/22606
https://github.com/apache/airflow/pull/22608
5247445ff13e4b9cf73c26f902af03791f48f04d
c30ab6945ea0715889d32e38e943c899a32d5862
2022-03-29T21:52:20Z
python
2022-04-04T12:01:05Z
closed
apache/airflow
https://github.com/apache/airflow
22,576
["airflow/providers/ssh/hooks/ssh.py", "tests/providers/ssh/hooks/test_ssh.py"]
SFTP connection hook not working when using inline Ed25519 key from Airflow connection
### Apache Airflow version 2.2.4 (latest released) ### What happened I am trying to create an SFTP connection which includes the extra params of `private_key` which includes a txt output of my private key. Ie: `{"look_for_keys": "false", "no_host_key_check": "true", "private_key": "-----BEGIN OPENSSH PRIVATE KEY----...
https://github.com/apache/airflow/issues/22576
https://github.com/apache/airflow/pull/23043
d7b85d9a0a09fd7b287ec928d3b68c38481b0225
e63dbdc431c2fa973e9a4c0b48ec6230731c38d1
2022-03-28T20:06:31Z
python
2022-05-09T22:49:22Z
closed
apache/airflow
https://github.com/apache/airflow
22,561
["airflow/models/dagrun.py", "airflow/models/mappedoperator.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py"]
Mapped task is not expanded when mapped against a literal
### Apache Airflow version main (development) ### What happened Here's a DAG: ```python3 @task def mynameis(arg, **context): ti: TaskInstance = context["ti"] print(ti.task_id) print(arg) with DAG( dag_id="my_name_is", start_date=datetime(1970, 1, 1), schedule_interval=...
https://github.com/apache/airflow/issues/22561
https://github.com/apache/airflow/pull/22679
0592bfd85631ed3109d68c8ec9aa57f0465d90b3
91832a42d8124b040073481fd93c54e9e64c2609
2022-03-28T03:56:03Z
python
2022-04-07T08:27:27Z
closed
apache/airflow
https://github.com/apache/airflow
22,551
["docker_tests/test_prod_image.py", "docs/apache-airflow-providers-microsoft-azure/index.rst", "setup.py"]
Consider depending on `azure-keyvault-secrets` instead of `azure-keyvault` metapackage
### Description It appears that the `microsoft-azure` provider only depends on `azure-keyvault-secrets`: https://github.com/apache/airflow/blob/388723950de9ca519108e0a8f6818f0fc0dd91d4/airflow/providers/microsoft/azure/secrets/key_vault.py#L24 and not the other 2 packages in the `azure-keyvault` metapackage. ### Us...
https://github.com/apache/airflow/issues/22551
https://github.com/apache/airflow/pull/22557
a6609d5268ebe55bcb150a828d249153582aa936
77d4e725c639efa68748e0ae51ddf1e11b2fd163
2022-03-27T12:24:12Z
python
2022-03-29T13:44:41Z
closed
apache/airflow
https://github.com/apache/airflow
22,487
["airflow/cli/commands/task_command.py"]
"Running <TaskInstance: *.* * [queued]> on host *" written with WARNING level
### Apache Airflow version 2.2.3 ### What happened "Running <TaskInstance: *.* * [queued]> on host *" written with WARNING level ### What you think should happen instead This message should be written with INFO level ### How to reproduce _No response_ ### Operating System Composer ### Versions of Apache Airfl...
https://github.com/apache/airflow/issues/22487
https://github.com/apache/airflow/pull/22488
388f4e8b032fe71ccc9a16d84d7c2064c80575b3
acb1a100bbf889dddef1702c95bd7262a578dfcc
2022-03-23T13:28:26Z
python
2022-03-25T09:40:51Z
closed
apache/airflow
https://github.com/apache/airflow
22,474
["airflow/cli/commands/dag_command.py", "tests/cli/commands/test_dag_command.py"]
CLI command "airflow dags next-execution" give unexpected results with paused DAG and catchup=False
### Apache Airflow version 2.2.2 ### What happened Current time 16:54 UTC Execution Schedule: * * * * * Last Run: 16:19 UTC DAG Paused Catchup=False `airflow dags next-execution sample_dag` returns ``` [INFO] Please be reminded this DAG is PAUSED now. 2022-03-22T16:20:00+00:00 ``` ### What you think sho...
https://github.com/apache/airflow/issues/22474
https://github.com/apache/airflow/pull/30117
1f2b0c21d5ebefc404d12c123674e6ac45873646
c63836ccb763fd078e0665c7ef3353146b1afe96
2022-03-22T17:06:41Z
python
2023-03-22T14:22:39Z
closed
apache/airflow
https://github.com/apache/airflow
22,473
["airflow/secrets/local_filesystem.py", "tests/cli/commands/test_connection_command.py", "tests/secrets/test_local_filesystem.py"]
Connections import and export should also support ".yml" file extensions
### Apache Airflow version 2.2.4 (latest released) ### What happened Trying to export or import a yaml formatted connections file with ".yml" extension fails. ### What you think should happen instead While the "official recommended extension" for YAML files is .yaml, many pipeline are built around using the .yml ...
https://github.com/apache/airflow/issues/22473
https://github.com/apache/airflow/pull/22872
1eab1ec74c426197af627c09817b76081c5c4416
3c0ad4af310483cd051e94550a7d857653dcee6d
2022-03-22T15:36:21Z
python
2022-04-13T16:52:39Z
closed
apache/airflow
https://github.com/apache/airflow
22,471
["tests/system/providers/zendesk/example_zendesk_custom_get.py"]
Migrate Zendesk example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22471
https://github.com/apache/airflow/pull/24053
3c868b65efaf22e87685c9d8302a088d0ec7d75b
2e8bd9d2f98decf731ed40a50e9d960ba08f3441
2022-03-22T15:14:44Z
python
2022-06-12T09:57:50Z
closed
apache/airflow
https://github.com/apache/airflow
22,470
["airflow/providers/yandex/example_dags/__init__.py", "docs/apache-airflow-providers-yandex/operators.rst", "tests/system/providers/yandex/example_yandexcloud_dataproc.py"]
Migrate Yandex example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22470
https://github.com/apache/airflow/pull/24082
fb3e84f6908ac3c721128c20c563d5b2b482c71d
65ad2aed26f7572ba0d3b04a33f9144989ac7117
2022-03-22T15:14:41Z
python
2022-06-01T19:24:50Z
closed
apache/airflow
https://github.com/apache/airflow
22,469
["airflow/providers/trino/example_dags/__init__.py", "docs/apache-airflow-providers-trino/operators/transfer/gcs_to_trino.rst", "tests/system/providers/trino/example_gcs_to_trino.py"]
Migrate Trino example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22469
https://github.com/apache/airflow/pull/24118
d0a295c5f49f0a2bc2ef7c47dcbaa1bee40c61bd
7489962e75a23071620a30c1e070fb7c9e107179
2022-03-22T15:14:38Z
python
2022-06-02T21:08:34Z
closed
apache/airflow
https://github.com/apache/airflow
22,460
["airflow/providers/qubole/example_dags/__init__.py", "docs/apache-airflow-providers-qubole/index.rst", "docs/apache-airflow-providers-qubole/operators/index.rst", "docs/apache-airflow-providers-qubole/operators/qubole.rst", "tests/system/providers/qubole/example_qubole.py", "tests/system/providers/qubole/example_qubol...
Migrate Qubole example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22460
https://github.com/apache/airflow/pull/24149
c2f10a4ee9c2404e545d78281bf742a199895817
e3824ce52181089779a409e5ff64fbf9677cccfc
2022-03-22T14:39:42Z
python
2022-06-03T16:09:32Z
closed
apache/airflow
https://github.com/apache/airflow
22,458
["airflow/providers/postgres/example_dags/__init__.py", "docs/apache-airflow-providers-postgres/index.rst", "docs/apache-airflow-providers-postgres/operators/postgres_operator_howto_guide.rst", "tests/system/providers/postgres/example_postgres.py"]
Migrate Postgres example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22458
https://github.com/apache/airflow/pull/24148
fb1187dbec19377d2a8b7dbc35813b2aaa56506f
c60bb9edc0c9b55a2824eae879af8a4a90ccdd2d
2022-03-22T14:39:37Z
python
2022-06-03T16:07:56Z
closed
apache/airflow
https://github.com/apache/airflow
22,456
["docs/apache-airflow-providers-papermill/index.rst", "docs/apache-airflow-providers-papermill/operators.rst", "tests/system/__init__.py", "tests/system/providers/__init__.py", "tests/system/providers/papermill/__init__.py", "tests/system/providers/papermill/example_papermill.py", "tests/system/providers/papermill/exam...
Migrate Papermill example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. ...
https://github.com/apache/airflow/issues/22456
https://github.com/apache/airflow/pull/24146
dbe80c89b2a99d6ab737f2c4146bf8f918034f0f
b4d50d3be1c9917182f231135b8312eb284f0f7f
2022-03-22T14:39:31Z
python
2022-06-05T15:33:43Z
closed
apache/airflow
https://github.com/apache/airflow
22,453
["airflow/providers/mysql/example_dags/__init__.py", "docs/apache-airflow-providers-mysql/index.rst", "docs/apache-airflow-providers-mysql/operators.rst", "tests/system/providers/mysql/example_mysql.py"]
Migrate MySQL example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22453
https://github.com/apache/airflow/pull/24142
478459f01eff42d3fc63949614f5ffe173c67006
3df8ff7407f76b8c944d9e353744e6e79ed6277d
2022-03-22T14:38:09Z
python
2022-06-03T10:40:58Z
closed
apache/airflow
https://github.com/apache/airflow
22,448
["airflow/providers/http/example_dags/__init__.py", "docs/apache-airflow-providers-http/operators.rst", "tests/providers/http/operators/test_http_system.py", "tests/system/providers/http/example_http.py"]
Migrate HTTP example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22448
https://github.com/apache/airflow/pull/23991
3dd7b1ddbaa3170fbda30a8323286abf075f30ba
9398586a7cf66d9cf078c40ab0d939b3fcc58c2d
2022-03-22T14:37:54Z
python
2022-06-01T20:12:55Z
closed
apache/airflow
https://github.com/apache/airflow
22,445
["docs/apache-airflow-providers-elasticsearch/connections/elasticsearch.rst", "tests/system/providers/elasticsearch/example_elasticsearch_query.py", "tests/system/utils/__init__.py"]
Migrate Elasticsearch example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22445
https://github.com/apache/airflow/pull/22811
0cbf2c752d7af9ca1c378b013b8f77dd3d858dd9
a801ea3927b8bf3ca154fea3774ebf2d90e74e50
2022-03-22T14:37:44Z
python
2022-04-13T18:10:26Z
closed
apache/airflow
https://github.com/apache/airflow
22,444
["airflow/providers/docker/example_dags/__init__.py", "airflow/providers/docker/example_dags/example_docker.py", "airflow/providers/docker/example_dags/example_docker_copy_data.py", "docs/apache-airflow-providers-docker/index.rst", "docs/apache-airflow/tutorial_taskflow_api.rst", "tests/system/providers/docker/example_...
Migrate Docker example DAGs to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current example dags need to be migrated and converted into system tests, so they can be run in the CI process automatically before releases. Th...
https://github.com/apache/airflow/issues/22444
https://github.com/apache/airflow/pull/23167
550d1a5059c10b84dc40d7a66c203cc6514e6c63
06856337a51139d66b1a39544e276e477c6b5ea1
2022-03-22T14:37:42Z
python
2022-06-06T15:20:35Z
closed
apache/airflow
https://github.com/apache/airflow
22,434
["airflow/providers/snowflake/example_dags/__init__.py", "docs/apache-airflow-providers-snowflake/index.rst", "docs/apache-airflow-providers-snowflake/operators/s3_to_snowflake.rst", "docs/apache-airflow-providers-snowflake/operators/snowflake.rst", "docs/apache-airflow-providers-snowflake/operators/snowflake_to_slack....
Migrate Snowflake system tests to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current system tests need to be migrated, so they can be run in the CI process automatically before releases. This is an aggregated issue for al...
https://github.com/apache/airflow/issues/22434
https://github.com/apache/airflow/pull/24151
c60bb9edc0c9b55a2824eae879af8a4a90ccdd2d
c2f10a4ee9c2404e545d78281bf742a199895817
2022-03-22T13:48:43Z
python
2022-06-03T16:09:02Z
closed
apache/airflow
https://github.com/apache/airflow
22,433
["tests/providers/postgres/operators/test_postgres_system.py"]
Migrate Postgres system tests to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current system tests need to be migrated, so they can be run in the CI process automatically before releases. This is an aggregated issue for al...
https://github.com/apache/airflow/issues/22433
https://github.com/apache/airflow/pull/24223
487e229206396f8eaf7c933be996e6c0648ab078
95ab664bb6a8c94509b34ceb8c189f67db00c71a
2022-03-22T13:48:42Z
python
2022-06-05T15:45:24Z
closed
apache/airflow
https://github.com/apache/airflow
22,432
["tests/providers/microsoft/azure/hooks/test_fileshare_system.py", "tests/providers/microsoft/azure/operators/test_adls_delete_system.py", "tests/providers/microsoft/azure/transfers/test_local_to_adls_system.py", "tests/providers/microsoft/azure/transfers/test_local_to_wasb_system.py", "tests/providers/microsoft/azure/...
Migrate Microsoft system tests to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current system tests need to be migrated, so they can be run in the CI process automatically before releases. This is an aggregated issue for al...
https://github.com/apache/airflow/issues/22432
https://github.com/apache/airflow/pull/24225
9d4da34c3b1d94369c2393df3d40c09963757601
d71787e0d7423e8a116811e86edf76588b3c7017
2022-03-22T13:48:42Z
python
2022-06-05T15:41:37Z
closed
apache/airflow
https://github.com/apache/airflow
22,431
["airflow/providers/http/example_dags/__init__.py", "docs/apache-airflow-providers-http/operators.rst", "tests/providers/http/operators/test_http_system.py", "tests/system/providers/http/example_http.py"]
Migrate HTTP system tests to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current system tests need to be migrated, so they can be run in the CI process automatically before releases. This is an aggregated issue for al...
https://github.com/apache/airflow/issues/22431
https://github.com/apache/airflow/pull/23991
3dd7b1ddbaa3170fbda30a8323286abf075f30ba
9398586a7cf66d9cf078c40ab0d939b3fcc58c2d
2022-03-22T13:48:41Z
python
2022-06-01T20:12:55Z
closed
apache/airflow
https://github.com/apache/airflow
22,429
["tests/providers/cncf/kubernetes/operators/test_spark_kubernetes_system.py"]
Migrate CNCF system tests to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current system tests need to be migrated, so they can be run in the CI process automatically before releases. This is an aggregated issue for al...
https://github.com/apache/airflow/issues/22429
https://github.com/apache/airflow/pull/24224
d71787e0d7423e8a116811e86edf76588b3c7017
487e229206396f8eaf7c933be996e6c0648ab078
2022-03-22T13:48:39Z
python
2022-06-05T15:44:52Z
closed
apache/airflow
https://github.com/apache/airflow
22,428
["tests/providers/asana/operators/test_asana_system.py"]
Migrate Asana system tests to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current system tests need to be migrated, so they can be run in the CI process automatically before releases. This is an aggregated issue for al...
https://github.com/apache/airflow/issues/22428
https://github.com/apache/airflow/pull/24226
b4d50d3be1c9917182f231135b8312eb284f0f7f
9d4da34c3b1d94369c2393df3d40c09963757601
2022-03-22T13:48:38Z
python
2022-06-05T15:34:53Z
closed
apache/airflow
https://github.com/apache/airflow
22,427
["tests/providers/apache/beam/operators/test_beam_system.py"]
Migrate Apache Beam system tests to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current system tests need to be migrated, so they can be run in the CI process automatically before releases. This is an aggregated issue for al...
https://github.com/apache/airflow/issues/22427
https://github.com/apache/airflow/pull/24256
42abbf0d61f94ec50026af0c0f95eb378e403042
a01a94147c2db66a14101768b4bcbf3fad2a9cf0
2022-03-22T13:48:37Z
python
2022-06-06T21:06:19Z
closed
apache/airflow
https://github.com/apache/airflow
22,426
["tests/providers/amazon/aws/hooks/test_base_aws_system.py", "tests/providers/amazon/aws/operators/test_eks_system.py", "tests/providers/amazon/aws/operators/test_emr_system.py", "tests/providers/amazon/aws/operators/test_glacier_system.py", "tests/providers/amazon/aws/operators/test_s3_bucket_tagging_system.py", "test...
Migrate Amazon system tests to new design
There is a new design of system tests that was introduced by the [AIP-47](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests). All current system tests need to be migrated, so they can be run in the CI process automatically before releases. This is an aggregated issue for al...
https://github.com/apache/airflow/issues/22426
https://github.com/apache/airflow/pull/25655
6e41c7eb33a68ea3ccd6b67fb169ea2cf1ecc162
bc46477d20802242ec9596279933742c1743b2f1
2022-03-22T13:48:35Z
python
2022-08-16T13:47:34Z
closed
apache/airflow
https://github.com/apache/airflow
22,418
["airflow/www/static/css/main.css", "airflow/www/static/js/dags.js", "airflow/www/templates/airflow/dags.html", "airflow/www/views.py"]
auto refresh Dags home page
### Description Similar to auto refresh in the DAG page, it would be nice to have this option in the home page as well. ![image](https://user-images.githubusercontent.com/7373236/159442263-60bbcd58-50e5-4a3d-8d6f-d31a65a6ff81.png) ### Use case/motivation having an auto refresh at the home page will let users have ...
https://github.com/apache/airflow/issues/22418
https://github.com/apache/airflow/pull/22900
d6141c6594da86653b15d67eaa99511e8fe37a26
cd70afdad92ee72d96edcc0448f2eb9b44c8597e
2022-03-22T08:50:02Z
python
2022-05-01T10:59:30Z
closed
apache/airflow
https://github.com/apache/airflow
22,417
["airflow/providers/jenkins/hooks/jenkins.py", "airflow/providers/jenkins/provider.yaml", "airflow/providers/jenkins/sensors/__init__.py", "airflow/providers/jenkins/sensors/jenkins.py", "tests/providers/jenkins/hooks/test_jenkins.py", "tests/providers/jenkins/sensors/__init__.py", "tests/providers/jenkins/sensors/test...
Jenkins Sensor to monitor a jenkins job finish
### Description Sensor for jenkins jobs in airflow. There are cases in which we need to monitor the state of a build in jenkins and pause the DAG until the build finishes. ### Use case/motivation I am trying to achieve a way of pausing the DAG until a build or the last build in a jenkins job finishes. This could b...
https://github.com/apache/airflow/issues/22417
https://github.com/apache/airflow/pull/22421
ac400ebdf3edc1e08debf3b834ade3809519b819
4e24b22379e131fe1007e911b93f52e1b6afcf3f
2022-03-22T07:57:54Z
python
2022-03-24T08:01:47Z
closed
apache/airflow
https://github.com/apache/airflow
22,413
["chart/templates/flower/flower-deployment.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_flower.py"]
Flower is missing extraVolumeMounts
### Official Helm Chart version 1.5.0 (latest released) ### Apache Airflow version 2.2.4 (latest released) ### Kubernetes Version 1.19 ### Helm Chart configuration ``` flower: extraContainers: - image: foo imagePullPolicy: IfNotPresent name: foo volumeMounts: - mountPath: /var/log/foo ...
https://github.com/apache/airflow/issues/22413
https://github.com/apache/airflow/pull/22414
7667d94091b663f9d9caecf7afe1b018bcad7eda
f3bd2a35e6f7b9676a79047877dfc61e5294aff8
2022-03-21T22:58:02Z
python
2022-03-22T11:17:02Z
closed
apache/airflow
https://github.com/apache/airflow
22,404
["airflow/task/task_runner/standard_task_runner.py"]
tempfile.TemporaryDirectory does not get deleted after task failure
### Discussed in https://github.com/apache/airflow/discussions/22403 <div type='discussions-op-text'> <sup>Originally posted by **m1racoli** March 18, 2022</sup> ### Apache Airflow version 2.2.4 (latest released) ### What happened When creating a temporary directory with `tempfile.TemporaryDirectory()` ...
https://github.com/apache/airflow/issues/22404
https://github.com/apache/airflow/pull/22475
202a3a10e553a8a725a0edb6408de605cb79e842
b0604160cf95f76ed75b4c4ab42b9c7902c945ed
2022-03-21T16:16:30Z
python
2022-03-24T21:23:28Z
closed
apache/airflow
https://github.com/apache/airflow
22,398
["airflow/providers/google/cloud/hooks/cloud_build.py", "tests/providers/google/cloud/hooks/test_cloud_build.py"]
CloudBuildRunBuildTriggerOPerator: 'property' object has no attribute 'build'
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==6.6.0 ### Apache Airflow version 2.2.4 (latest released) ### Operating System GCP Cloud Composer 2 ### Deployment Composer ### Deployment details We're currently using the default set up of cl...
https://github.com/apache/airflow/issues/22398
https://github.com/apache/airflow/pull/22419
f51a674dd907a00e4bd9b4b44fb036d28762b5cc
0f0a1a7d22dffab4487c35d3598b3b6aaf24c4c6
2022-03-21T13:16:58Z
python
2022-03-23T13:37:47Z
closed
apache/airflow
https://github.com/apache/airflow
22,392
["airflow/cli/commands/connection_command.py", "tests/cli/commands/test_connection_command.py"]
Unknown connection types fail in cryptic ways
### Apache Airflow version 2.2.4 (latest released) ### What happened I created a connection like: ``` airflow connections add fsconn --conn-host /tmp --conn-type File ``` When I really should have created it like: ``` airflow connections add fsconn --conn-host /tmp --conn-type fs ``` While using this con...
https://github.com/apache/airflow/issues/22392
https://github.com/apache/airflow/pull/22688
9a623e94cb3e4f02cbe566e02f75f4a894edc60d
d7993dca2f182c1d0f281f06ac04b47935016cf1
2022-03-21T04:36:56Z
python
2022-04-13T19:45:11Z
closed
apache/airflow
https://github.com/apache/airflow
22,381
["airflow/providers/amazon/aws/hooks/athena.py", "airflow/providers/amazon/aws/hooks/emr.py", "airflow/providers/amazon/aws/operators/athena.py", "airflow/providers/amazon/aws/operators/emr.py"]
AthenaOperator retries max_tries mix-up
### Apache Airflow version 2.2.4 (latest released) ### What happened After a recent upgrade from 1.10.9 to 2.2.4, an odd behavior where the aforementioned Attributes, are wrongfully Coupled, is observed. An example to showcase the issue: ``` AthenaOperator( ... retries=3, max_tries=30, ...) `...
https://github.com/apache/airflow/issues/22381
https://github.com/apache/airflow/pull/25971
18386026c28939fa6d91d198c5489c295a05dcd2
d5820a77e896a1a3ceb671eddddb9c8e3bcfb649
2022-03-20T08:50:45Z
python
2022-09-11T23:25:02Z
closed
apache/airflow
https://github.com/apache/airflow
22,380
["dev/provider_packages/SETUP_TEMPLATE.cfg.jinja2"]
Newest providers incorrectly include `gitpython` and `wheel` in `install_requires`
### Apache Airflow Provider(s) ftp, openfaas, sqlite ### Versions of Apache Airflow Providers I am the maintainer of the Airflow Providers on conda-forge. The providers I listed above are the first 3 I have looked at but I believe all are affected. These are the new releases (as of yesterday) of all providers. ##...
https://github.com/apache/airflow/issues/22380
https://github.com/apache/airflow/pull/22382
172df9ee247af62e9417cebb2e2a3bc2c261a204
ab4ba6f1b770a95bf56965f3396f62fa8130f9e9
2022-03-20T07:48:57Z
python
2022-03-20T12:15:17Z
closed
apache/airflow
https://github.com/apache/airflow
22,358
["airflow/api_connexion/openapi/v1.yaml"]
ScheduleInterval schema in OpenAPI specs should have "nullable: true" otherwise generated OpenAPI client will throw an error in case of nullable "schedule_interval"
### Apache Airflow version 2.2.4 (latest released) ### What happened Currently we have this schema definition in the OpenAPI specs: ``` ScheduleInterval: description: | Schedule interval. Defines how often DAG runs, this object gets added to your latest task instance's execution_date t...
https://github.com/apache/airflow/issues/22358
https://github.com/apache/airflow/pull/24253
b88ce951881914e51058ad71858874fdc00a3cbe
7e56bf662915cd58849626d7a029a4ba70cdda4d
2022-03-18T09:13:24Z
python
2022-06-07T11:21:50Z
closed
apache/airflow
https://github.com/apache/airflow
22,340
["airflow/decorators/base.py", "airflow/models/baseoperator.py", "airflow/models/mappedoperator.py", "airflow/serialization/serialized_objects.py", "tests/models/test_taskinstance.py", "tests/serialization/test_dag_serialization.py"]
Expanding operators inside of task groups causes KeyError
### Apache Airflow version main (development) ### What happened Given this DAG: ```python3 foo_var = {"VAR1": "FOO"} bar_var = {"VAR1": "BAR"} hi_cmd = 'echo "hello $VAR1"' bye_cmd = 'echo "goodbye $VAR1"' @task def envs(): return [foo_var, bar_var] @task def cmds(): return [hi_cmd, bye_cmd] ...
https://github.com/apache/airflow/issues/22340
https://github.com/apache/airflow/pull/22355
5eb63357426598f99ed50b002b72aebdf8790f73
87d363e217bf70028e512fd8ded09a01ffae0162
2022-03-17T15:30:06Z
python
2022-03-20T02:05:54Z
closed
apache/airflow
https://github.com/apache/airflow
22,328
["airflow/providers/google/cloud/hooks/bigquery.py", "tests/providers/google/cloud/hooks/test_bigquery.py"]
bigquery provider's - BigQueryCursor missing implementation for description property.
### Apache Airflow version 2.2.4 (latest released) ### What happened When trying to run following code: ``` import pandas as pd from airflow.providers.google.cloud.hooks.bigquery import BigqueryHook #using default connection hook = BigqueryHook() df = pd.read_sql( "SELECT * FROM table_name", co...
https://github.com/apache/airflow/issues/22328
https://github.com/apache/airflow/pull/25366
e84d753015e5606c29537741cdbe8ae08012c3b6
7d2c2ee879656faf47829d1ad89fc4441e19a66e
2022-03-17T00:12:26Z
python
2022-08-04T14:48:35Z
closed
apache/airflow
https://github.com/apache/airflow
22,325
["airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/dag_schema.py", "airflow/models/dag.py", "tests/api_connexion/endpoints/test_dag_endpoint.py", "tests/api_connexion/schemas/test_dag_schema.py"]
ReST API : get_dag should return more than a simplified view of the dag
### Description The current response payload from https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_dag is a useful but simple view of the state of a given DAG. However it is missing some additional attributes that I feel would be useful for indiduals/groups who are choosing...
https://github.com/apache/airflow/issues/22325
https://github.com/apache/airflow/pull/22637
55ee62e28a0209349bf3e49a25565e7719324500
9798c8cad1c2fe7e674f8518cbe5151e91f1ca7e
2022-03-16T20:49:07Z
python
2022-03-31T10:40:12Z
closed
apache/airflow
https://github.com/apache/airflow
22,320
["airflow/www/templates/airflow/dag.html"]
Copying DAG ID from UI and pasting in Slack includes schedule
### Apache Airflow version 2.2.3 ### What happened (Yes, I know the title says Slack and it might not seem like an Airflow issue, but so far this is the only application I noticed this on. There might be others.) PR https://github.com/apache/airflow/pull/11503 was a fix to issue https://github.com/apache/ai...
https://github.com/apache/airflow/issues/22320
https://github.com/apache/airflow/pull/28643
1da17be37627385fed7fc06584d72e0abda6a1b5
9aea857343c231319df4c5f47e8b4d9c8c3975e6
2022-03-16T18:31:26Z
python
2023-01-04T21:19:28Z
closed
apache/airflow
https://github.com/apache/airflow
22,318
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "airflow/providers/cncf/kubernetes/utils/pod_manager.py"]
KubernetesPodOperator xcom sidecar stuck in running
### Apache Airflow version 2.2.4 (latest released) ### What happened When the main container errors and failed to write a return.json file, the xcom sidecar hangs and doesn't exit properly with an empty return.json. This is a problem because we want to suppress the following error, as the reason the pod fai...
https://github.com/apache/airflow/issues/22318
https://github.com/apache/airflow/pull/24993
d872edacfe3cec65a9179eff52bf219c12361fef
f05a06537be4d12276862eae1960515c76aa11d1
2022-03-16T17:12:04Z
python
2022-07-16T20:37:11Z
closed
apache/airflow
https://github.com/apache/airflow
22,298
["airflow/kubernetes/pod_generator.py", "tests/kubernetes/test_pod_generator.py"]
pod_override ignores namespace configuration
### Apache Airflow version 2.0.2 ### What happened I've attempted to use the pod_override as per the documentation [here](https://airflow.apache.org/docs/apache-airflow/2.0.2/executor/kubernetes.html#pod-override). Labels, annotations, and service accounts work. However, attempting to override the namespace do...
https://github.com/apache/airflow/issues/22298
https://github.com/apache/airflow/pull/24342
6476afda208eb6aabd58cc00db8328451c684200
1fe07e5cebac5e8a0b3fe7e88c65f6d2b0c2134d
2022-03-16T00:59:19Z
python
2022-07-06T11:56:47Z
closed
apache/airflow
https://github.com/apache/airflow
22,250
["Dockerfile", "docs/docker-stack/build.rst", "scripts/docker/pip"]
Fail installing `pip` packages in Dockerfile extension when attempting to install as root
### Description We should fail attemps to install packages by `pip` after switching to root user in PROD airlfow image. We should provide the user good error message with information on how to install `pip` packages properly (i..e. switching to `airflow` user first). ### Use case/motivation When extending Ariflo...
https://github.com/apache/airflow/issues/22250
https://github.com/apache/airflow/pull/22292
e07bc63ec0e5b679c87de8e8d4cdff1cf4671146
b00fc786723c4356de93792c32c85f62b2e36ed9
2022-03-14T15:38:20Z
python
2022-03-15T18:15:19Z
closed
apache/airflow
https://github.com/apache/airflow
22,248
["airflow/utils/docs.py", "docs/apache-airflow-providers/index.rst"]
Allow custom redirect for provider information in /provider
### Description `/provider` enables users to get amazing information via the UI, however if you've written a custom provider the documentation redirect defaults to `https://airflow.apache.org/docs/airflow-provider-{rest_of_name}/{version}/`, which isn't useful for custom operators. (If this feature exists then I m...
https://github.com/apache/airflow/issues/22248
https://github.com/apache/airflow/pull/23012
3b2ef88f877fc5e4fcbe8038f0a9251263eaafbc
7064a95a648286a4190a452425626c159e467d6e
2022-03-14T15:27:23Z
python
2022-04-22T13:21:47Z
closed
apache/airflow
https://github.com/apache/airflow
22,220
["airflow/providers/databricks/provider.yaml", "docs/apache-airflow-providers-databricks/index.rst", "setup.py", "tests/providers/databricks/operators/test_databricks_sql.py"]
Databricks SQL fails on Python 3.10
### Apache Airflow Provider(s) databricks ### Versions of Apache Airflow Providers The databricks SQL does not work on Python 3.10 due to "from collections import Iterable" in the `databricks-sql-connector` * https://pypi.org/project/databricks-sql-connector/ Details of this issue dicussed in https://github.co...
https://github.com/apache/airflow/issues/22220
https://github.com/apache/airflow/pull/22886
aa8c08db383ebfabf30a7c2b2debb64c0968df48
7be57eb2566651de89048798766f0ad5f267cdc2
2022-03-13T14:55:30Z
python
2022-04-10T18:32:01Z
closed
apache/airflow
https://github.com/apache/airflow
22,191
["airflow/dag_processing/manager.py", "airflow/dag_processing/processor.py", "tests/dag_processing/test_manager.py"]
dag_processing code needs to handle OSError("handle is closed") in poll() and recv() calls
### Apache Airflow version 2.1.4 ### What happened The problem also exists in the latest version of the Airflow code, but I experienced it in 2.1.4. This is the root cause of problems experienced in [issue#13542](https://github.com/apache/airflow/issues/13542). I'll provide a stack trace below. The problem is...
https://github.com/apache/airflow/issues/22191
https://github.com/apache/airflow/pull/22685
c0c08b2bf23a54115f1ba5ac6bc8299f5aa54286
4a06f895bb2982ba9698b9f0cfeb26d1ff307fc3
2022-03-11T20:02:15Z
python
2022-04-06T20:42:31Z
closed
apache/airflow
https://github.com/apache/airflow
22,174
["airflow/www/static/js/ti_log.js", "airflow/www/templates/airflow/ti_log.html"]
Support log download in task log view
### Description Support log downloading from the task log view by adding a download button in the UI. ### Use case/motivation In the current version of Airflow, when we want to download a task try's log, we can click on the task node in Tree View or Graph view, and use the "Download" button in the task action modal,...
https://github.com/apache/airflow/issues/22174
https://github.com/apache/airflow/pull/22804
6aa65a38e0be3fee18ae9c1541e6091a47ab1f76
b29cbbdc1bbc290d67e64aa3a531caf2b9f6846b
2022-03-11T02:08:11Z
python
2022-04-08T14:55:00Z
closed
apache/airflow
https://github.com/apache/airflow
22,152
["airflow/models/abstractoperator.py", "airflow/models/dag.py", "airflow/models/taskinstance.py", "tests/models/test_dag.py", "tests/models/test_taskinstance.py"]
render_template_as_native_obj=True in DAG constructor prevents failure e-mail from sending
### Apache Airflow version 2.2.4 (latest released) ### What happened A DAG constructed with render_template_as_native_obj=True does not send an e-mail notification on task failure. DAGs constructed without render_template_as_native_obj send e-mail notification as expected. default_email_on_failure is set to Tr...
https://github.com/apache/airflow/issues/22152
https://github.com/apache/airflow/pull/22770
91832a42d8124b040073481fd93c54e9e64c2609
d80d52acf14034b0adf00e45b0fbac6ac03ab593
2022-03-10T16:13:04Z
python
2022-04-07T08:48:14Z
closed
apache/airflow
https://github.com/apache/airflow
22,141
["airflow/cli/commands/scheduler_command.py", "airflow/utils/cli.py", "docs/apache-airflow/howto/set-config.rst", "tests/cli/commands/test_scheduler_command.py"]
Dump configurations in airflow scheduler logs based on the config it reads
### Description We don't have any way to cross-verify the configs that the airflow scheduler uses. It would be good to have it logged somewhere so that users can cross-verify it. ### Use case/motivation How do you know for sure that the configs in airflow.cfg are being correctly parsed by airflow scheduler? ### Rel...
https://github.com/apache/airflow/issues/22141
https://github.com/apache/airflow/pull/22588
c30ab6945ea0715889d32e38e943c899a32d5862
78586b45a0f6007ab6b94c35b33790a944856e5e
2022-03-10T09:56:08Z
python
2022-04-04T12:05:49Z
closed
apache/airflow
https://github.com/apache/airflow
22,129
["airflow/providers/google/cloud/operators/bigquery.py", "docs/apache-airflow-providers-google/operators/cloud/bigquery.rst", "tests/providers/google/cloud/operators/test_bigquery.py"]
Add autodetect arg in BQCreateExternalTable Operator
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.2.4 (latest released) ### Operating System macOS Monterey ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened Autodetect parameter is missing i...
https://github.com/apache/airflow/issues/22129
https://github.com/apache/airflow/pull/22710
215993b75d0b3a568b01a29e063e5dcdb3b963e1
f9e18472c0c228fc3de7c883c7c3d26d7ee49e81
2022-03-09T18:12:30Z
python
2022-04-04T13:32:13Z
closed
apache/airflow
https://github.com/apache/airflow
22,115
["airflow/providers/docker/hooks/docker.py", "airflow/providers/docker/operators/docker.py", "tests/providers/docker/hooks/test_docker.py", "tests/providers/docker/operators/test_docker.py", "tests/providers/docker/operators/test_docker_swarm.py"]
add timeout to DockerOperator
### Body `APIClient` has [timeout](https://github.com/docker/docker-py/blob/b27faa62e792c141a5d20c4acdd240fdac7d282f/docker/api/client.py#L84) param which sets default timeout for API calls. The package [default](https://github.com/docker/docker-py/blob/7779b84e87bea3bac3a32b3ec1511bc1bfaa44f1/docker/constants.py#L6) ...
https://github.com/apache/airflow/issues/22115
https://github.com/apache/airflow/pull/22502
0d64d66ceab1c5da09b56bae5da339e2f608a2c4
e1a42c4fc8a634852dd5ac5b16cade620851477f
2022-03-09T12:19:41Z
python
2022-03-28T19:35:32Z
closed
apache/airflow
https://github.com/apache/airflow
22,111
["Dockerfile", "Dockerfile.ci", "airflow/providers/google/CHANGELOG.rst", "airflow/providers/google/ads/hooks/ads.py", "docs/apache-airflow-providers-google/index.rst", "setup.cfg", "setup.py", "tests/providers/google/ads/operators/test_ads.py"]
apache-airflow-providers-google uses deprecated Google Ads API V8
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google = 6.4.0 ### Apache Airflow version 2.1.3 ### Operating System Debian Buster ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### What happened `apache-airflow-prov...
https://github.com/apache/airflow/issues/22111
https://github.com/apache/airflow/pull/22965
c92954418a21dcafcb0b87864ffcb77a67a707bb
c36bcc4c06c93dce11e2306a4aff66432bffd5a5
2022-03-09T10:05:51Z
python
2022-04-15T10:20:38Z
closed
apache/airflow
https://github.com/apache/airflow
22,072
["airflow/decorators/python.py", "airflow/example_dags/example_python_operator.py", "airflow/example_dags/sql/sample.sql", "docs/apache-airflow/howto/operator/python.rst", "tests/api_connexion/endpoints/test_task_instance_endpoint.py", "tests/serialization/test_dag_serialization.py"]
@task decorator does not handle "templates_exts" argument correctly (files are not rendered)
### Apache Airflow version 2.2.2 ### What happened When I use Taskflow, and especially the `@task` decorator to create a task, the template files are not correctly rendered : I still have the filename inside `templates_dict` instead of the templated file content, even though I supplied a valid `templates_exts`...
https://github.com/apache/airflow/issues/22072
https://github.com/apache/airflow/pull/26390
24d88e8feedcb11edc316f0d3f20f4ea54dc23b8
4bf0cb98724a2cf04aab6359881a87aeb9cec0ce
2022-03-08T07:52:17Z
python
2022-09-19T20:37:56Z
closed
apache/airflow
https://github.com/apache/airflow
22,065
["airflow/providers/google/cloud/transfers/sql_to_gcs.py", "tests/providers/google/cloud/transfers/test_mssql_to_gcs.py", "tests/providers/google/cloud/transfers/test_mysql_to_gcs.py", "tests/providers/google/cloud/transfers/test_oracle_to_gcs.py", "tests/providers/google/cloud/transfers/test_postgres_to_gcs.py", "test...
DB To GCS Operations Should Return/Save Row Count
### Description All DB to GCS Operators should track the per file and total row count written for metadata and validation purposes. - Optionally, based on param, include the row count metadata as GCS file upload metadata. - Always return row count data through XCom. Currently this operator has no return value. ##...
https://github.com/apache/airflow/issues/22065
https://github.com/apache/airflow/pull/24382
8e0bddaea69db4d175f03fa99951f6d82acee84d
94257f48f4a3f123918b0d55c34753c7c413eb74
2022-03-07T23:36:35Z
python
2022-06-13T06:55:12Z
closed
apache/airflow
https://github.com/apache/airflow
22,034
["airflow/providers/google/cloud/hooks/bigquery.py", "airflow/providers/google/cloud/transfers/bigquery_to_gcs.py", "tests/providers/google/cloud/transfers/test_bigquery_to_gcs.py"]
BigQueryToGCSOperator: Invalid dataset ID error
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers `apache-airflow-providers-google==6.3.0` ### Apache Airflow version 2.2.3 ### Operating System Linux ### Deployment Composer ### Deployment details - Composer Environment version: `composer-2.0.3-airflow-2.2.3` ### What happene...
https://github.com/apache/airflow/issues/22034
https://github.com/apache/airflow/pull/22506
02526b3f64d090e812ebaf3c37a23da2a3e3084e
02976bef885a5da29a8be59b32af51edbf94466c
2022-03-07T05:00:21Z
python
2022-03-27T20:21:35Z
closed
apache/airflow
https://github.com/apache/airflow
22,015
["airflow/models/dag.py", "tests/models/test_dag.py"]
Allow showing more than 25 last DAG runs in the task duration view
### Apache Airflow version 2.1.2 ### What happened Task duration view for triggered dags shows all dag runs instead of n last. Changing the number of runs in the `Runs` drop-down menu doesn't change the view. Additionally the chart loads slowly, it show all dag runs. ![screenshot_2022-03-05_170203](https://user-i...
https://github.com/apache/airflow/issues/22015
https://github.com/apache/airflow/pull/29195
de2889c2e9779177363d6b87dc9020bf210fdd72
8b8552f5c4111fe0732067d7af06aa5285498a79
2022-03-05T16:16:48Z
python
2023-02-25T21:50:37Z
closed
apache/airflow
https://github.com/apache/airflow
22,007
["airflow/api_connexion/endpoints/variable_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/variable_schema.py", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_variable_endpoint.py"]
Add Variable, Connection "description" fields available in the API
### Description I'd like to get the "description" field from the variable, and connection table available through the REST API for the calls: 1. /variables/{key} 2. /connections/{conn_id} ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am...
https://github.com/apache/airflow/issues/22007
https://github.com/apache/airflow/pull/25370
faf3c4fe474733965ab301465f695e3cc311169c
98f16aa7f3b577022791494e13b6aa7057afde9d
2022-03-04T22:55:04Z
python
2022-08-02T21:05:05Z
closed
apache/airflow
https://github.com/apache/airflow
21,996
["airflow/providers/ftp/hooks/ftp.py", "airflow/providers/sftp/hooks/sftp.py", "tests/providers/ftp/hooks/test_ftp.py"]
Add test_connection to FTP Hook
### Description I would like to test if FTP connections are properly setup. ### Use case/motivation To test FTP connections via the Airflow UI similar to https://github.com/apache/airflow/pull/19609 ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### C...
https://github.com/apache/airflow/issues/21996
https://github.com/apache/airflow/pull/21997
a9b7dd69008710f1e5b188e4f8bc2d09a5136776
26e8d6d7664bbaae717438bdb41766550ff57e4f
2022-03-04T15:09:39Z
python
2022-03-06T10:16:35Z
closed
apache/airflow
https://github.com/apache/airflow
21,989
["airflow/providers/google/cloud/operators/dataflow.py", "tests/providers/google/cloud/operators/test_dataflow.py"]
Potential Bug in DataFlowCreateJavaJobOperator
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.2.3 ### Operating System mac ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened Passing anything other than a GCS bucket path to the `jar` argument res...
https://github.com/apache/airflow/issues/21989
https://github.com/apache/airflow/pull/22302
43dfec31521dcfcb45b95e2927d7c5eb5efa2c67
a3ffbee7c9b5cd8cc5b7b246116f0254f1daa505
2022-03-04T10:31:02Z
python
2022-03-20T11:12:25Z
closed
apache/airflow
https://github.com/apache/airflow
21,987
["airflow/providers/amazon/aws/hooks/s3.py"]
Airflow S3 connection name
### Description Hi, I took a look some issues and PRs and noticed that `Elastic MapReduce` connection name has been changed to `Amazon Elastic MapReduce` lately. [#20746](https://github.com/apache/airflow/issues/20746) I think it would be much intuitive if the connection name `S3` is changed to `Amazon S3`, an...
https://github.com/apache/airflow/issues/21987
https://github.com/apache/airflow/pull/21988
2b4d14696b3f32bc5ab71884a6e434887755e5a3
9ce45ff756fa825bd363a5a00c2333d91c60c012
2022-03-04T07:38:44Z
python
2022-03-04T17:25:43Z
closed
apache/airflow
https://github.com/apache/airflow
21,978
["airflow/providers/google/cloud/hooks/gcs.py", "tests/providers/google/cloud/hooks/test_gcs.py"]
Add Metadata Upload Support to GCSHook Upload Method
### Description When uploading a file using the GCSHook Upload method, allow for optional metadata to be uploaded with the file. This metadata would then be visible on the blob properties in GCS. ### Use case/motivation Being able to associate metadata with a GCS blob is very useful for tracking information about th...
https://github.com/apache/airflow/issues/21978
https://github.com/apache/airflow/pull/22058
c1faaf3745dd631d4491202ed245cf8190f35697
a11d831e3f978826d75e62bd70304c5277a8a1ea
2022-03-03T21:08:50Z
python
2022-03-07T22:28:23Z
closed
apache/airflow
https://github.com/apache/airflow
21,970
["docs/helm-chart/manage-dags-files.rst"]
helm chart - mounting-dags-from-a-private-github-repo-using-git-sync-sidecar
### Describe the issue with documentation doc link: https://airflow.apache.org/docs/helm-chart/stable/manage-dags-files.html#mounting-dags-from-a-private-github-repo-using-git-sync-sidecar doc location: """ [...] repo: ssh://git@github.com/<username>/<private-repo-name>.git [...] """ I literally spent o...
https://github.com/apache/airflow/issues/21970
https://github.com/apache/airflow/pull/26632
5560a46bfe8a14205c5e8a14f0b5c2ae74ee100c
05d351b9694c3e25843a8b0e548b07a70a673288
2022-03-03T16:10:41Z
python
2022-09-27T13:05:12Z
closed
apache/airflow
https://github.com/apache/airflow
21,941
["airflow/providers/amazon/aws/hooks/sagemaker.py", "airflow/providers/amazon/aws/operators/sagemaker.py", "tests/providers/amazon/aws/operators/test_sagemaker_transform.py"]
Sagemaker Transform Job fails if there are job with Same name
### Description Sagemaker Transform Job fails if there are job with Same name exist. Let say I create a job name as 'transform-2021-01-01T00-30-00' . So if I clear the airflow task run id for this so that the operator re-triggers then the Sagemaker Job creation fails because job with same name exists. So can we add ...
https://github.com/apache/airflow/issues/21941
https://github.com/apache/airflow/pull/25263
1fd702e5e55cabb40fe7e480bc47e70d9a036944
007b1920ddcee1d78f871d039a6ed8f4d0d4089d
2022-03-02T13:52:31Z
python
2022-08-02T18:20:53Z
closed
apache/airflow
https://github.com/apache/airflow
21,929
["airflow/providers/elasticsearch/hooks/elasticsearch.py", "docs/apache-airflow-providers-elasticsearch/hooks/elasticsearch_python_hook.rst", "docs/apache-airflow-providers-elasticsearch/hooks/elasticsearch_sql_hook.rst", "docs/apache-airflow-providers-elasticsearch/hooks/index.rst", "docs/apache-airflow-providers-elas...
Elasticsearch hook support DSL
### Description Current elasticsearch provider hook does not support query with DSL. Can we implement some methods that support user input json to get query results? BTW, why current `ElasticsearchHook's` father class is `DbApiHook`? I thought DbApiHook is for relational database that supports `sqlalchemy`? ### Use...
https://github.com/apache/airflow/issues/21929
https://github.com/apache/airflow/pull/24895
33b2cd8784dcbc626f79e2df432ad979727c9a08
2ddc1004050464c112c18fee81b03f87a7a11610
2022-03-02T08:38:07Z
python
2022-07-08T21:51:45Z
closed
apache/airflow
https://github.com/apache/airflow
21,923
["airflow/api/common/trigger_dag.py", "airflow/jobs/scheduler_job.py", "airflow/models/dag.py", "airflow/models/dagrun.py", "airflow/timetables/base.py", "airflow/utils/types.py", "docs/apache-airflow/howto/timetable.rst", "tests/models/test_dag.py"]
Programmatic customization of run_id for scheduled DagRuns
### Description Allow DAG authors to control how `run_id`'s are generated for created DagRuns. Currently the only way to specify a DagRun's `run_id` is through the manual trigger workflow either through the CLI or API and passing in `run_id`. It would be great if DAG authors are able to write a custom logic to generat...
https://github.com/apache/airflow/issues/21923
https://github.com/apache/airflow/pull/25795
5c48ed19bd3b554f9c3e881a4d9eb61eeba4295b
0254f30a5a90f0c3104782525fabdcfdc6d3b7df
2022-03-02T02:02:30Z
python
2022-08-19T13:15:43Z
closed
apache/airflow
https://github.com/apache/airflow
21,908
["airflow/api/common/mark_tasks.py", "airflow/www/views.py", "tests/api/common/test_mark_tasks.py"]
DAG will be set back to Running state after being marked Failed if there are scheduled tasks
### Apache Airflow version 2.2.4 (latest released) ### What happened I was running a large DAG with a limited concurrency and wanted to cancel the current run. I marked the run as `Failed` via the UI which terminated all running tasks and marked them as `Failed`. However, a few seconds later the run was set back...
https://github.com/apache/airflow/issues/21908
https://github.com/apache/airflow/pull/22410
e97953ad871dc0078753c668680cce8096a31e32
becbb4ab443995b21d783cadfba7fbfdf3b1530d
2022-03-01T18:39:28Z
python
2022-03-31T17:09:07Z
closed
apache/airflow
https://github.com/apache/airflow
21,897
["docs/apache-airflow/logging-monitoring/metrics.rst"]
Metrics documentation incorrectly lists dag_processing.processor_timeouts as a gauge
### Describe the issue with documentation According to the [documentation](https://airflow.apache.org/docs/apache-airflow/2.2.4/logging-monitoring/metrics.html), `dag_processing.processor_timeouts` is a gauge. However, checking the code, it appears to be a counter: https://github.com/apache/airflow/blob/3035d3ab162...
https://github.com/apache/airflow/issues/21897
https://github.com/apache/airflow/pull/23393
82c244f9c7f24735ee952951bcb5add45422d186
fcfaa8307ac410283f1270a0df9e557570e5ffd3
2022-03-01T13:40:37Z
python
2022-05-08T21:11:51Z
closed
apache/airflow
https://github.com/apache/airflow
21,891
["airflow/providers/apache/hive/provider.yaml", "setup.py", "tests/providers/apache/hive/hooks/test_hive.py", "tests/providers/apache/hive/transfers/test_hive_to_mysql.py", "tests/providers/apache/hive/transfers/test_hive_to_samba.py", "tests/providers/apache/hive/transfers/test_mssql_to_hive.py", "tests/providers/apac...
hive provider support for python 3.9
### Apache Airflow Provider(s) apache-hive ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.2.4 (latest released) ### Operating System Debian “buster” ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened Hive provider ca...
https://github.com/apache/airflow/issues/21891
https://github.com/apache/airflow/pull/21893
76899696fa00c9f267316f27e088852556ebcccf
563ecfa0539f5cbd42a715de0e25e563bd62c179
2022-03-01T10:27:55Z
python
2022-03-01T22:16:10Z
closed
apache/airflow
https://github.com/apache/airflow
21,832
["airflow/decorators/__init__.pyi", "airflow/providers/docker/decorators/docker.py", "airflow/providers/docker/example_dags/example_docker.py"]
Unmarshalling of function with '@task.docker()' decorator fails if 'python' alias is not defined in image
### Apache Airflow version 2.2.4 (latest released) ### What happened I am using Airflow 2.2.4 docker which is to run a DAG, `test_dag.py`, defined as follows: ``` from airflow.decorators import dag, task from airflow.utils import dates @dag(schedule_interval=None, start_date=dates.days_ago(1), ...
https://github.com/apache/airflow/issues/21832
https://github.com/apache/airflow/pull/21973
73c6bf08780780ca5a318e74902cb05ba006e3ba
188ac519964c6b6acf9d6ab144e7ff7e5538547c
2022-02-26T12:18:44Z
python
2022-03-07T01:45:10Z
closed
apache/airflow
https://github.com/apache/airflow
21,808
["airflow/providers/amazon/aws/operators/sagemaker.py", "tests/providers/amazon/aws/operators/test_sagemaker_base.py"]
Add default 'aws_conn_id' to SageMaker Operators
The SageMaker Operators not having a default value for `aws_conn_id` is a pain, we should fix that. See EKS operators for an example: https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/operators/eks.py _Originally posted by @ferruzzi in https://github.com/apache/airflow/pull/21673#discussion_r...
https://github.com/apache/airflow/issues/21808
https://github.com/apache/airflow/pull/23515
828016747ac06f6fb2564c07bb8be92246f42567
5d1e6ff19ab4a63259a2c5aed02b601ca055a289
2022-02-24T22:58:10Z
python
2022-05-09T17:36:35Z
closed
apache/airflow
https://github.com/apache/airflow
21,807
["UPDATING.md", "airflow/exceptions.py", "airflow/models/mappedoperator.py", "airflow/sensors/base.py", "airflow/ti_deps/deps/ready_to_reschedule.py", "tests/sensors/test_base.py", "tests/serialization/test_dag_serialization.py"]
Dynamically mapped sensors throw TypeError at DAG parse time
### Apache Airflow version main (development) ### What happened Here's a DAG: ```python3 from datetime import datetime from airflow import DAG from airflow.sensors.date_time import DateTimeSensor template = "{{{{ ti.start_date + macros.timedelta(seconds={}) }}}}" with DAG( dag_id="datetime_mappe...
https://github.com/apache/airflow/issues/21807
https://github.com/apache/airflow/pull/21815
2c57ad4ff9ddde8102c62f2e25c2a2e82cceb3e7
8b276c6fc191254d96451958609faf81db994b94
2022-02-24T22:29:12Z
python
2022-03-02T14:19:45Z
closed
apache/airflow
https://github.com/apache/airflow
21,801
["airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"]
Error in creating external table using GCSToBigQueryOperator when autodetect=True
### Apache Airflow version 2.2.4 (latest released) ### What happened I was trying to create an external table for a CSV file in GCS using the GCSToBigQueryOperator with autodetect=True but ran into some issues. The error stated that either schema field or schema object must be mentioned for creating an external tabl...
https://github.com/apache/airflow/issues/21801
https://github.com/apache/airflow/pull/21944
26e8d6d7664bbaae717438bdb41766550ff57e4f
9020b3a89d4572572c50d6ac0f1724e09092e0b5
2022-02-24T18:07:25Z
python
2022-03-06T10:25:37Z
closed
apache/airflow
https://github.com/apache/airflow
21,768
["airflow/models/baseoperator.py", "airflow/models/dag.py"]
raise TypeError when default_args not a dictionary
### Apache Airflow version 2.2.4 (latest released) ### What happened When triggering this dag below it runs when it should fail. A set is being passed to default_args instead of what should be a dictionary yet the dag still succeeds. ### What you expected to happen I expected the dag to fail as the default_args pa...
https://github.com/apache/airflow/issues/21768
https://github.com/apache/airflow/pull/21809
7724a5a2ec9531f03497a259c4cd7823cdea5e0c
7be204190d6079e49281247d3e2c644535932925
2022-02-23T18:50:03Z
python
2022-03-07T00:18:44Z
closed
apache/airflow
https://github.com/apache/airflow
21,752
["airflow/cli/cli_parser.py"]
triggerer `--capacity` parameter does not work
### Apache Airflow version 2.2.4 (latest released) ### What happened When you run `airflow triggerer --capacity 1000`, you get the following error: ``` Traceback (most recent call last): File "/opt/homebrew/Caskroom/miniforge/base/envs/airflow2/bin/airflow", line 8, in <module> sys.exit(main()) File "...
https://github.com/apache/airflow/issues/21752
https://github.com/apache/airflow/pull/21753
169b196d189242c4f7d26bf1fa4dd5a8b5da12d4
9076b67c05cdba23e8fa51ebe5ad7f7d53e1c2ba
2022-02-23T07:02:13Z
python
2022-02-23T10:20:13Z
closed
apache/airflow
https://github.com/apache/airflow
21,711
[".github/actions/configure-aws-credentials", "airflow/providers/amazon/aws/hooks/sagemaker.py", "airflow/providers/amazon/aws/operators/sagemaker.py", "tests/providers/amazon/aws/hooks/test_sagemaker.py", "tests/providers/amazon/aws/operators/test_sagemaker_processing.py"]
SageMakerProcessingOperator does not honor action_if_job_exists
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon | 2.4.0 ### Apache Airflow version 2.2.3 (latest released) ### Operating System Amazon Linux 2 ### Deployment MWAA ### Deployment details _No response_ ### What happened Sagemaker Processing O...
https://github.com/apache/airflow/issues/21711
https://github.com/apache/airflow/pull/27456
e8ab8ccc0e7b82efc0dbf8bd31e0bbf57b1d5637
9f9ab3021800b5cebbf9c7190716ab753a020dbe
2022-02-21T10:11:39Z
python
2022-11-11T00:28:19Z
closed
apache/airflow
https://github.com/apache/airflow
21,672
["airflow/providers/amazon/aws/hooks/base_aws.py", "docs/apache-airflow-providers-amazon/connections/aws.rst", "tests/providers/amazon/aws/hooks/test_base_aws.py"]
[AWS] Configurable AWS SessionFactory for AwsBaseHook
### Description Add custom federated AWS access support through configurable [SessionFactory](https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/hooks/base_aws.py#L424), User will have the option to use their own `SessionFactory` implementation that can provide AWS credentials through external...
https://github.com/apache/airflow/issues/21672
https://github.com/apache/airflow/pull/21778
f0bbb9d1079e2660b4aa6e57c53faac84b23ce3d
c819b4f8d0719037ce73d845c4ff9f1e4cb6cc38
2022-02-18T18:25:12Z
python
2022-02-28T09:29:59Z
closed
apache/airflow
https://github.com/apache/airflow
21,671
["airflow/providers/amazon/aws/utils/emailer.py", "docs/apache-airflow/howto/email-config.rst", "tests/providers/amazon/aws/utils/test_emailer.py"]
Amazon Airflow Provider | Broken AWS SES as backend for Email
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers ``` apache-airflow==2.2.2 apache-airflow-providers-amazon==2.4.0 ``` ### Apache Airflow version 2.2.2 ### Operating System Amazon Linux 2 ### Deployment MWAA ### Deployment details _No response_ ### Wha...
https://github.com/apache/airflow/issues/21671
https://github.com/apache/airflow/pull/21681
b48dc4da9ec529745e689d101441a05a5579ef46
b28f4c578c0b598f98731350a93ee87956d866ae
2022-02-18T18:16:17Z
python
2022-02-19T09:34:13Z
closed
apache/airflow
https://github.com/apache/airflow
21,656
["airflow/models/baseoperator.py"]
Airflow >= 2.2.0 execution date change is failing TaskInstance get_task_instances method and possibly others
### Apache Airflow version 2.2.3 (latest released) ### What happened This is my first time reporting or posting on this forum. Please let me know if I need to provide any more information. Thanks for looking at this! I have a Python Operator that uses the BaseOperator get_task_instances method and during th...
https://github.com/apache/airflow/issues/21656
https://github.com/apache/airflow/pull/21705
b2c0a921c155e82d1140029e6495594061945025
bb577a98494369b22ae252ac8d23fb8e95508a1c
2022-02-17T22:53:28Z
python
2022-02-22T20:12:22Z
closed
apache/airflow
https://github.com/apache/airflow
21,647
["docs/apache-airflow-providers-jenkins/connections.rst", "docs/apache-airflow-providers-jenkins/index.rst"]
Jenkins Connection Example
### Describe the issue with documentation I need to configure a connection to our jenkins and I dont find anywhere an example. I suppose that I need to define a http connection with the format: `http://usename:password@jenkins_url` However don't have any idea about adding `/api` so that the url would be: `http://u...
https://github.com/apache/airflow/issues/21647
https://github.com/apache/airflow/pull/22682
3849b4e709acfc9e85496aa2dededb2dae117fc7
cb41d5c02e3c53a24f9dc148e45e696891c347c2
2022-02-17T16:40:43Z
python
2022-04-02T20:04:35Z
closed
apache/airflow
https://github.com/apache/airflow
21,638
["airflow/models/connection.py", "tests/models/test_connection.py"]
Spark Connection with k8s in URL not mapped correctly
### Official Helm Chart version 1.2.0 ### Apache Airflow version 2.1.4 ### Kubernetes Version v1.21.6+bb8d50a ### Helm Chart configuration I defined a new Connection String for AIRFLOW_CONN_SPARK_DEFAULT in values.yaml like the following section (base64 encoded or with correct string (spark://k8s:/...
https://github.com/apache/airflow/issues/21638
https://github.com/apache/airflow/pull/31465
232771869030d708c57f840aea735b18bd4bffb2
0560881f0eaef9c583b11e937bf1f79d13e5ac7c
2022-02-17T09:39:46Z
python
2023-06-19T09:32:41Z
closed
apache/airflow
https://github.com/apache/airflow
21,616
["airflow/models/trigger.py", "tests/models/test_trigger.py"]
Deferred tasks being ran on every triggerer instance
### Apache Airflow version 2.2.3 (latest released) ### What happened I'm currently using airflow triggers, but I've noticed that deferred tasks are being ran on every triggerer instance right away: ``` host 1 -> 2/10/2022 1:06:08 PM Job a702656f-01ce-4e7a-893a-5b42cdaa38e2 progressed from Unknown to RUNNABLE. h...
https://github.com/apache/airflow/issues/21616
https://github.com/apache/airflow/pull/21770
c8d64c916720f0be67a4f2ffd26af0d4c56005ff
b26d4d8a290ce0104992ba28850113490c1ca445
2022-02-16T14:23:07Z
python
2022-02-26T19:25:15Z
closed
apache/airflow
https://github.com/apache/airflow
21,615
["chart/tests/test_create_user_job.py"]
ArgoCD deployment: Cannot synchronize after updating values
### Official Helm Chart version 1.4.0 (latest released) ### Apache Airflow version 2.2.3 (latest released) ### Kubernetes Version v1.20.12-gke.1500 ### Helm Chart configuration defaultAirflowTag: "2.2.3-python3.9" airflowVersion: "2.2.3" createUserJob: useHelmHooks: false migrateDatabaseJob...
https://github.com/apache/airflow/issues/21615
https://github.com/apache/airflow/pull/21776
dade6e075f5229f15b8b0898393c529e0e9851bc
608b8c4879c188881e057e6318a0a15f54c55c7b
2022-02-16T13:19:19Z
python
2022-02-25T01:46:15Z
closed
apache/airflow
https://github.com/apache/airflow
21,597
["airflow/providers/presto/hooks/presto.py", "airflow/providers/trino/hooks/trino.py"]
replace `hql` references to `sql` in `TrinoHook` and `PrestoHook`
### Body Both: https://github.com/apache/airflow/blob/main/airflow/providers/presto/hooks/presto.py https://github.com/apache/airflow/blob/main/airflow/providers/trino/hooks/trino.py uses terminology of `hql` we should change it to `sql`. The change needs to be backwards compatible. e.g deprecating hql with warn...
https://github.com/apache/airflow/issues/21597
https://github.com/apache/airflow/pull/21630
4e959358ac4ef9554ff5d82cdc85ab7dc142a639
2807193594ed4e1f3acbe8da7dd372fe1c2fff94
2022-02-15T20:40:22Z
python
2022-02-22T09:07:24Z
closed
apache/airflow
https://github.com/apache/airflow
21,573
["airflow/providers/amazon/aws/operators/ecs.py"]
ECS Operator doesn't get logs from cloudwatch when ecs task has finished within 30 seconds.
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==2.6.0 ### Apache Airflow version 2.2.3 (latest released) ### Operating System Amazon Linux2 ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### What happened ECS...
https://github.com/apache/airflow/issues/21573
https://github.com/apache/airflow/pull/21574
2d6282d6b7d8c7603e96f0f28ebe0180855687f3
21a90c5b7e2f236229812f9017582d67d3d7c3f0
2022-02-15T07:10:13Z
python
2022-02-15T09:48:05Z
closed
apache/airflow
https://github.com/apache/airflow
21,566
["setup.cfg"]
typing_extensions package isn't installed with apache-airflow-providers-amazon causing an issue for SqlToS3Operator
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers 3.0.0rc2 ### Apache Airflow version 2.2.3 (latest released) ### Python version Python 3.9.7 (default, Oct 12 2021, 02:43:43) ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Docker-Compo...
https://github.com/apache/airflow/issues/21566
https://github.com/apache/airflow/pull/21567
9407f11c814413064afe09c650a79edc45807965
e4ead2b10dccdbe446f137f5624255aa2ff2a99a
2022-02-14T20:21:15Z
python
2022-02-25T21:26:22Z
closed
apache/airflow
https://github.com/apache/airflow
21,559
["airflow/providers/databricks/hooks/databricks.py", "airflow/providers/databricks/hooks/databricks_base.py", "airflow/providers/databricks/operators/databricks.py", "docs/apache-airflow-providers-databricks/operators/run_now.rst", "docs/apache-airflow-providers-databricks/operators/submit_run.rst", "tests/providers/da...
Databricks hook: Retry also on HTTP Status 429 - rate limit exceeded
### Apache Airflow Provider(s) databricks ### Versions of Apache Airflow Providers 2.2.0 ### Apache Airflow version 2.2.3 (latest released) ### Operating System Any ### Deployment Other ### Deployment details _No response_ ### What happened Operations aren't retried when Databricks API returns HTTP Status ...
https://github.com/apache/airflow/issues/21559
https://github.com/apache/airflow/pull/21852
c108f264abde68e8f458a401296a53ccbe7a47f6
12e9e2c695f9ebb9d3dde9c0f7dfaa112654f0d6
2022-02-14T10:08:01Z
python
2022-03-13T23:19:01Z
closed
apache/airflow
https://github.com/apache/airflow
21,545
["airflow/providers/apache/beam/hooks/beam.py", "docs/docker-stack/docker-images-recipes/go-beam.Dockerfile", "docs/docker-stack/recipes.rst", "tests/providers/apache/beam/hooks/test_beam.py"]
Add Go to docker images
### Description Following https://github.com/apache/airflow/pull/20386 we are now supporting execution of Beam Pipeline written in Go. We might want to add Go to the images. Beam Go SDK first stable release is `v2.33.0` and requires `Go v1.16` minimum: ### Use case/motivation This way people running airf...
https://github.com/apache/airflow/issues/21545
https://github.com/apache/airflow/pull/22296
7bd165fbe2cbbfa8208803ec352c5d16ca2bd3ec
4a1503b39b0aaf50940c29ac886c6eeda35a79ff
2022-02-13T11:38:59Z
python
2022-03-17T03:57:22Z
closed
apache/airflow
https://github.com/apache/airflow
21,537
["airflow/providers/google/cloud/transfers/sql_to_gcs.py", "tests/providers/google/cloud/transfers/test_sql_to_gcs.py"]
add partition option for parquet files by columns in BaseSQLToGCSOperator
### Description Add the ability to partition parquet files by columns. Right now you can partition files only by size. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [x] I ...
https://github.com/apache/airflow/issues/21537
https://github.com/apache/airflow/pull/28677
07a17bafa1c3de86a993ee035f91b3bbd284e83b
35a8ffc55af220b16ea345d770f80f698dcae3fb
2022-02-12T10:56:36Z
python
2023-01-10T05:55:15Z
closed
apache/airflow
https://github.com/apache/airflow
21,486
["airflow/providers/postgres/example_dags/example_postgres.py", "airflow/providers/postgres/operators/postgres.py", "docs/apache-airflow-providers-postgres/operators/postgres_operator_howto_guide.rst", "tests/providers/postgres/operators/test_postgres.py"]
Allow to set statement behavior for PostgresOperator
### Body Add the ability to pass parameters like `statement_timeout` from PostgresOperator. https://www.postgresql.org/docs/14/runtime-config-client.html#GUC-STATEMENT-TIMEOUT The goal is to allow to control over specific query rather than setting the parameters on the connection level. ### Committer - [X] I ack...
https://github.com/apache/airflow/issues/21486
https://github.com/apache/airflow/pull/21551
ecc5b74528ed7e4ecf05c526feb2c0c85f463429
0ec56775df66063cab807d886e412ebf88c572bf
2022-02-10T10:08:32Z
python
2022-03-18T15:09:20Z
closed
apache/airflow
https://github.com/apache/airflow
21,469
["chart/templates/cleanup/cleanup-cronjob.yaml", "chart/tests/test_airflow_common.py", "chart/tests/test_annotations.py", "chart/values.schema.json", "chart/values.yaml"]
No way to supply custom annotations for cleanup cron job pods
### Official Helm Chart version 1.4.0 (latest released) ### Apache Airflow version 2.2.3 (latest released) ### Kubernetes Version v1.21.5 ### Helm Chart configuration ```yaml cleanup: enabled: true airflowPodAnnotations: vault.hashicorp.com/agent-init-first: "true" vault.hashicorp.com/agent-inje...
https://github.com/apache/airflow/issues/21469
https://github.com/apache/airflow/pull/21484
c25534be56cee39b6be38a9928cd5b2e107a32be
8c1512b7094e092369b742c37857b7946b4033f4
2022-02-09T16:26:12Z
python
2022-02-11T23:12:34Z
closed
apache/airflow
https://github.com/apache/airflow
21,450
["airflow/cli/commands/dag_command.py"]
`airflow dags status` fails if parse time is near `dagbag_import_timeout`
### Apache Airflow version 2.2.3 (latest released) ### What happened I had just kicked off a DAG and I was periodically running `airflow dags status ...` to see if it was done yet. At first it seemed to work, but later it failed with this error: ``` $ airflow dags state load_13 '2022-02-09T05:25:28+00:00'...
https://github.com/apache/airflow/issues/21450
https://github.com/apache/airflow/pull/21793
7e0c6e4fc7fcaccfa6c49efddea3aaae96c9260c
dade6e075f5229f15b8b0898393c529e0e9851bc
2022-02-09T05:48:01Z
python
2022-02-24T21:45:01Z
closed
apache/airflow
https://github.com/apache/airflow
21,421
["airflow/providers/amazon/aws/hooks/eks.py", "tests/providers/amazon/aws/hooks/test_eks.py"]
Unable to use EKSPodOperator with aws_conn_id parameter
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==2.4.0 ### Apache Airflow version 2.2.2 ### Operating System AmazonLinux ### Deployment MWAA ### Deployment details Out of box deployment of MWAA with Airflow 2.2.2 ### What happened I try to laun...
https://github.com/apache/airflow/issues/21421
https://github.com/apache/airflow/pull/21427
8fe9783fcd813dced8de849c8130d0eb7f90bac3
33ca0f26544a4d280f2f56843e97deac7f33cea5
2022-02-08T10:08:38Z
python
2022-02-08T20:51:33Z
closed
apache/airflow
https://github.com/apache/airflow
21,412
["airflow/providers/microsoft/azure/hooks/cosmos.py", "tests/providers/microsoft/azure/hooks/test_azure_cosmos.py", "tests/providers/microsoft/azure/operators/test_azure_cosmos.py"]
v3.5.0 airflow.providers.microsoft.azure.operators.cosmos not running
### Apache Airflow version 2.2.3 (latest released) ### What happened Submitting this on advice from the community Slack: Attempting to use the v3.5.0 `AzureCosmosInsertDocumentOperator` operator fails with an attribute error: `AttributeError: 'CosmosClient' object has no attribute 'QueryDatabases'` ### What you exp...
https://github.com/apache/airflow/issues/21412
https://github.com/apache/airflow/pull/21514
de41ccc922b3d1f407719744168bb6822bde9a58
3c4524b4ec2b42a8af0a8c7b9d8f1d065b2bfc83
2022-02-08T05:53:54Z
python
2022-02-23T16:39:30Z
closed
apache/airflow
https://github.com/apache/airflow
21,388
["airflow/providers/google/cloud/transfers/gcs_to_gcs.py", "tests/providers/google/cloud/transfers/test_gcs_to_gcs.py"]
Optionally raise an error if source file does not exist in GCSToGCSOperator
### Description Right now when using GCSToGCSOperator to copy a file from one bucket to another, if the source file does not exist, nothing happens and the task is considered successful. This could be good for some use cases, for example, when you want to copy all the files from a directory or that match a specific ...
https://github.com/apache/airflow/issues/21388
https://github.com/apache/airflow/pull/21391
a2abf663157aea14525e1a55eb9735ba659ae8d6
51aff276ca4a33ee70326dd9eea6fba59f1463a3
2022-02-07T12:15:28Z
python
2022-02-10T19:30:03Z
closed
apache/airflow
https://github.com/apache/airflow
21,380
["airflow/providers/databricks/hooks/databricks.py", "airflow/providers/databricks/operators/databricks.py", "tests/providers/databricks/hooks/test_databricks.py", "tests/providers/databricks/operators/test_databricks.py"]
Databricks: support for triggering jobs by name
### Description The DatabricksRunNowOperator supports triggering job runs by job ID. We would like to extend the operator to also support triggering jobs by name. This will likely require first making an API call to list jobs in order to find the appropriate job id. ### Use case/motivation _No response_ ### Related...
https://github.com/apache/airflow/issues/21380
https://github.com/apache/airflow/pull/21663
537c24433014d3d991713202df9c907e0f114d5d
a1845c68f9a04e61dd99ccc0a23d17a277babf57
2022-02-07T10:23:18Z
python
2022-02-26T21:55:30Z
closed
apache/airflow
https://github.com/apache/airflow
21,348
["airflow/providers/amazon/aws/operators/glue.py"]
Status of testing Providers that were prepared on February 05, 2022
### Body I have a kind request for all the contributors to the latest provider packages release. Could you please help us to test the RC versions of the providers? Let us know in the comment, whether the issue is addressed. Those are providers that require testing as there were some substantial changes introd...
https://github.com/apache/airflow/issues/21348
https://github.com/apache/airflow/pull/21353
8da7af2bc0f27e6d926071439900ddb27f3ae6c1
d1150182cb1f699e9877fc543322f3160ca80780
2022-02-05T20:59:27Z
python
2022-02-06T21:25:29Z
closed
apache/airflow
https://github.com/apache/airflow
21,336
["airflow/www/templates/airflow/trigger.html", "airflow/www/views.py", "tests/www/views/test_views_trigger_dag.py"]
Override the dag run_id from within the ui
### Description It would be great to have the ability to override the generated run_ids like `scheduled__2022-01-27T14:00:00+00:00` so that it is easier to find specific dag runs in the ui. I know the rest api allows you to specify a run id, but it would be great if ui users could also specify a run_id using for examp...
https://github.com/apache/airflow/issues/21336
https://github.com/apache/airflow/pull/21851
340180423a687d8171413c0c305f2060f9722177
14a2d9d0078569988671116473b43f86aba1161b
2022-02-04T21:10:04Z
python
2022-03-16T08:12:59Z
closed
apache/airflow
https://github.com/apache/airflow
21,325
["airflow/providers/cncf/kubernetes/hooks/kubernetes.py", "airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py", "tests/providers/apache/flink/operators/test_flink_kubernetes.py", "tests/providers/cncf/kubernetes/hooks/test_kubernetes_pod.py", "tests/providers/cncf/kubernetes/operators/test_spark_kubernetes...
on_kill method for SparkKubernetesOperator
### Description In some cases the Airflow sends `SIGTERM` to the task, here to the `SparkKubernetesOperator`, it needs to send `SIGTERM` also to the corresponding pods/jobs ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit ...
https://github.com/apache/airflow/issues/21325
https://github.com/apache/airflow/pull/29977
feab21362e2fee309990a89aea39031d94c5f5bd
9a4f6748521c9c3b66d96598036be08fd94ccf89
2022-02-04T13:31:39Z
python
2023-03-14T22:31:30Z
closed
apache/airflow
https://github.com/apache/airflow
21,321
["airflow/providers/amazon/aws/example_dags/example_ecs_ec2.py", "airflow/providers/amazon/aws/example_dags/example_ecs_fargate.py", "airflow/providers/amazon/aws/operators/ecs.py", "docs/apache-airflow-providers-amazon/operators/ecs.rst", "tests/providers/amazon/aws/operators/test_ecs.py"]
ECS Operator does not support launch type "EXTERNAL"
### Description You can run ECS tasks either on EC2 instances or via AWS Fargate, and these will run in AWS. With ECS Anywhere, you are now able to run the same ECS tasks on any host that has the ECS agent - on prem, in another cloud provider, etc. The control plane resides in ECS, but the execution of the task is man...
https://github.com/apache/airflow/issues/21321
https://github.com/apache/airflow/pull/22093
33ecca1b9ab99d9d15006df77757825c81c24f84
e63f6e36d14a8cd2462e80f26fb4809ab8698380
2022-02-04T11:23:52Z
python
2022-03-11T07:25:11Z
closed
apache/airflow
https://github.com/apache/airflow
21,302
["airflow/www/package.json", "airflow/www/static/js/graph.js", "airflow/www/static/js/tree/Tree.jsx", "airflow/www/static/js/tree/dagRuns/index.test.jsx", "airflow/www/static/js/tree/index.jsx", "airflow/www/static/js/tree/renderTaskRows.jsx", "airflow/www/static/js/tree/renderTaskRows.test.jsx", "airflow/www/static/js...
Pause auto-refresh when the document becomes hidden
### Description When running Airflow it can be common to leave some tabs of Airflow open but not active. I believe (but not 100% sure, if I am wrong I can close this issue) Airflow's auto-refresh keeps refreshing when the document becomes hidden (for example, you switched to another browser tab). This is not desi...
https://github.com/apache/airflow/issues/21302
https://github.com/apache/airflow/pull/21904
dfd9805a23b2d366f5c332f4cb4131462c5ba82e
635fe533700f284da9aa04a38a5dae9ad6485454
2022-02-03T19:57:20Z
python
2022-03-08T18:31:43Z
closed
apache/airflow
https://github.com/apache/airflow
21,201
["airflow/www/static/js/gantt.js", "airflow/www/static/js/graph.js", "airflow/www/static/js/task_instances.js", "airflow/www/views.py"]
Add Trigger Rule Display to Graph View
### Description This feature would introduce some visual addition(s) (e.g. tooltip) to the Graph View to display the trigger rule between tasks. ### Use case/motivation This would add more detail to Graph View, providing more information visually about the relationships between upstream and downstream tasks. ### R...
https://github.com/apache/airflow/issues/21201
https://github.com/apache/airflow/pull/26043
bdc3d4da3e0fb11661cede149f2768acb2080d25
f94176bc7b28b496c34974b6e2a21781a9afa221
2022-01-28T23:17:52Z
python
2022-08-31T19:51:43Z