status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
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
23,550
["airflow/models/dagrun.py", "tests/models/test_dagrun.py"]
Dynamic Task Mapping is Immutable within a Run
### Apache Airflow version 2.3.0 (latest released) ### What happened Looks like mapped tasks are immutable, even when the source XCOM that created them changes. This is a problem for things like Late Arriving Data and Data Reprocessing ### What you think should happen instead Mapped tasks should change in resp...
https://github.com/apache/airflow/issues/23550
https://github.com/apache/airflow/pull/23667
ad297c91777277e2b76dd7b7f0e3e3fc5c32e07c
b692517ce3aafb276e9d23570e9734c30a5f3d1f
2022-05-06T21:42:12Z
python
2022-06-18T07:32:38Z
closed
apache/airflow
https://github.com/apache/airflow
23,546
["airflow/www/views.py", "tests/www/views/test_views_graph_gantt.py"]
Gantt Chart Broken After Deleting a Task
### Apache Airflow version 2.2.5 ### What happened After a task was deleted from a DAG we received the following message when visiting the gantt view for the DAG in the webserver. ``` { "detail": null, "status": 404, "title": "Task delete-me not found", "type": "https://airflow.apache.org/docs/...
https://github.com/apache/airflow/issues/23546
https://github.com/apache/airflow/pull/23627
e09e4635b0dc50cbd3a18f8be02ce9b2e2f3d742
4b731f440734b7a0da1bbc8595702aaa1110ad8d
2022-05-06T20:07:01Z
python
2022-05-20T19:24:14Z
closed
apache/airflow
https://github.com/apache/airflow
23,532
["airflow/utils/file.py", "tests/utils/test_file.py"]
Airflow .airflowignore not handling soft link properly.
### Apache Airflow version 2.3.0 (latest released) ### What happened Soft link and folder under same root folder will be handled as the same relative path. Say i have dags folder which looks like this: ``` -dags: -- .airflowignore -- folder -- soft-links-to-folder -> folder ``` and .airflowignore:...
https://github.com/apache/airflow/issues/23532
https://github.com/apache/airflow/pull/23535
7ab5ea7853df9d99f6da3ab804ffe085378fbd8a
8494fc7036c33683af06a0e57474b8a6157fda05
2022-05-06T13:57:32Z
python
2022-05-20T06:35:41Z
closed
apache/airflow
https://github.com/apache/airflow
23,529
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py"]
Provide resources attribute in KubernetesPodOperator to be templated
### Description Make resources in KubernetesPodOperator as templated. We need to modify this during several runs and it needs code change for each run. ### Use case/motivation For running CPU and memory intensive workloads, we want to continuously optimise the "limt_cpu" and "limit_memory" parameters. Hence, we want...
https://github.com/apache/airflow/issues/23529
https://github.com/apache/airflow/pull/27457
aefadb8c5b9272613d5806b054a1b46edf29d82e
47a2b9ee7f1ff2cc1cc1aa1c3d1b523c88ba29fb
2022-05-06T13:35:16Z
python
2022-11-09T08:47:55Z
closed
apache/airflow
https://github.com/apache/airflow
23,523
["scripts/ci/docker-compose/integration-cassandra.yml"]
Cassandra container 3.0.26 fails to start on CI
### Apache Airflow version main (development) ### What happened Cassandra released a new image (3.0.26) on 05.05.2022 and it broke our builds, for example: * https://github.com/apache/airflow/runs/6320170343?check_suite_focus=true#step:10:6651 * https://github.com/apache/airflow/runs/6319805534?check_suite_focus...
https://github.com/apache/airflow/issues/23523
https://github.com/apache/airflow/pull/23537
953b85d8a911301c040a3467ab2a1ba2b6d37cd7
22a564296be1aee62d738105859bd94003ad9afc
2022-05-06T10:40:06Z
python
2022-05-07T13:36:55Z
closed
apache/airflow
https://github.com/apache/airflow
23,514
["airflow/providers/amazon/aws/hooks/s3.py", "tests/providers/amazon/aws/hooks/test_s3.py"]
Json files from S3 downloading as text files
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.3.0 (latest released) ### Operating System Mac OS Mojave 10.14.6 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What h...
https://github.com/apache/airflow/issues/23514
https://github.com/apache/airflow/pull/26886
d544e8fbeb362e76e14d7615d354a299445e5b5a
777b57f0c6a8ca16df2b96fd17c26eab56b3f268
2022-05-05T21:59:08Z
python
2022-10-26T11:01:10Z
closed
apache/airflow
https://github.com/apache/airflow
23,512
["airflow/cli/commands/webserver_command.py", "tests/cli/commands/test_webserver_command.py"]
Random "duplicate key value violates unique constraint" errors when initializing the postgres database
### Apache Airflow version 2.3.0 (latest released) ### What happened while testing airflow 2.3.0 locally (using postgresql 12.4), the webserver container shows random errors: ``` webserver_1 | + airflow db init ... webserver_1 | + exec airflow webserver ... webserver_1 | [2022-05-04 18:58:46,011] {{ma...
https://github.com/apache/airflow/issues/23512
https://github.com/apache/airflow/pull/27297
9ab1a6a3e70b32a3cddddf0adede5d2f3f7e29ea
8f99c793ec4289f7fc28d890b6c2887f0951e09b
2022-05-05T20:00:11Z
python
2022-10-27T04:25:44Z
closed
apache/airflow
https://github.com/apache/airflow
23,497
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "airflow/providers/cncf/kubernetes/utils/pod_manager.py", "tests/providers/cncf/kubernetes/utils/test_pod_manager.py"]
Tasks stuck indefinitely when following container logs
### Apache Airflow version 2.2.4 ### What happened I observed that some workers hanged randomly after being running. Also, logs were not being reported. After some time, the pod status was on "Completed" when inspecting from k8s api, but wasn't on Airflow, which showed "status:running" for the pod. After some...
https://github.com/apache/airflow/issues/23497
https://github.com/apache/airflow/pull/28336
97006910a384579c9f0601a72410223f9b6a0830
6d2face107f24b7e7dce4b98ae3def1178e1fc4c
2022-05-05T09:06:19Z
python
2023-03-04T18:08:09Z
closed
apache/airflow
https://github.com/apache/airflow
23,476
["airflow/www/static/js/grid/TaskName.jsx"]
Grid View - Multilevel taskgroup shows white text on the UI
### Apache Airflow version 2.3.0 (latest released) ### What happened Blank text if there are nested Task Groups . Nested TaskGroup - Graph view: ![image](https://user-images.githubusercontent.com/6821208/166685216-8a13e691-4e33-400e-9ee2-f489b7113853.png) Nested TaskGroup - Grid view: ![image](https://us...
https://github.com/apache/airflow/issues/23476
https://github.com/apache/airflow/pull/23482
d9902958448b9d6e013f90f14d2d066f3121dcd5
14befe3ad6a03f27e20357e9d4e69f99d19a06d1
2022-05-04T13:01:20Z
python
2022-05-04T15:30:58Z
closed
apache/airflow
https://github.com/apache/airflow
23,473
["airflow/models/dagbag.py", "airflow/security/permissions.py", "airflow/www/security.py", "tests/www/test_security.py"]
Could not get DAG access permission after upgrade to 2.3.0
### Apache Airflow version 2.3.0 (latest released) ### What happened I upgraded my airflow instance from version 2.1.3 to 2.3.0 but got issue that there are no permission for new DAGs. **The issue only happens in DAG which has dag_id contains dot symbol.** ### What you think should happen instead There ...
https://github.com/apache/airflow/issues/23473
https://github.com/apache/airflow/pull/23510
ae3e68af3c42a53214e8264ecc5121049c3beaf3
cc35fcaf89eeff3d89e18088c2e68f01f8baad56
2022-05-04T09:37:57Z
python
2022-06-08T07:47:26Z
closed
apache/airflow
https://github.com/apache/airflow
23,460
["README.md", "breeze-complete", "dev/breeze/src/airflow_breeze/global_constants.py", "images/breeze/output-commands-hash.txt", "images/breeze/output-commands.svg", "images/breeze/output-config.svg", "images/breeze/output-shell.svg", "images/breeze/output-start-airflow.svg", "scripts/ci/libraries/_initialization.sh"]
Add Postgres 14 support
### Description _No response_ ### Use case/motivation Using Postgres 14 as backend ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main...
https://github.com/apache/airflow/issues/23460
https://github.com/apache/airflow/pull/23506
9ab9cd47cff5292c3ad602762ae3e371c992ea92
6169e0a69875fb5080e8d70cfd9d5e650a9d13ba
2022-05-03T18:15:31Z
python
2022-05-11T16:26:19Z
closed
apache/airflow
https://github.com/apache/airflow
23,425
["airflow/models/mappedoperator.py", "tests/models/test_taskinstance.py"]
Mapping over multiple parameters results in 1 task fewer than expected
### Apache Airflow version 2.3.0 (latest released) ### What happened While testing the [example](https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/dynamic-task-mapping.html#mapping-over-multiple-parameters) given for `Mapping over multiple parameters` I noticed only 5 tasks are being mapped rather ...
https://github.com/apache/airflow/issues/23425
https://github.com/apache/airflow/pull/23434
0fde90d92ae306f37041831f5514e9421eee676b
3fb8e0b0b4e8810bedece873949871a94dd7387a
2022-05-02T18:17:23Z
python
2022-05-04T19:02:09Z
closed
apache/airflow
https://github.com/apache/airflow
23,420
["airflow/api_connexion/endpoints/dag_run_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/dag_run_schema.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py"]
Add a queue DAG run endpoint to REST API
### Description Add a POST endpoint to queue a dag run like we currently do [here](https://github.com/apache/airflow/issues/23419). Url format: `api/v1/dags/{dag_id}/dagRuns/{dag_run_id}/queue` ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Y...
https://github.com/apache/airflow/issues/23420
https://github.com/apache/airflow/pull/23481
1220c1a7a9698cdb15289d7066b29c209aaba6aa
4485393562ea4151a42f1be47bea11638b236001
2022-05-02T17:42:15Z
python
2022-05-09T12:25:48Z
closed
apache/airflow
https://github.com/apache/airflow
23,419
["airflow/api_connexion/endpoints/dag_run_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/dag_run_schema.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py"]
Add a DAG Run clear endpoint to REST API
### Description Add a POST endpoint to clear a dag run like we currently do [here](https://github.com/apache/airflow/blob/main/airflow/www/views.py#L2087). Url format: `api/v1/dags/{dag_id}/dagRuns/{dag_run_id}/clear` ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to...
https://github.com/apache/airflow/issues/23419
https://github.com/apache/airflow/pull/23451
f352ee63a5d09546a7997ba8f2f8702a1ddb4af7
b83cc9b5e2c7e2516b0881861bbc0f8589cb531d
2022-05-02T17:40:44Z
python
2022-05-24T03:30:20Z
closed
apache/airflow
https://github.com/apache/airflow
23,415
["airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/dag_run_schema.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py", "tests/api_connexion/schemas/test_dag_run_schema.py"]
Add more fields to DAG Run API endpoints
### Description There are a few fields that would be useful to include in the REST API for getting a DAG run or list of DAG runs: `data_interval_start` `data_interval_end` `last_scheduling_decision` `run_type` as (backfill, manual and scheduled) ### Use case/motivation We use this information in the Grid view ...
https://github.com/apache/airflow/issues/23415
https://github.com/apache/airflow/pull/23440
22b49d334ef0008be7bd3d8481b55b8ab5d71c80
6178491a117924155963586b246d2bf54be5320f
2022-05-02T17:26:24Z
python
2022-05-03T12:27:14Z
closed
apache/airflow
https://github.com/apache/airflow
23,414
["airflow/migrations/utils.py", "airflow/migrations/versions/0110_2_3_2_add_cascade_to_dag_tag_foreignkey.py", "airflow/models/dag.py", "docs/apache-airflow/migrations-ref.rst"]
airflow db clean - Dag cleanup won't run if dag is tagged
### Apache Airflow version 2.3.0 (latest released) ### What happened When running `airflow db clean`, if a to-be-cleaned dag is also tagged, a foreign key constraint in dag_tag is violated. Full error: ``` sqlalchemy.exc.IntegrityError: (psycopg2.errors.ForeignKeyViolation) update or delete on table "dag"...
https://github.com/apache/airflow/issues/23414
https://github.com/apache/airflow/pull/23444
e2401329345dcc5effa933b92ca969b8779755e4
8ccff9244a6d1a936d8732721373b967e95ec404
2022-05-02T17:23:19Z
python
2022-05-27T14:28:49Z
closed
apache/airflow
https://github.com/apache/airflow
23,411
["airflow/sensors/base.py", "tests/serialization/test_dag_serialization.py", "tests/ti_deps/deps/test_ready_to_reschedule_dep.py"]
PythonSensor is not considering mode='reschedule', instead marking task UP_FOR_RETRY
### Apache Airflow version 2.3.0 (latest released) ### What happened A PythonSensor that works on versions <2.3.0 in mode reschedule is now marking the task as `UP_FOR_RETRY` instead. Log says: ``` [2022-05-02, 15:48:23 UTC] {python.py:66} INFO - Poking callable: <function test at 0x7fd56286bc10> [2022-05-02, ...
https://github.com/apache/airflow/issues/23411
https://github.com/apache/airflow/pull/23674
d3b08802861b006fc902f895802f460a72d504b0
f9e2a3051cd3a5b6fcf33bca4c929d220cf5661e
2022-05-02T16:07:22Z
python
2022-05-17T12:18:29Z
closed
apache/airflow
https://github.com/apache/airflow
23,396
["airflow/providers/cncf/kubernetes/utils/pod_manager.py"]
Airflow kubernetes pod operator fetch xcom fails
### Apache Airflow version 2.3.0 (latest released) ### What happened Airflow kubernetes pod operator load xcom fails def _exec_pod_command(self, resp, command: str) -> Optional[str]: if resp.is_open(): self.log.info('Running command... %s\n', command) resp.write_stdin(comma...
https://github.com/apache/airflow/issues/23396
https://github.com/apache/airflow/pull/23490
b0406f58f0c51db46d2da7c7c84a0b5c3d4f09ae
faae9faae396610086d5ea18d61c356a78a3d365
2022-05-02T00:42:02Z
python
2022-05-10T15:46:55Z
closed
apache/airflow
https://github.com/apache/airflow
23,361
["airflow/models/taskinstance.py", "tests/jobs/test_scheduler_job.py"]
Scheduler crashes with psycopg2.errors.DeadlockDetected exception
### Apache Airflow version 2.2.5 (latest released) ### What happened Customer has a dag that generates around 2500 tasks dynamically using a task group. While running the dag, a subset of the tasks (~1000) run successfully with no issue and (~1500) of the tasks are getting "skipped", and the dag fails. The same DAG ...
https://github.com/apache/airflow/issues/23361
https://github.com/apache/airflow/pull/25312
741c20770230c83a95f74fe7ad7cc9f95329f2cc
be2b53eaaf6fc136db8f3fa3edd797a6c529409a
2022-04-29T13:05:15Z
python
2022-08-09T14:17:41Z
closed
apache/airflow
https://github.com/apache/airflow
23,343
["tests/cluster_policies/__init__.py", "tests/dags_corrupted/test_nonstring_owner.py", "tests/models/test_dagbag.py"]
Silent DAG import error by making owner a list
### Apache Airflow version 2.2.5 (latest released) ### What happened If the argument `owner` is unhashable, such as a list, the DAG will fail to be imported, but will also not report as an import error. If the DAG is new, it will simply be missing. If this is an update to the existing DAG, the webserver will continu...
https://github.com/apache/airflow/issues/23343
https://github.com/apache/airflow/pull/23359
9a0080c20bb2c4a9c0f6ccf1ece79bde895688ac
c4887bcb162aab9f381e49cecc2f212600c493de
2022-04-28T22:09:14Z
python
2022-05-02T10:58:53Z
closed
apache/airflow
https://github.com/apache/airflow
23,327
["airflow/providers/google/cloud/operators/gcs.py"]
GCSTransformOperator: provide Jinja templating in source and destination object names
### Description Provide an option to receive the source_object and destination_object via Jinja params. ### Use case/motivation Usecase: Need to execute a DAG to fetch a video from GCS bucket based on paramater and then transform it and store it back. ### Related issues _No response_ ### Are you willing to subm...
https://github.com/apache/airflow/issues/23327
https://github.com/apache/airflow/pull/23328
505af06303d8160c71f6a7abe4792746f640083d
c82b3b94660a38360f61d47676ed180a0d32c189
2022-04-28T12:27:11Z
python
2022-04-28T17:07:26Z
closed
apache/airflow
https://github.com/apache/airflow
23,306
["docs/helm-chart/production-guide.rst"]
Helm chart production guide fails to inform resultBackendSecretName parameter should be used
### What do you see as an issue? The [production guide](https://airflow.apache.org/docs/helm-chart/stable/production-guide.html) indicates that the code below is what is necessary for deploying with secrets. But `resultBackendSecretName` should also be filled, or Airflow wont start. ``` data: metadataSecretName: ...
https://github.com/apache/airflow/issues/23306
https://github.com/apache/airflow/pull/23307
3977e1798d8294ba628b5f330f43702c1a5c79fc
48915bd149bd8b58853880d63b8c6415688479ec
2022-04-27T20:34:07Z
python
2022-05-04T21:28:15Z
closed
apache/airflow
https://github.com/apache/airflow
23,292
["airflow/providers/google/cloud/hooks/cloud_sql.py"]
GCP Composer v1.18.6 and 2.0.10 incompatible with CloudSqlProxyRunner
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers 6.6.0 or above ### Apache Airflow version 2.2.3 ### Operating System n/a ### Deployment Composer ### Deployment details _No response_ ### What happened Hi! A [user on StackOverflow](https://stackoverflow.com/questions/71975635/g...
https://github.com/apache/airflow/issues/23292
https://github.com/apache/airflow/pull/23299
0c9c1cf94acc6fb315a9bc6f5bf1fbd4e4b4c923
1f3260354988b304cf31d5e1d945ce91798bed48
2022-04-27T17:34:37Z
python
2022-04-28T13:42:42Z
closed
apache/airflow
https://github.com/apache/airflow
23,285
["airflow/models/taskmixin.py", "airflow/utils/edgemodifier.py", "airflow/utils/task_group.py", "tests/utils/test_edgemodifier.py"]
Cycle incorrectly detected in DAGs when using Labels within Task Groups
### Apache Airflow version 2.3.0b1 (pre-release) ### What happened When attempting to create a DAG containing Task Groups and in those Task Groups there are Labels between nodes, the DAG fails to import due to cycle detection. Consider this DAG: ```python from pendulum import datetime from airflow.decorat...
https://github.com/apache/airflow/issues/23285
https://github.com/apache/airflow/pull/23291
726b27f86cf964924e5ee7b29a30aefe24dac45a
3182303ce50bda6d5d27a6ef4e19450fb4e47eea
2022-04-27T16:28:04Z
python
2022-04-27T18:12:08Z
closed
apache/airflow
https://github.com/apache/airflow
23,284
["airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/task_schema.py", "tests/api_connexion/endpoints/test_task_endpoint.py", "tests/api_connexion/schemas/test_task_schema.py"]
Get DAG tasks in REST API does not include is_mapped
### Apache Airflow version 2.3.0b1 (pre-release) ### What happened The rest API endpoint for get [/dags/{dag_id}/tasks](https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_tasks) does not include `is_mapped`. Example: `consumer` is mapped but I have no way to tell that fro...
https://github.com/apache/airflow/issues/23284
https://github.com/apache/airflow/pull/23319
98ec8c6990347fda60cbad33db915dc21497b1f0
f3d80c2a0dce93b908d7c9de30c9cba673eb20d5
2022-04-27T15:37:09Z
python
2022-04-28T12:54:48Z
closed
apache/airflow
https://github.com/apache/airflow
23,249
["airflow/cli/commands/task_command.py", "tests/cli/commands/test_task_command.py"]
Pool option does not work in backfill command
### Apache Airflow version 2.2.4 ### What happened Discussion Ref: https://github.com/apache/airflow/discussions/22201 Added the pool option to the backfill command, but only uses default_pool. The log appears as below, but if you check the Task Instance Details / List Pool UI, default_pool is used. ```...
https://github.com/apache/airflow/issues/23249
https://github.com/apache/airflow/pull/23258
511d0ee256b819690ccf0f6b30d12340b1dd7f0a
3970ea386d5e0a371143ad1e69b897fd1262842d
2022-04-26T10:48:39Z
python
2022-04-30T19:11:07Z
closed
apache/airflow
https://github.com/apache/airflow
23,246
["airflow/api_connexion/endpoints/task_instance_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/task_instance_schema.py", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_task_instance_endpoint.py"]
Add api call for changing task instance status
### Description In the UI you can change the status of a task instance, but there is no API call available for the same feature. It would be nice to have an api call for this as well. ### Use case/motivation I found a solution on stack-overflow on [How to add manual tasks in an Apache Airflow Dag]. There is a su...
https://github.com/apache/airflow/issues/23246
https://github.com/apache/airflow/pull/26165
5c37b503f118b8ad2585dff9949dd8fdb96689ed
1e6f1d54c54e5dc50078216e23ba01560ebb133c
2022-04-26T09:17:52Z
python
2022-10-31T05:31:26Z
closed
apache/airflow
https://github.com/apache/airflow
23,227
["airflow/api_connexion/endpoints/task_instance_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/task_instance_schema.py", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/schemas/test_task_instance_schema.py"]
Ability to clear a specific DAG Run's task instances via REST APIs
### Discussed in https://github.com/apache/airflow/discussions/23220 <div type='discussions-op-text'> <sup>Originally posted by **yashk97** April 25, 2022</sup> Hi, My use case is in case multiple DAG Runs fail on some task (not the same one in all of them), I want to individually re-trigger each of these DAG...
https://github.com/apache/airflow/issues/23227
https://github.com/apache/airflow/pull/23516
3221ed5968423ea7a0dc7e1a4b51084351c2d56b
eceb4cc5888a7cf86a9250fff001fede2d6aba0f
2022-04-25T18:40:24Z
python
2022-08-05T17:27:55Z
closed
apache/airflow
https://github.com/apache/airflow
23,171
["airflow/api/common/mark_tasks.py", "airflow/models/dag.py", "tests/models/test_dag.py", "tests/test_utils/mapping.py"]
Mark Success on a mapped task, reruns other failing mapped tasks
### Apache Airflow version 2.3.0b1 (pre-release) ### What happened Have a DAG with mapped tasks. Mark at least two mapped tasks as failed. Mark one of the failures as success. See the other task(s) switch to `no_status` and rerun. ![Apr-22-2022 10-21-41](https://user-images.githubusercontent.com/4600967/164734320...
https://github.com/apache/airflow/issues/23171
https://github.com/apache/airflow/pull/23177
d262a72ca7ab75df336b93cefa338e7ba3f90ebb
26a9ec65816e3ec7542d63ab4a2a494931a06c9b
2022-04-22T14:25:54Z
python
2022-04-25T09:03:40Z
closed
apache/airflow
https://github.com/apache/airflow
23,168
["airflow/api_connexion/schemas/connection_schema.py", "tests/api_connexion/endpoints/test_connection_endpoint.py"]
Getting error "Extra Field may not be null" while hitting create connection api with extra=null
### Apache Airflow version 2.3.0b1 (pre-release) ### What happened Getting error "Extra Field may not be null" while hitting create connection api with extra=null ``` { "detail": "{'extra': ['Field may not be null.']}", "status": 400, "title": "Bad Request", "type": "http://apache-airflow-docs....
https://github.com/apache/airflow/issues/23168
https://github.com/apache/airflow/pull/23183
b33cd10941dd10d461023df5c2d3014f5dcbb7ac
b45240ad21ca750106931ba2b882b3238ef2b37d
2022-04-22T10:48:23Z
python
2022-04-25T14:55:36Z
closed
apache/airflow
https://github.com/apache/airflow
23,145
["airflow/executors/kubernetes_executor.py", "tests/executors/test_kubernetes_executor.py"]
Task stuck in "scheduled" when running in backfill job
### Apache Airflow version 2.2.4 ### What happened We are running airflow 2.2.4 with KubernetesExecutor. I have created a dag to run airflow backfill command with SubprocessHook. What was observed is that when I started to backfill a few days' dagruns the backfill would get stuck with some dag runs having tasks stay...
https://github.com/apache/airflow/issues/23145
https://github.com/apache/airflow/pull/23720
49cfb6498eed0acfc336a24fd827b69156d5e5bb
640d4f9636d3867d66af2478bca15272811329da
2022-04-21T12:29:32Z
python
2022-11-18T01:09:31Z
closed
apache/airflow
https://github.com/apache/airflow
23,092
["airflow/www/static/css/bootstrap-theme.css"]
UI: Transparent border causes dropshadow to render 1px away from Action dropdown menu in Task Instance list
### Apache Airflow version 2.2.5 (latest released) ### What happened Airflow: > Astronomer Certified: v2.2.5.post1 based on Apache Airflow v2.2.5 > Git Version: .release:2.2.5+astro.1+90fc013e6e4139e2d4bfe438ad46c3af1d523668 Due to this CSS in `airflowDefaultTheme.ce329611a683ab0c05fd.css`: ```css .dropdo...
https://github.com/apache/airflow/issues/23092
https://github.com/apache/airflow/pull/27789
8b1ebdacd8ddbe841a74830f750ed8f5e6f38f0a
d233c12c30f9a7f3da63348f3f028104cb14c76b
2022-04-19T17:56:36Z
python
2022-11-19T23:57:59Z
closed
apache/airflow
https://github.com/apache/airflow
23,083
["BREEZE.rst", "TESTING.rst", "dev/breeze/src/airflow_breeze/commands/testing.py", "dev/breeze/src/airflow_breeze/shell/enter_shell.py", "dev/breeze/src/airflow_breeze/utils/docker_command_utils.py", "images/breeze/output-commands.svg", "images/breeze/output-tests.svg"]
Breeze: Running integration tests in Breeze
We should be able to run integration tests with Breeze - this is extension of `test` unit tests command that should allow to enable --integrations (same as in Shell) and run the tests with only the integration tests selected.
https://github.com/apache/airflow/issues/23083
https://github.com/apache/airflow/pull/23445
83784d9e7b79d2400307454ccafdacddaee16769
7ba4e35a9d1b65b4c1a318ba4abdf521f98421a2
2022-04-19T14:17:28Z
python
2022-05-06T09:03:05Z
closed
apache/airflow
https://github.com/apache/airflow
23,082
["BREEZE.rst", "TESTING.rst", "dev/breeze/src/airflow_breeze/commands/testing.py", "dev/breeze/src/airflow_breeze/shell/enter_shell.py", "dev/breeze/src/airflow_breeze/utils/docker_command_utils.py", "images/breeze/output-commands.svg", "images/breeze/output-tests.svg"]
Breeze: Add running unit tests with Breeze
We should be able to run unit tests automatically from breeze (`test` command in legacy-breeze)
https://github.com/apache/airflow/issues/23082
https://github.com/apache/airflow/pull/23445
83784d9e7b79d2400307454ccafdacddaee16769
7ba4e35a9d1b65b4c1a318ba4abdf521f98421a2
2022-04-19T14:15:49Z
python
2022-05-06T09:03:05Z
closed
apache/airflow
https://github.com/apache/airflow
23,068
["airflow/www/static/js/tree/InstanceTooltip.jsx", "airflow/www/static/js/tree/details/content/dagRun/index.jsx", "airflow/www/static/js/tree/details/content/taskInstance/Details.jsx", "airflow/www/static/js/tree/details/content/taskInstance/MappedInstances.jsx", "airflow/www/utils.py"]
Grid view: "duration" shows 00:00:00
### Apache Airflow version 2.3.0b1 (pre-release) ### What happened Run [a dag with an expanded TimedeltaSensor and a normal TimedeltaSensor](https://gist.github.com/MatrixManAtYrService/051fdc7164d187ab215ff8087e4db043), and navigate to the corresponding entries in the grid view. While the dag runs: - The unmapp...
https://github.com/apache/airflow/issues/23068
https://github.com/apache/airflow/pull/23259
511ea702d5f732582d018dad79754b54d5e53f9d
9e2531fa4d9890f002d184121e018e3face5586b
2022-04-19T03:11:17Z
python
2022-04-26T15:42:28Z
closed
apache/airflow
https://github.com/apache/airflow
23,042
["airflow/www/static/css/graph.css", "airflow/www/static/js/graph.js"]
Graph view: Nodes arrows are cut
### Body <img width="709" alt="Screen Shot 2022-04-15 at 17 37 37" src="https://user-images.githubusercontent.com/45845474/163584251-f1ea5bc7-e132-41c4-a20c-cc247b81b899.png"> Reproduce example using [example_emr_job_flow_manual_steps ](https://github.com/apache/airflow/blob/b3cae77218788671a72411a344aab42a3c58e89c...
https://github.com/apache/airflow/issues/23042
https://github.com/apache/airflow/pull/23044
749e53def43055225a2e5d09596af7821d91b4ac
028087b5a6e94fd98542d0e681d947979eb1011f
2022-04-15T14:45:05Z
python
2022-05-12T19:47:24Z
closed
apache/airflow
https://github.com/apache/airflow
23,028
["airflow/cli/commands/task_command.py"]
`airflow tasks states-for-dag-run` has no `map_index` column
### Apache Airflow version 2.3.0b1 (pre-release) ### What happened I ran: ``` $ airflow tasks states-for-dag-run taskmap_xcom_pull 'manual__2022-04-14T13:27:04.958420+00:00' dag_id | execution_date | task_id | state | start_date | end_date ================...
https://github.com/apache/airflow/issues/23028
https://github.com/apache/airflow/pull/23030
10c9cb5318fd8a9e41a7b4338e5052c8feece7ae
b24650c0cc156ceb5ef5791f1647d4d37a529920
2022-04-14T23:35:08Z
python
2022-04-19T02:23:19Z
closed
apache/airflow
https://github.com/apache/airflow
22,947
["airflow/hooks/dbapi.py"]
closing connection chunks in DbApiHook.get_pandas_df
### Apache Airflow version 2.2.5 (latest released) ### What happened Hi all, Please be patient with me, it's my first Bugreport in git at all :) **Affected function:** DbApiHook.get_pandas_df **Short description**: If I use DbApiHook.get_pandas_df with parameter "chunksize" the connection is lost *...
https://github.com/apache/airflow/issues/22947
https://github.com/apache/airflow/pull/23452
41e94b475e06f63db39b0943c9d9a7476367083c
ab1f637e463011a34d950c306583400b7a2fceb3
2022-04-12T11:41:24Z
python
2022-05-31T10:39:16Z
closed
apache/airflow
https://github.com/apache/airflow
22,942
["airflow/models/taskinstance.py", "tests/models/test_trigger.py"]
Deferrable operator trigger event payload is not persisted in db and not passed to completion method
### Apache Airflow version 2.2.5 (latest released) ### What happened When trigger is fired, event payload is added in next_kwargs with 'event' key. This gets persisted in db when next_kwargs are not provided by operator. but when present due to modification of existing dict its not persisted in db ### What you thi...
https://github.com/apache/airflow/issues/22942
https://github.com/apache/airflow/pull/22944
a801ea3927b8bf3ca154fea3774ebf2d90e74e50
bab740c0a49b828401a8baf04eb297d083605ae8
2022-04-12T10:00:48Z
python
2022-04-13T18:26:40Z
closed
apache/airflow
https://github.com/apache/airflow
22,931
["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
XCom is cleared when a task resumes from deferral.
### Apache Airflow version 2.2.5 (latest released) ### What happened A task's XCom value is cleared when a task is rescheduled after being deferred. ### What you think should happen instead XCom should not be cleared in this case, as it is still the same task run. ### How to reproduce ``` from datetime import d...
https://github.com/apache/airflow/issues/22931
https://github.com/apache/airflow/pull/22932
4291de218e0738f32f516afe0f9d6adce7f3220d
8b687ec82a7047fc35410f5c5bb0726de434e749
2022-04-12T00:34:38Z
python
2022-04-12T06:12:01Z
closed
apache/airflow
https://github.com/apache/airflow
22,912
["airflow/www/static/css/main.css"]
Text wrap for task group tooltips
### Description Improve the readability of task group tooltips by wrapping the text after a certain number of characters. ### Use case/motivation When tooltips have a lot of words in them, and your computer monitor is fairly large, Airflow will display the task group tooltip on one very long line. This can be diffic...
https://github.com/apache/airflow/issues/22912
https://github.com/apache/airflow/pull/22978
0cd8833df74f4b0498026c4103bab130e1fc1068
2f051e303fd433e64619f931eab2180db44bba23
2022-04-11T15:46:34Z
python
2022-04-13T13:57:53Z
closed
apache/airflow
https://github.com/apache/airflow
22,897
["airflow/www/views.py", "tests/www/views/test_views_log.py"]
Invalid JSON metadata in get_logs_with_metadata causes server error.
### Apache Airflow version 2.2.5 (latest released) ### What happened Invalid JSON metadata in get_logs_with_metadata causes server error. The `json.loads` exception is not handled like validation in other endpoints. http://127.0.0.1:8080/get_logs_with_metadata?execution_date=2015-11-16T14:34:15+00:00&metadata=inv...
https://github.com/apache/airflow/issues/22897
https://github.com/apache/airflow/pull/22898
8af77127f1aa332c6e976c14c8b98b28c8a4cd26
a3dd8473e4c5bbea214ebc8d5545b75281166428
2022-04-11T08:03:51Z
python
2022-04-11T10:48:10Z
closed
apache/airflow
https://github.com/apache/airflow
22,810
["airflow/providers/jira/sensors/jira.py"]
JiraTicketSensor duplicates TaskId
### Apache Airflow Provider(s) jira ### Versions of Apache Airflow Providers apache-airflow-providers-jira==2.0.1 ### Apache Airflow version 2.2.2 ### Operating System Amazon Linux 2 ### Deployment MWAA ### Deployment details _No response_ ### What happened I've been trying to use the Jira Operator to crea...
https://github.com/apache/airflow/issues/22810
https://github.com/apache/airflow/pull/23046
e82a2fdf841dd571f3b8f456c4d054cf3a94fc03
bf10545d8358bcdb9ca5dacba101482296251cab
2022-04-07T10:43:06Z
python
2022-04-25T11:16:31Z
closed
apache/airflow
https://github.com/apache/airflow
22,790
["chart/templates/secrets/metadata-connection-secret.yaml", "tests/charts/test_basic_helm_chart.py"]
Helm deployment fails when postgresql.nameOverride is used
### Apache Airflow version 2.2.5 (latest released) ### What happened Helm installation fails with the following config: ``` postgresql: enabled: true nameOverride: overridename ``` The problem is manifested in the `-airflow-metadata` secret where the connection string will be generated without respect...
https://github.com/apache/airflow/issues/22790
https://github.com/apache/airflow/pull/29214
338a633fc9faab54e72c408e8a47eeadb3ad55f5
56175e4afae00bf7ccea4116ecc09d987a6213c3
2022-04-06T16:28:38Z
python
2023-02-02T17:00:28Z
closed
apache/airflow
https://github.com/apache/airflow
22,738
["airflow/models/taskinstance.py", "airflow/utils/log/secrets_masker.py", "tests/utils/log/test_secrets_masker.py"]
Webserver doesn't mask rendered fields for pending tasks
### Apache Airflow version 2.2.5 (latest released) ### What happened When triggering a new dagrun the webserver will not mask secrets in the rendered fields for that dagrun's tasks which didn't start yet. Tasks which have completed or are in state running are not affected by this. ### What you think should happe...
https://github.com/apache/airflow/issues/22738
https://github.com/apache/airflow/pull/23807
10a0d8e7085f018b7328533030de76b48de747e2
2dc806367c3dc27df5db4b955d151e789fbc78b0
2022-04-04T20:47:44Z
python
2022-05-21T15:36:12Z
closed
apache/airflow
https://github.com/apache/airflow
22,705
["airflow/providers/google/cloud/transfers/local_to_gcs.py", "tests/providers/google/cloud/transfers/test_local_to_gcs.py"]
LocalFileSystemToGCSOperator give false positive while copying file from src to dest, even when src has no file
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==6.4.0 ### Apache Airflow version 2.1.4 ### Operating System Debian GNU/Linux 10 (buster) ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened When you run LocalFil...
https://github.com/apache/airflow/issues/22705
https://github.com/apache/airflow/pull/22772
921ccedf7f90f15e8d18c27a77b29d232be3c8cb
838cf401b9a424ad0fbccd5fb8d3040a8f4a7f44
2022-04-02T11:30:11Z
python
2022-04-06T19:22:38Z
closed
apache/airflow
https://github.com/apache/airflow
22,693
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "airflow/providers/cncf/kubernetes/utils/pod_manager.py", "tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py"]
KubernetesPodOperator failure email alert with actual error log from command executed
### Description When a command executed using KubernetesPodOperator fails, the alert email only says: `Exception: Pod Launching failed: Pod pod_name_xyz returned a failure` along with other parameters supplied to the operator but doesn't contain actual error message thrown by the command. ~~I am thinking simila...
https://github.com/apache/airflow/issues/22693
https://github.com/apache/airflow/pull/22871
ddb5d9b4a2b4e6605f66f82a6bec30393f096c05
d81703c5778e13470fcd267578697158776b8318
2022-04-01T17:07:52Z
python
2022-04-14T00:16:03Z
closed
apache/airflow
https://github.com/apache/airflow
22,689
["docs/apache-airflow-providers-apache-hdfs/index.rst"]
HDFS provider causes TypeError: __init__() got an unexpected keyword argument 'encoding'
### Discussed in https://github.com/apache/airflow/discussions/22301 <div type='discussions-op-text'> <sup>Originally posted by **frankie1211** March 16, 2022</sup> I build the custom container image, below is my Dockerfile. ```dockerfile FROM apache/airflow:2.2.4-python3.9 USER root RUN apt-get update \ ...
https://github.com/apache/airflow/issues/22689
https://github.com/apache/airflow/pull/29614
79c07e3fc5d580aea271ff3f0887291ae9e4473f
0a4184e34c1d83ad25c61adc23b838e994fc43f1
2022-04-01T14:05:22Z
python
2023-02-19T20:37:25Z
closed
apache/airflow
https://github.com/apache/airflow
22,675
["airflow/providers/google/cloud/transfers/gcs_to_gcs.py", "tests/providers/google/cloud/transfers/test_gcs_to_gcs.py"]
GCSToGCSOperator cannot copy a single file/folder without copying other files/folders with that prefix
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.2.4 (latest released) ### Operating System MacOS 12.2.1 ### Deployment Composer ### Deployment details _No response_ ### What happened I have file "hourse.jpeg" and "hourse.jpeg.copy" a...
https://github.com/apache/airflow/issues/22675
https://github.com/apache/airflow/pull/24039
5e6997ed45be0972bf5ea7dc06e4e1cef73b735a
ec84ffe71cfa8246155b9b4cb10bf2167e75adcf
2022-04-01T06:25:57Z
python
2022-06-06T12:17:18Z
closed
apache/airflow
https://github.com/apache/airflow
22,657
["chart/templates/flower/flower-ingress.yaml", "chart/templates/webserver/webserver-ingress.yaml"]
Wrong apiVersion Detected During Ingress Creation
### Official Helm Chart version 1.5.0 (latest released) ### Apache Airflow version 2.2.4 (latest released) ### Kubernetes Version microk8s 1.23/stable ### Helm Chart configuration ``` executor: KubernetesExecutor ingress: enabled: true ## airflow webserver ingress configs web: a...
https://github.com/apache/airflow/issues/22657
https://github.com/apache/airflow/pull/28461
e377e869da9f0e42ac1e0a615347cf7cd6565d54
5c94ef0a77358dbee8ad8735a132b42d78843df7
2022-03-31T16:19:33Z
python
2022-12-19T15:03:54Z
closed
apache/airflow
https://github.com/apache/airflow
22,647
["airflow/utils/sqlalchemy.py"]
SAWarning: TypeDecorator UtcDateTime(timezone=True) will not produce a cache key because the ``cache_ok`` attribute is not set to True
### Apache Airflow version 2.2.4 (latest released) ### What happened Error ``` [2022-03-31, 11:47:06 UTC] {warnings.py:110} WARNING - /home/ec2-user/.local/lib/python3.7/site-packages/airflow/models/xcom.py:437: SAWarning: TypeDecorator UtcDateTime(timezone=True) will not produce a cache key because the `...
https://github.com/apache/airflow/issues/22647
https://github.com/apache/airflow/pull/24499
cc6a44bdc396a305fd53c7236427c578e9d4d0b7
d9694733cafd9a3d637eb37d5154f0e1e92aadd4
2022-03-31T12:23:17Z
python
2022-07-05T12:50:20Z
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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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