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
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
closed
apache/airflow
https://github.com/apache/airflow
21,188
["airflow/www/static/js/connection_form.js"]
"Test Connection" functionality in the UI doesn't consider custom form fields
### Apache Airflow version main (development) ### What happened When creating a connection to Snowflake in the Airflow UI, I was hoping to test the connection prior to saving the connection. Unfortunately when I click on the Test button I receive the following error despite all fields in the connection form (e...
https://github.com/apache/airflow/issues/21188
https://github.com/apache/airflow/pull/21330
fc44836504129664edb81c510e6deb41a7e1126d
a9b8ac5e0dde1f1793687a035245fde73bd146d4
2022-01-28T15:19:40Z
python
2022-02-15T19:00:51Z
closed
apache/airflow
https://github.com/apache/airflow
21,183
["airflow/sensors/external_task.py", "tests/sensors/test_external_task_sensor.py"]
Webserver "External DAG" button on ExternalTaskSensor not working when dag_id is templated
### Apache Airflow version 2.0.2 ### What happened When an ExternalTaskSensor receives a templated dag_id , the web interface's "External DAG" button does not resolve the template, so the destination URL does not work (although the sensor correctly waits for the dag_id that the template refers to) ![image](http...
https://github.com/apache/airflow/issues/21183
https://github.com/apache/airflow/pull/21192
6b88d432d959df73433528fe3d62194239f13edd
8da7af2bc0f27e6d926071439900ddb27f3ae6c1
2022-01-28T12:18:30Z
python
2022-02-06T21:14:21Z
closed
apache/airflow
https://github.com/apache/airflow
21,105
["BREEZE.rst", "CONTRIBUTING.rst", "CONTRIBUTORS_QUICK_START.rst", "dev/provider_packages/README.md", "docs/apache-airflow/installation/installing-from-pypi.rst", "scripts/tools/initialize_virtualenv.py"]
Breeze: Setting up local virtualenv
There shoudl be a comand that allows to set-up local virtualenv easly. This involves: * checking is airlfow is installed in "${HOME}/airflow" and warning and suggesting to move elsewhere if so (this is very bad because ${HOME}/airflow is by default where airflow stores all files (logs/config etc). * cleaning t...
https://github.com/apache/airflow/issues/21105
https://github.com/apache/airflow/pull/22971
03f7d857e940b9c719975e72ded4a89f183b0100
03bef084b3f1611e1becdd6ad0ff4c0d2dd909ac
2022-01-25T16:14:33Z
python
2022-04-21T13:59:03Z
closed
apache/airflow
https://github.com/apache/airflow
21,104
["BREEZE.rst", "dev/breeze/src/airflow_breeze/commands/developer_commands.py", "dev/breeze/src/airflow_breeze/shell/enter_shell.py", "images/breeze/output-commands.svg", "images/breeze/output-exec.svg"]
Breeze: Exec'ing into running Breeze
`./Breeze2 exec` should exec into the currently running Breeze (or fail with helpful message if Breeze is not running).
https://github.com/apache/airflow/issues/21104
https://github.com/apache/airflow/pull/23052
b6db0e90aeb30133086716a433cab9dca7408a54
94c3203e86252ed120d624a70aed571b57083ea4
2022-01-25T16:09:29Z
python
2022-04-28T19:31:49Z
closed
apache/airflow
https://github.com/apache/airflow
21,102
["dev/breeze/src/airflow_breeze/breeze.py", "dev/breeze/src/airflow_breeze/ci/build_image.py", "dev/breeze/src/airflow_breeze/ci/build_params.py", "dev/breeze/src/airflow_breeze/prod/prod_params.py"]
Breeze: Add 'prepare-image-cache' in Breeze
We have a separate command that prepares image caches. It is very similar to "building image" but: * it should prepare both prod and CI images * the `docker build` command should be slighly modified (--cache-to and some other commands) * validation on whether the `buildx plugin` needs to be performed (and command sh...
https://github.com/apache/airflow/issues/21102
https://github.com/apache/airflow/pull/22344
4e4c0574cdd3689d22e2e7d03521cb82179e0909
dc75f5d8768c8a42df29c86beb519de282539e1f
2022-01-25T16:03:43Z
python
2022-04-01T08:47:06Z
closed
apache/airflow
https://github.com/apache/airflow
21,100
["dev/breeze/src/airflow_breeze/breeze.py", "dev/breeze/src/airflow_breeze/ci/build_params.py", "dev/breeze/src/airflow_breeze/global_constants.py", "dev/breeze/src/airflow_breeze/prod/__init__.py", "dev/breeze/src/airflow_breeze/prod/build_prod_image.py", "dev/breeze/src/airflow_breeze/prod/prod_params.py", "dev/breez...
Breeze: Build PROD image with Breeze
Similarly to building CI image, we should build PROD image
https://github.com/apache/airflow/issues/21100
https://github.com/apache/airflow/pull/21956
7418720ce173ca5d0c5f5197c168e43258af8cc3
4eebabb76d1d50936c4b63669a93358f4d100ce3
2022-01-25T15:53:50Z
python
2022-03-29T15:28:42Z
closed
apache/airflow
https://github.com/apache/airflow
21,083
["airflow/models/dagrun.py", "tests/jobs/test_scheduler_job.py"]
A high value of min_file_process_interval & max_active_runs=1 causes stuck dags
### Apache Airflow version 2.2.2 ### What happened When the value of `AIRFLOW__SCHEDULER__MIN_FILE_PROCESS_INTERVAL` is set to 86400, all dags whose `MAX_ACTIVE_RUNS` is set to 1 stop executing & remains stuck forever. If the `MAX_ACTIVE_RUNS` is set to 2 or above, or `AIRFLOW__SCHEDULER__MIN_FILE_PROCESS_INTERVAL` ...
https://github.com/apache/airflow/issues/21083
https://github.com/apache/airflow/pull/21413
5fbf2471ab4746f5bc691ff47a7895698440d448
feea143af9b1db3b1f8cd8d29677f0b2b2ab757a
2022-01-25T05:49:42Z
python
2022-02-24T07:12:12Z
closed
apache/airflow
https://github.com/apache/airflow
21,057
["airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py"]
Templated fields for DynamoDBToS3Operator similar to MySQLToS3Operator
### Description I am using Airflow to move data periodically to our datalake and noticed that the MySQLToS3Operator has tempalted fields and the DynamoDBToS3Operator doesn't. I found a semi awkward workaround but thought templated fields would be nice. I supposed an implementation could be as simple as adding t...
https://github.com/apache/airflow/issues/21057
https://github.com/apache/airflow/pull/22080
c8d49f63ca60fa0fb447768546c2503b746a66dd
a150ee0bc124f21b99fa94adbb16e6ccfe654ae4
2022-01-24T08:36:19Z
python
2022-03-08T13:09:07Z
closed
apache/airflow
https://github.com/apache/airflow
21,036
["airflow/www/views.py", "tests/www/views/test_views.py"]
Recent Tasks mixes status for current and old dag runs
### Apache Airflow version 2.1.4 ### What happened Recent Tasks column in /home dashboard is showing status of the task for different dag runs. See images attached: ![image](https://user-images.githubusercontent.com/4999277/150655955-a43d2f0c-0648-4bf2-863d-5acc45c2ae8b.png) ![image](https://user-images.githubu...
https://github.com/apache/airflow/issues/21036
https://github.com/apache/airflow/pull/21352
28378d867afaac497529bd2e1d2c878edf66f460
28d7bde2750c38300e5cf70ba32be153b1a11f2c
2022-01-22T21:34:43Z
python
2022-02-14T15:55:00Z
closed
apache/airflow
https://github.com/apache/airflow
20,999
["docs/helm-chart/index.rst"]
ArgoCD deployment: build in redis is not restarted on password change
### Official Helm Chart version 1.4.0 (latest released) ### Apache Airflow version 2.2.3 (latest released) ### Kubernetes Version 1.21.x,1.18.x ### Helm Chart configuration KubernetesCeleryExecutor used ### Docker Image customisations _No response_ ### What happened On each argocd airflow app update ```{{ .R...
https://github.com/apache/airflow/issues/20999
https://github.com/apache/airflow/pull/29078
30ad26e705f50442f05dd579990372196323fc86
6c479437b1aedf74d029463bda56b42950278287
2022-01-20T20:57:48Z
python
2023-01-27T20:58:56Z
closed
apache/airflow
https://github.com/apache/airflow
20,993
["airflow/models/dag.py", "tests/models/test_dag.py"]
DagFileProcessor 'NoneType' is not iterable
### Apache Airflow version 2.2.2 ### What happened I'm seeing the same log repeating in the Scheduler. I'm working in a restricted network so I cannot bring the entire log: ``` in bulk_write_to_db if orm_tag.name not in set(dag.tags) TypeError: 'NoneType' object is not iterable ``` I saw that a single DAG...
https://github.com/apache/airflow/issues/20993
https://github.com/apache/airflow/pull/21757
768d851ca995bbe46cfdaeed7c46a51201b723e2
d7265791187fb2117dfd090cdb7cce3f8c20866c
2022-01-20T17:21:52Z
python
2022-02-28T00:35:33Z
closed
apache/airflow
https://github.com/apache/airflow
20,966
["airflow/hooks/subprocess.py", "airflow/providers/cncf/kubernetes/utils/pod_manager.py", "tests/hooks/test_subprocess.py"]
Exception when parsing log
### Apache Airflow version 2.1.4 ### What happened [2022-01-19 13:42:46,107] {taskinstance.py:1463} ERROR - Task failed with exception Traceback (most recent call last): File "/home/airflow/.local/lib/python3.9/site-packages/airflow/models/taskinstance.py", line 1165, in _run_raw_task self._prepare_and_exec...
https://github.com/apache/airflow/issues/20966
https://github.com/apache/airflow/pull/23301
c5b72bf30c8b80b6c022055834fc7272a1a44526
863b2576423e1a7933750b297a9b4518ae598db9
2022-01-19T21:10:09Z
python
2022-05-10T20:43:25Z
closed
apache/airflow
https://github.com/apache/airflow
20,901
["airflow/providers/google/cloud/transfers/gcs_to_local.py", "tests/providers/google/cloud/transfers/test_gcs_to_local.py"]
Bytes cast to String in `airflow.providers.google.cloud.transfers.gcs_to_local.GCSToLocalFilesystemOperator` ~142
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers ``` $ pip freeze | grep apache-airflow-providers apache-airflow-providers-ftp==2.0.1 apache-airflow-providers-google==6.3.0 apache-airflow-providers-http==2.0.2 apache-airflow-providers-imap==2.1.0 apache-airflow-providers-pagerduty...
https://github.com/apache/airflow/issues/20901
https://github.com/apache/airflow/pull/20919
b171e03924fba92924162563f606d25f0d75351e
b8526abc2c220b1e07eed83694dfee972c2e2609
2022-01-17T10:04:57Z
python
2022-01-19T11:39:49Z
closed
apache/airflow
https://github.com/apache/airflow
20,877
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/www/views.py", "docs/apache-airflow/howto/customize-ui.rst", "tests/www/views/test_views_base.py"]
Allow for Markup in UI page title
### Description A custom page title can be set on the UI with the `instance_name` variable in `airflow.cfg`. It would be nice to have the option to include Markup text in that variable for further customization of the title, similar to how dashboard alerts introduced in #18284 allow for `html=True`. ### Use case/mot...
https://github.com/apache/airflow/issues/20877
https://github.com/apache/airflow/pull/20888
75755d7f65fb06c6e2e74f805b877774bfa7fcda
a65555e604481388da40cea561ca78f5cabb5f50
2022-01-14T14:10:45Z
python
2022-01-19T12:44:26Z
closed
apache/airflow
https://github.com/apache/airflow
20,876
["airflow/migrations/versions/e655c0453f75_add_taskmap_and_map_id_on_taskinstance.py", "airflow/models/taskinstance.py", "airflow/models/taskreschedule.py"]
Airflow database upgrade fails with "psycopg2.errors.NotNullViolation: column "map_index" of relation "task_instance" contains null value"s
### Apache Airflow version main (development) ### What happened I currently have Airflow 2.2.3 and due to this [issue](https://github.com/apache/airflow/issues/19699) I have tried to upgrade Airflow to this [commit](https://github.com/apache/airflow/commit/14ee831c7ad767e31a3aeccf3edbc519b3b8c923). When I run `ai...
https://github.com/apache/airflow/issues/20876
https://github.com/apache/airflow/pull/20902
7e29506037fa543f5d9b438320db064cdb820c7b
66276e68ba37abb2991cb0e03ca93c327fc63a09
2022-01-14T14:10:05Z
python
2022-01-18T04:55:31Z
closed
apache/airflow
https://github.com/apache/airflow
20,873
["airflow/www/static/css/bootstrap-theme.css"]
Distinguish links in DAG documentation from code
### Description Currently code blocks (i.e using backticks in markdown) look the same as links when using `dag.doc_md`. This makes it very difficult to distinguish what is clickable in links. For example in the image below, ![image](https://user-images.githubusercontent.com/3199181/149515893-a84d0ef8-a829-...
https://github.com/apache/airflow/issues/20873
https://github.com/apache/airflow/pull/20938
892204105154fdc520758e66512fb6021d404e57
cdb120de2403f5a21aa6d84d10f68c1b7f086aba
2022-01-14T12:32:24Z
python
2022-01-19T16:18:51Z
closed
apache/airflow
https://github.com/apache/airflow
20,839
["airflow/www/views.py", "tests/www/views/test_views_connection.py"]
Cannot edit custom fields on provider connections
### Apache Airflow version 2.2.3 (latest released) ### What happened Connections from providers are not saving edited values in any custom connection forms. You can work around the issue by changing connection type to something like HTTP, and modifying the extra field's JSON. ### What you expected to happen _No re...
https://github.com/apache/airflow/issues/20839
https://github.com/apache/airflow/pull/20883
bad070f7f484a9b4065a0d86195a1e8002d9bfef
44df1420582b358594c8d7344865811cff02956c
2022-01-13T01:05:58Z
python
2022-01-24T00:33:06Z
closed
apache/airflow
https://github.com/apache/airflow
20,823
["STATIC_CODE_CHECKS.rst"]
Static check docs mistakes in example
### Describe the issue with documentation <img width="1048" alt="Screenshot 2022-01-12 at 4 22 44 PM" src="https://user-images.githubusercontent.com/10162465/149127114-5810f86e-83eb-40f6-b438-5b18b7026e86.png"> Run the flake8 check for the tests.core package with verbose output: ./breeze static-check mypy -- --fil...
https://github.com/apache/airflow/issues/20823
https://github.com/apache/airflow/pull/20844
8dc68d47048d559cf4b76874d8d5e7a5af6359b6
c49d6ec8b67e48d0c0fba1fe30c00f590f88ae65
2022-01-12T11:14:33Z
python
2022-01-13T07:30:46Z
closed
apache/airflow
https://github.com/apache/airflow
20,804
["airflow/dag_processing/manager.py", "airflow/sensors/smart_sensor.py", "tests/dag_processing/test_manager.py", "tests/sensors/test_smart_sensor_operator.py"]
Some timing metrics are in seconds but reported as milliseconds
### Apache Airflow version 2.2.2 ### What happened When Airflow reports timing stats it uses either a `timedelta` or a direct value. When using `timedelta` it is converted automatically to the correct units of measurement but when using a direct value it is accepted to already be in the correct units. Unfortunate...
https://github.com/apache/airflow/issues/20804
https://github.com/apache/airflow/pull/21106
6e96f04eb515149f185448b8dfb84813c5879fc0
1507ca48d7c211799129ce7956c11f4c45fee5bc
2022-01-11T09:44:40Z
python
2022-06-01T04:40:36Z
closed
apache/airflow
https://github.com/apache/airflow
20,746
["airflow/providers/amazon/aws/hooks/emr.py"]
Airflow Elastic MapReduce connection
### Description Airflow has connections: ``` Amazon Web Services Amazon Redshift Elastic MapReduce ``` It wasn't easy to find the `Elastic MapReduce` because it wasn't listed as Amazon. I think it would be better to rename it to `Amazon Elastic MapReduce` for easier find in the Connections droplist ### Use c...
https://github.com/apache/airflow/issues/20746
https://github.com/apache/airflow/pull/20767
da9210e89c618611b1e450617277b738ce92ffd7
88e3f2ae5e5101928858099f9d4e7fb6542c4110
2022-01-07T12:37:23Z
python
2022-01-08T15:26:08Z
closed
apache/airflow
https://github.com/apache/airflow
20,740
[".pre-commit-config.yaml", "dev/breeze/src/airflow_breeze/breeze.py", "dev/breeze/src/airflow_breeze/global_constants.py", "dev/breeze/src/airflow_breeze/pre_commit_ids.py", "dev/breeze/src/airflow_breeze/pre_commit_ids_TEMPLATE.py.jinja2", "dev/breeze/src/airflow_breeze/utils/run_utils.py", "dev/breeze/tests/test_cac...
Breeze: Running static checks with Breeze
We should rewrite the action to run static checks with Breeze. Currently implemented by 'static-checks' opetoin. The should baiscally run appropriate `pre-commit run` statement. The difference vs. running just pre-commit is that it should implement auto-complete of checks available (pre-commit does not have it) and...
https://github.com/apache/airflow/issues/20740
https://github.com/apache/airflow/pull/20848
82adce535eb0c427c230035d648bf3c829824b21
684fe46158aa3d6cb2de245d29e20e487d8f2158
2022-01-07T08:54:44Z
python
2022-01-27T17:34:44Z
closed
apache/airflow
https://github.com/apache/airflow
20,739
["dev/breeze/src/airflow_breeze/breeze.py", "dev/breeze/src/airflow_breeze/cache.py", "dev/breeze/src/airflow_breeze/docs_generator/__init__.py", "dev/breeze/src/airflow_breeze/docs_generator/build_documentation.py", "dev/breeze/src/airflow_breeze/docs_generator/doc_builder.py", "dev/breeze/src/airflow_breeze/global_co...
Breeze: Build documentation with Breeze
The "build-documentation" action should be rewritten in python in the new Breeze2 command. It should allow for the same parameters that are already used by the https://github.com/apache/airflow/blob/main/docs/build_docs.py script: `--package-filter` for example. It shoudl basically run the ./build_docs.py using C...
https://github.com/apache/airflow/issues/20739
https://github.com/apache/airflow/pull/20886
793684a88ce3815568c585c45eb85a74fa5b2d63
81c85a09d944021989ab530bc6caf1d9091a753c
2022-01-07T08:49:46Z
python
2022-01-24T10:45:52Z
closed
apache/airflow
https://github.com/apache/airflow
20,655
["airflow/www/views.py", "tests/www/views/test_views_tasks.py"]
Edit Task Instance Page does not save updates.
### Apache Airflow version main (development) ### What happened On the Task Instances table, one can click on `Edit Record` and be directed to a `Edit Task Instance` page. There, if you try to change the state, it will simply not update nor are there any errors in the browser console. <img width="608" alt...
https://github.com/apache/airflow/issues/20655
https://github.com/apache/airflow/pull/30415
22bef613678e003dde9128ac05e6c45ce934a50c
b140c4473335e4e157ff2db85148dd120c0ed893
2022-01-04T17:37:21Z
python
2023-04-22T17:10:49Z
closed
apache/airflow
https://github.com/apache/airflow
20,632
["chart/templates/flower/flower-deployment.yaml", "chart/templates/pgbouncer/pgbouncer-deployment.yaml", "chart/templates/scheduler/scheduler-deployment.yaml", "chart/templates/statsd/statsd-deployment.yaml", "chart/templates/triggerer/triggerer-deployment.yaml", "chart/templates/webserver/webserver-deployment.yaml", "...
Add priorityClassName support
### Official Helm Chart version 1.2.0 ### Apache Airflow version 2.1.4 ### Kubernetes Version 1.21.2 ### Helm Chart configuration _No response_ ### Docker Image customisations _No response_ ### What happened _No response_ ### What you expected to happen _No response_ ### How to reproduce _No response_ #...
https://github.com/apache/airflow/issues/20632
https://github.com/apache/airflow/pull/20794
ab762a5a8ae147ae33500ee3c7e7a73d25d03ad7
ec41fd51e07ca2b9a66e0b99b730300c80a6d059
2022-01-03T14:06:15Z
python
2022-02-04T19:51:36Z
closed
apache/airflow
https://github.com/apache/airflow
20,627
["setup.cfg"]
Bump flask-appbuilder to >=3.3.4, <4.0.0
### Description Reason: Improper Authentication in Flask-AppBuilder: https://github.com/advisories/GHSA-m3rf-7m4w-r66q ### Use case/motivation _No response_ ### Related issues https://github.com/advisories/GHSA-m3rf-7m4w-r66q ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of...
https://github.com/apache/airflow/issues/20627
https://github.com/apache/airflow/pull/20628
e1fbfc60d29af3fc0928b904ac80ca3b71a3a839
97261c642cbf07db91d252cf6b0b7ff184cd64c6
2022-01-03T11:50:47Z
python
2022-01-03T14:29:51Z
closed
apache/airflow
https://github.com/apache/airflow
20,580
["airflow/api/common/experimental/mark_tasks.py"]
Triggers are not terminated when DAG is mark failed
### Apache Airflow version 2.2.3 (latest released) ### What happened Hello, I quite excited to new [Deferrable ("Async") Operators in AIP-40 ](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=177050929), and going to adapt this by develop new async version of ExternalTaskSensor. But while doing...
https://github.com/apache/airflow/issues/20580
https://github.com/apache/airflow/pull/20649
b83084b1b05415079972a76e3e535d40a1998de8
64c0bd50155dfdb84671ac35d645b812fafa78a1
2021-12-30T07:29:20Z
python
2022-01-05T07:42:57Z
closed
apache/airflow
https://github.com/apache/airflow
20,579
["airflow/cli/commands/task_command.py", "tests/cli/commands/test_task_command.py"]
Airflow 2.2.3 : "airflow dags trigger" command gets "Calling `DAG.create_dagrun()` without an explicit data interval is deprecated"
### Apache Airflow version 2.2.3 (latest released) ### What happened When issuing the following command: `airflow dags trigger 'VMWARE_BACKUP' --conf '{"VM_NAME":"psfiplb1"}'` the system replays with: ``` /usr/local/lib/python3.8/dist-packages/airflow/api/common/experimental/trigger_dag.py:85 DeprecationW...
https://github.com/apache/airflow/issues/20579
https://github.com/apache/airflow/pull/27106
c3095d77b81c1a3a6510246b1fea61e6423d518b
70680ded7a4056882008b019f5d1a8f559a301cd
2021-12-30T05:39:01Z
python
2023-03-16T19:08:17Z
closed
apache/airflow
https://github.com/apache/airflow
20,560
["chart/templates/secrets/elasticsearch-secret.yaml", "chart/tests/test_elasticsearch_secret.py"]
Elasticsearch connection user and password should be optional
### Official Helm Chart version main (development) ### Apache Airflow version 2.2.3 (latest released) ### Kubernetes Version 1.21.5 ### Helm Chart configuration ```yaml elasticsearch: enabled: true connection: host: elasticsearch-master port: 9200 ``` ### Docker Image customisations _No respo...
https://github.com/apache/airflow/issues/20560
https://github.com/apache/airflow/pull/21222
5a6a2d604979cb70c5c9d3797738f0876dd38c3b
5dc6338346deca8e5a9a47df2da19f38eeac0ce8
2021-12-29T21:57:46Z
python
2022-02-11T04:30:49Z
closed
apache/airflow
https://github.com/apache/airflow
20,552
["airflow/providers/google/cloud/transfers/sftp_to_gcs.py", "tests/providers/google/cloud/transfers/test_sftp_to_gcs.py"]
gzip parameter of sftp_to_gcs operator is never passed to the GCS hook
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers List of versions is the one provided by Cloud Composer image `composer-1.17.7-airflow-2.1.4`. (cf. https://cloud.google.com/composer/docs/concepts/versioning/composer-versions#images ) Relevant here is `apache-airflow-providers-...
https://github.com/apache/airflow/issues/20552
https://github.com/apache/airflow/pull/20553
c5c18c54fa83463bc953249dc28edcbf7179da17
3a480f5ff41c2da4ae4fd6b2289e064ee42048a5
2021-12-29T10:51:58Z
python
2021-12-29T12:20:18Z
closed
apache/airflow
https://github.com/apache/airflow
20,545
["docs/apache-airflow/templates-ref.rst"]
built in macros (macros.random, macros.time) need documentation change
### Apache Airflow version 2.2.3 (latest released) ### What happened My gut says that the way forward is to change the macros object so that it only exposes modules: - datetime - time - uuid - random ... and then leave it to the user to decide which functions on those modules they want to call. I'm not...
https://github.com/apache/airflow/issues/20545
https://github.com/apache/airflow/pull/20637
b1b8f304586e8ad181861dfe8ac15297c78f917b
8b2299b284ac15900f54bf8c84976cc01f4d597c
2021-12-29T01:12:01Z
python
2022-01-04T03:39:51Z
closed
apache/airflow
https://github.com/apache/airflow
20,534
["airflow/www/views.py"]
is not bound to a Session; lazy load operation of attribute 'dag_model'
### Apache Airflow version 2.2.3 (latest released) ### What happened An error occurred while browsing the page (/rendered-k8s?dag_id=xxx&task_id=yyy&execution_date=zzz): ``` Parent instance <TaskInstance at 0x7fb0b01df940> is not bound to a Session; lazy load operation of attribute 'dag_model' cannot proceed (Bac...
https://github.com/apache/airflow/issues/20534
https://github.com/apache/airflow/pull/21006
372849486cd455a4ff4821b01805a442f1a78417
a665f48b606065977e0d3952bc74635ce11726d1
2021-12-28T09:11:55Z
python
2022-01-21T13:44:40Z
closed
apache/airflow
https://github.com/apache/airflow
20,471
["airflow/models/dag.py", "airflow/models/dagrun.py", "tests/models/test_dag.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py"]
no logs returned when an end_date specified at the task level is after dag's end date
### Apache Airflow version 2.2.2 ### What happened When you set an 'end_date' that is after the date for the dag parameter 'end_date' the task fails and no logs are given to the user. ### What you expected to happen I expected the task to succeed with an 'end_date' of the date specified at the task level...
https://github.com/apache/airflow/issues/20471
https://github.com/apache/airflow/pull/20920
f612a2f56add4751e959625c49368d09a2a47d55
85871eba420f3324432f55f74fe57005ff47a21c
2021-12-22T20:54:12Z
python
2022-03-27T19:11:38Z
closed
apache/airflow
https://github.com/apache/airflow
20,457
["airflow/providers/amazon/aws/hooks/base_aws.py", "airflow/providers/amazon/aws/hooks/glue.py", "airflow/providers/amazon/aws/hooks/s3.py"]
Release 2.5.1 of Amazon Provider
### Apache Airflow version 2.2.3 (latest released) ### What happened The 2.5.0 version of Amazon Provider contains breaking changes - https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/commits.html specifically https://github.com/apache/airflow/commit/83b51e53062dc596a630edd4bd01407a556f1aa...
https://github.com/apache/airflow/issues/20457
https://github.com/apache/airflow/pull/20463
81f92d6c321992905d239bb9e8556720218fe745
2ab2ae8849bf6d80a700b1b74cef37eb187161ad
2021-12-21T22:59:01Z
python
2021-12-22T16:52:20Z
closed
apache/airflow
https://github.com/apache/airflow
20,419
["docs/apache-airflow/howto/email-config.rst", "docs/apache-airflow/img/email_connection.png"]
Need clearer documentation on setting up Sendgrid to send emails
### Describe the issue with documentation https://airflow.apache.org/docs/apache-airflow/stable/howto/email-config.html needs to have more documentation on how to use sendgrid to send emails. Like would installing the provider package guarantee the appearance of the "Email" connection type in the frontend? I do not...
https://github.com/apache/airflow/issues/20419
https://github.com/apache/airflow/pull/21958
cc4b05654e9c8b6d1b3185c5690da87a29b66a4b
c9297808579c0d4f93acfd6791172193be19721b
2021-12-20T11:18:14Z
python
2022-03-03T12:07:21Z
closed
apache/airflow
https://github.com/apache/airflow
20,373
["airflow/www/static/js/callModal.js", "airflow/www/static/js/dag.js", "airflow/www/static/js/gantt.js", "airflow/www/static/js/graph.js"]
Paused event is logging twice in some pages.
### Apache Airflow version 2.2.2 (latest released) ### What happened If I pause/unpause dag in `Tree`, `Graph`, or `Gantt` page, `/paused` url is calling twice. ![image](https://user-images.githubusercontent.com/8676247/146517082-b359a81c-a53f-4aa7-a2e8-11bdbdd1e4d8.png) So paused events are logging twice. ![...
https://github.com/apache/airflow/issues/20373
https://github.com/apache/airflow/pull/28410
9c3734bb127ff0d71a0321d0578e556552cfc934
2f0f02536f7773dd782bd980ae932091b7badc61
2021-12-17T08:59:14Z
python
2022-12-22T13:19:40Z
closed
apache/airflow
https://github.com/apache/airflow
20,323
["airflow/decorators/__init__.py", "airflow/decorators/__init__.pyi", "airflow/decorators/sensor.py", "airflow/example_dags/example_sensor_decorator.py", "airflow/sensors/python.py", "docs/apache-airflow/tutorial/taskflow.rst", "tests/decorators/test_sensor.py"]
Add a `@task.sensor` TaskFlow decorator
### Description Implement a taskflow decorator that uses the decorated function as the poke method. ### Use case/motivation Here is a sketch of the solution that might work: [sensor_decorator.txt](https://github.com/apache/airflow/files/7721589/sensor_decorator.txt) ### Related issues _No response_ ...
https://github.com/apache/airflow/issues/20323
https://github.com/apache/airflow/pull/22562
a50195d617ca7c85d56b1c138f46451bc7599618
cfd63df786e0c40723968cb8078f808ca9d39688
2021-12-15T17:37:59Z
python
2022-11-07T02:06:19Z
closed
apache/airflow
https://github.com/apache/airflow
20,320
["airflow/api_connexion/openapi/v1.yaml", "airflow/www/static/js/types/api-generated.ts", "tests/api_connexion/endpoints/test_user_endpoint.py"]
Airflow API throwing 500 when user does not have last name
### Apache Airflow version 2.2.2 (latest released) ### What happened When listing users via GET api/v1/users, a 500 error is thrown if a user in the database does not have a last name. ``` { "detail": "'' is too short\n\nFailed validating 'minLength' in schema['allOf'][0]['properties']['users']['items']['pro...
https://github.com/apache/airflow/issues/20320
https://github.com/apache/airflow/pull/25476
98f16aa7f3b577022791494e13b6aa7057afde9d
3421ecc21bafaf355be5b79ec4ed19768e53275a
2021-12-15T17:15:42Z
python
2022-08-02T21:06:33Z
closed
apache/airflow
https://github.com/apache/airflow
20,259
["Dockerfile", "Dockerfile.ci", "breeze", "dev/README_RELEASE_PROVIDER_PACKAGES.md", "docs/docker-stack/build-arg-ref.rst", "scripts/ci/libraries/_build_images.sh", "scripts/ci/libraries/_initialization.sh", "scripts/docker/compile_www_assets.sh", "scripts/docker/install_airflow.sh", "scripts/docker/prepare_node_module...
Make sure that stderr is "clean" while building the images.
Our image generates a lot of "Noise" during building, which makes "real" errors difficult to distinguish from "false negatives". We should make sure that there are no warnings while the docker image is build. If there are any warnings that we cannot remove there, we should add a reassuring note that we know what...
https://github.com/apache/airflow/issues/20259
https://github.com/apache/airflow/pull/20238
5980d2b05eee484256c634d5efae9410265c65e9
4620770af4550251b5139bb99185656227335f67
2021-12-13T15:44:16Z
python
2022-01-11T09:38:34Z
closed
apache/airflow
https://github.com/apache/airflow
20,252
["dev/breeze/src/airflow_breeze/breeze.py", "dev/breeze/src/airflow_breeze/cache.py", "dev/breeze/src/airflow_breeze/global_constants.py", "dev/breeze/src/airflow_breeze/visuals/__init__.py"]
Breeze: Asciiart disabling
This is a small thing, but might be useful. Currently Breeze prints the Asciiart when started. You should be able to persistently disable the asciiart. This is done with storing the rigth "flag" file in the ".build" directory. If the file is there, the ASCIIART should not be printed. If not, it shoudl be printed.
https://github.com/apache/airflow/issues/20252
https://github.com/apache/airflow/pull/20645
c9023fad4287213e4d3d77f4c66799c762bff7ba
8cc93c4bc6ae5a99688ca2effa661d6a3e24f56f
2021-12-13T09:04:20Z
python
2022-01-11T18:16:22Z
closed
apache/airflow
https://github.com/apache/airflow
20,251
["dev/breeze/doc/BREEZE2.md", "scripts/ci/libraries/_docker_engine_resources.sh", "scripts/in_container/run_resource_check.py", "scripts/in_container/run_resource_check.sh"]
Breeze: Verify if there are enough resources avaiilable in Breeze
At entry of the Breeze command we verify if there iss enouggh CPU/memory/disk space and print (coloured) information if the resources are not enough. We should replicate that in Python
https://github.com/apache/airflow/issues/20251
https://github.com/apache/airflow/pull/20763
b8526abc2c220b1e07eed83694dfee972c2e2609
75755d7f65fb06c6e2e74f805b877774bfa7fcda
2021-12-13T09:01:19Z
python
2022-01-19T11:51:51Z
closed
apache/airflow
https://github.com/apache/airflow
20,249
["airflow/jobs/base_job.py", "airflow/migrations/versions/587bdf053233_adding_index_for_dag_id_in_job.py", "docs/apache-airflow/migrations-ref.rst"]
DAG deletion is slow due to lack of database indexes on dag_id
### Apache Airflow version 2.2.1 ### What happened We have an airflow instance for approximately 6k DAGs. - If we delete a DAG from UI, the UI times out - If we delete a DAG from CLI, it completes but sometimes takes up to a half-hour to finish. Most of the execution time appears to be consumed in databa...
https://github.com/apache/airflow/issues/20249
https://github.com/apache/airflow/pull/20282
6d25d63679085279ca1672c2eee2c45d6704efaa
ac9f29da200c208bb52d412186c5a1b936eb0b5a
2021-12-13T07:31:08Z
python
2021-12-30T10:26:24Z
closed
apache/airflow
https://github.com/apache/airflow
20,215
["airflow/providers/amazon/aws/example_dags/example_emr_serverless.py", "airflow/providers/amazon/aws/hooks/emr.py", "airflow/providers/amazon/aws/operators/emr.py", "airflow/providers/amazon/aws/sensors/emr.py", "airflow/providers/amazon/provider.yaml", "docs/apache-airflow-providers-amazon/operators/emr_serverless.rs...
EMR serverless, new operator
### Description A new EMR serverless has been announced and it is already available, see: - https://aws.amazon.com/blogs/big-data/announcing-amazon-emr-serverless-preview-run-big-data-applications-without-managing-servers/ - https://aws.amazon.com/emr/serverless/ Having an operator for creating applications and...
https://github.com/apache/airflow/issues/20215
https://github.com/apache/airflow/pull/25324
5480b4ca499cfe37677ac1ae1298a2737a78115d
8df84e99b7319740990124736d0fc545165e7114
2021-12-11T01:40:22Z
python
2022-08-05T16:54:57Z
closed
apache/airflow
https://github.com/apache/airflow
20,197
["airflow/www/templates/airflow/dag.html", "tests/www/views/test_views_tasks.py"]
Triggering a DAG in Graph view switches to Tree view
### Apache Airflow version 2.2.2 (latest released) ### What happened After I trigger a DAG from the Graph view, the view switches to the Tree view (happens on both 2.2.2 and main). ### What you expected to happen I expect to stay in the Graph view, ideally switch to the newly created DAG run ### How to reproduce ...
https://github.com/apache/airflow/issues/20197
https://github.com/apache/airflow/pull/20955
10f5db863e387c0fd7369cf521d624b6df77a65d
928dafe6c495bbf3e03d14473753fce915134a46
2021-12-10T11:15:26Z
python
2022-01-20T08:15:37Z
closed
apache/airflow
https://github.com/apache/airflow
20,155
["setup.py"]
ssl_cert_reqs has been deprecated in pymongo 3.9
### Apache Airflow Provider(s) mongo ### Versions of Apache Airflow Providers 2.2.0 ### Apache Airflow version 2.2.2 (latest released) ### Operating System Debian GNU/Linux 10 (buster) ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened `ssl_cert_reqs` h...
https://github.com/apache/airflow/issues/20155
https://github.com/apache/airflow/pull/20511
86a249007604307bdf0f69012dbd1b783c8750e5
f85880e989d7751cfa3ae2d4665d7cc0cb3cc945
2021-12-09T08:30:58Z
python
2021-12-27T19:28:50Z
closed
apache/airflow
https://github.com/apache/airflow
20,110
["airflow/www/extensions/init_views.py", "tests/api_connexion/test_cors.py"]
CORS access_control_allow_origin header never returned
### Apache Airflow version 2.2.2 (latest released) ### What happened To fix CORS problem added the [access_control_allow_headers](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#access-control-allow-headers), [access_control_allow_methods](https://airflow.apache.org/docs/apache-airflow/...
https://github.com/apache/airflow/issues/20110
https://github.com/apache/airflow/pull/25553
1d8507af07353e5cf29a860314b5ba5caad5cdf3
e81b27e713e9ef6f7104c7038f0c37cc55d96593
2021-12-07T16:36:19Z
python
2022-08-05T17:41:05Z
closed
apache/airflow
https://github.com/apache/airflow
20,092
["airflow/configuration.py", "docs/apache-airflow/howto/set-config.rst", "tests/core/test_configuration.py"]
PR #18772 breaks `sql_alchemy_conn_cmd` config
### Apache Airflow version 2.2.1 ### What happened #18772 added two options to `tmp_configuration_copy()` and defaults tasks run as the same user to generate the temp configuration file for the task runner with the options `include_env=False` and `include_cmds=False`. This is a change from the previous defaults whic...
https://github.com/apache/airflow/issues/20092
https://github.com/apache/airflow/pull/21539
e93cd4b2cfa98be70f6521832cfbd4d6b5551e30
e07bc63ec0e5b679c87de8e8d4cdff1cf4671146
2021-12-07T04:31:34Z
python
2022-03-15T18:06:50Z
closed
apache/airflow
https://github.com/apache/airflow
20,063
["airflow/models/dag.py", "airflow/www/views.py"]
Forward slash in `dag_run_id` gives rise to trouble accessing things through the REST API
### Apache Airflow version 2.1.4 ### Operating System linux ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==2.2.0 apache-airflow-providers-celery==2.0.0 apache-airflow-providers-cncf-kubernetes==2.0.2 apache-airflow-providers-docker==2.1.1 apache-airflow-providers-elasticsearch==2.0.3...
https://github.com/apache/airflow/issues/20063
https://github.com/apache/airflow/pull/23106
ebc1f14db3a1b14f2535462e97a6407f48b19f7c
451c7cbc42a83a180c4362693508ed33dd1d1dab
2021-12-06T09:00:59Z
python
2022-05-03T21:22:12Z
closed
apache/airflow
https://github.com/apache/airflow
20,032
["airflow/providers/snowflake/hooks/snowflake.py", "tests/providers/snowflake/hooks/test_snowflake.py"]
Snowflake Provider - Hook's support for not providing a region is broken when using SQLAlchemy
### Apache Airflow Provider(s) snowflake ### Versions of Apache Airflow Providers Versions 2.2.x (since https://github.com/apache/airflow/commit/0a37be3e3cf9289f63f1506bc31db409c2b46738). ### Apache Airflow version 2.2.1 ### Operating System Debian GNU/Linux 10 (buster) ### Deployment Other...
https://github.com/apache/airflow/issues/20032
https://github.com/apache/airflow/pull/20509
b7086f9815d3856cb4f3ee5bbc78657f19df9d2d
a632b74846bae28408fb4c1b38671fae23ca005c
2021-12-04T00:26:56Z
python
2021-12-28T12:54:54Z
closed
apache/airflow
https://github.com/apache/airflow
20,007
["airflow/providers/google/cloud/transfers/postgres_to_gcs.py"]
PostgresToGCSOperator fail on empty table and use_server_side_cursor=True
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==6.1.0 ### Apache Airflow version 2.2.2 (latest released) ### Operating System Debian GNU/Linux 10 (buster) ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### Wha...
https://github.com/apache/airflow/issues/20007
https://github.com/apache/airflow/pull/21307
00f0025abf6500af67f4c5b7543d45658d31b3b2
2eb10565b2075d89eb283bd53462c00f5d54ab55
2021-12-03T08:17:25Z
python
2022-02-15T11:41:33Z
closed
apache/airflow
https://github.com/apache/airflow
19,989
["airflow/www/static/js/dag_dependencies.js"]
Arrows in DAG dependencies view are not consistent
### Apache Airflow version main (development) ### Operating System N/A ### Versions of Apache Airflow Providers N/A ### Deployment Other ### Deployment details _No response_ ### What happened The arrows in the DAG dependencies view are not consistent with the graph view: Graph View: ![image](https://user...
https://github.com/apache/airflow/issues/19989
https://github.com/apache/airflow/pull/20303
2d9338f2b7fa6b7aadb6a81cd5fc3b3ad8302a4a
28045696dd3ea7207b1162c2343ba142e1f75e5d
2021-12-02T18:53:08Z
python
2021-12-15T03:50:00Z
closed
apache/airflow
https://github.com/apache/airflow
19,986
["BREEZE.rst", "PULL_REQUEST_WORKFLOW.rst", "README.md", "TESTING.rst", "breeze-complete", "docs/apache-airflow/concepts/scheduler.rst", "docs/apache-airflow/howto/set-up-database.rst", "docs/apache-airflow/installation/prerequisites.rst", "scripts/ci/libraries/_initialization.sh"]
Postgres 9.6 end of support
### Describe the issue with documentation since November 11, 2021 the support of Postgres 9.6 is finish https://www.postgresql.org/support/versioning/ ### How to solve the problem remove 9.6 from airflow ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ...
https://github.com/apache/airflow/issues/19986
https://github.com/apache/airflow/pull/19987
538612c3326b5fd0be4f4114f85e6f3063b5d49c
a299cbf4ce95af49132a6c7b17cd6a0355544836
2021-12-02T18:32:02Z
python
2021-12-05T23:04:01Z
closed
apache/airflow
https://github.com/apache/airflow
19,977
["airflow/providers/google/cloud/transfers/gdrive_to_gcs.py", "tests/providers/google/cloud/transfers/test_gdrive_to_gcs.py"]
GoogleDriveToGCSOperator.dry_run() raises AttributeError due to deprecated template_fields
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==5.1.0 ### Apache Airflow version 2.1.4 ### Operating System MacOS BigSur 11.6 ### Deployment Virtualenv installation ### Deployment details `tox4` virtual environment ### W...
https://github.com/apache/airflow/issues/19977
https://github.com/apache/airflow/pull/19991
53b241534576f1a85fe7f87ed66793d43f3a564e
cb082d361a61da7040e044ff2c1f7758142a9b2d
2021-12-02T15:14:15Z
python
2021-12-02T22:25:33Z
closed
apache/airflow
https://github.com/apache/airflow
19,970
["dev/breeze/src/airflow_breeze/branch_defaults.py", "dev/breeze/src/airflow_breeze/breeze.py", "dev/breeze/src/airflow_breeze/cache.py", "dev/breeze/src/airflow_breeze/ci/build_image.py", "dev/breeze/src/airflow_breeze/ci/build_params.py", "dev/breeze/src/airflow_breeze/console.py", "dev/breeze/src/airflow_breeze/glob...
Breeze: Build CI images with Breeze
This quite a task and it should likely be split into smaller PRs until completed. Breeze has the possibility of building CI and PROD images, but this one focuses only on building the CI image. Building the image is not very straightforward, because in mulitple places the images are build differently: * for dif...
https://github.com/apache/airflow/issues/19970
https://github.com/apache/airflow/pull/20338
919ff4567d86a09fb069dcfd84885b496229eea9
95740a87083c703968ce3da45b15113851ef09f7
2021-12-02T13:31:21Z
python
2022-01-05T17:38:05Z
closed
apache/airflow
https://github.com/apache/airflow
19,966
[".pre-commit-config.yaml", "dev/breeze/doc/BREEZE.md"]
Breeze: Make Breeze works for Windows seemleasly
The goal to achieve: We would like to have `./Breeze2.exe` in the main directory of Airlfow which should do the same as `python Breeze2` now - firing the Breeze command line and managing the virtualenv for it. We need to have: * colors in terminal * possibility to use commands and flags * [stretch goal] autoc...
https://github.com/apache/airflow/issues/19966
https://github.com/apache/airflow/pull/20148
97261c642cbf07db91d252cf6b0b7ff184cd64c6
9db894a88e04a71712727ef36250a29b2e34f4fe
2021-12-02T13:15:37Z
python
2022-01-03T16:44:38Z
closed
apache/airflow
https://github.com/apache/airflow
19,955
["airflow/www/views.py"]
Add hour and minute to time format on x-axis in Landing Times
### Description It would be great if the date and time format of x-axis in Landing Times is `%d %b %Y, %H:%M` instead of `%d %b %Y` to see `execution_date` of task instances. ### Use case/motivation For x-axis of all line chart using `nvd3.lineChart`, the date and time format has only date without time because...
https://github.com/apache/airflow/issues/19955
https://github.com/apache/airflow/pull/20002
2c80aaab4f486688fa4b8e252e1147a5dfabee54
6a77e849be3a505bf2636e8224862d77a4719621
2021-12-02T02:32:25Z
python
2021-12-16T15:32:37Z
closed
apache/airflow
https://github.com/apache/airflow
19,922
["airflow/operators/python.py", "tests/operators/test_python.py"]
ShortCircuitOperator does not save to xcom
### Description `ShortCircuitOperator` does not return any value regardless of the result. Still, if `condition` evaluates to `falsey`, it can be useful to store/save the result of the condition to XCom so that downstream tasks. can use. Many objects evaluates to True/False, not just booleans - see https://docs...
https://github.com/apache/airflow/issues/19922
https://github.com/apache/airflow/pull/20071
993ed933e95970d14e0b0b5659ad28f15a0e5fde
4f964501e5a6d5685c9fa78a6272671a79b36dd1
2021-12-01T05:03:27Z
python
2021-12-11T16:27:52Z
closed
apache/airflow
https://github.com/apache/airflow
19,917
["airflow/models/dag.py", "airflow/models/dagrun.py", "tests/models/test_dag.py", "tests/models/test_dagrun.py", "tests/models/test_taskinstance.py"]
Task-level end_date stops entire DAG
### Apache Airflow version 2.2.2 (latest released) ### Operating System Ubuntu 19.10 ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### What happened If a task has an `end_date`, the whole DAG stops at that time instead...
https://github.com/apache/airflow/issues/19917
https://github.com/apache/airflow/pull/20920
f612a2f56add4751e959625c49368d09a2a47d55
85871eba420f3324432f55f74fe57005ff47a21c
2021-12-01T02:44:43Z
python
2022-03-27T19:11:38Z
closed
apache/airflow
https://github.com/apache/airflow
19,903
["airflow/decorators/task_group.py", "tests/utils/test_task_group.py"]
Error setting dependencies on task_group defined using the decorator
### Apache Airflow version 2.2.2 (latest released) ### Operating System MacOS 11.6.1 ### Versions of Apache Airflow Providers $ pip freeze | grep airflow apache-airflow==2.2.2 apache-airflow-providers-celery==2.1.0 apache-airflow-providers-ftp==2.0.1 apache-airflow-providers-http==2.0.1 apache-airflow-provide...
https://github.com/apache/airflow/issues/19903
https://github.com/apache/airflow/pull/20671
f2039b4c9e15b514661d4facbd710791fe0a2ef4
384fa4a87dfaa79a89ad8e18ac1980e07badec4b
2021-11-30T19:55:25Z
python
2022-01-08T04:09:03Z
closed
apache/airflow
https://github.com/apache/airflow
19,902
["airflow/decorators/base.py", "tests/utils/test_task_group.py"]
DuplicateTaskIdFound when reusing tasks with task_group decorator
### Apache Airflow version 2.2.2 (latest released) ### Operating System MacOS 11.6.1 ### Versions of Apache Airflow Providers $ pip freeze | grep airflow apache-airflow==2.2.2 apache-airflow-providers-celery==2.1.0 apache-airflow-providers-ftp==2.0.1 apache-airflow-providers-http==2.0.1 apache-airflow-provide...
https://github.com/apache/airflow/issues/19902
https://github.com/apache/airflow/pull/20870
077bacd9e7cc066365d3f201be2a5d9b108350fb
f881e1887c9126408098919ecad61f94e7a9661c
2021-11-30T19:44:46Z
python
2022-01-18T09:37:35Z
closed
apache/airflow
https://github.com/apache/airflow
19,901
["airflow/models/dagrun.py", "tests/jobs/test_scheduler_job.py"]
No scheduling when max_active_runs is 1
### Apache Airflow version 2.2.2 (latest released) ### Operating System Debian ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened Since version 2.2 a field `DAG.next_dagrun_create_after` is not calcul...
https://github.com/apache/airflow/issues/19901
https://github.com/apache/airflow/pull/21413
5fbf2471ab4746f5bc691ff47a7895698440d448
feea143af9b1db3b1f8cd8d29677f0b2b2ab757a
2021-11-30T18:30:43Z
python
2022-02-24T07:12:12Z
closed
apache/airflow
https://github.com/apache/airflow
19,891
[".github/workflows/ci.yml", "airflow/api/common/experimental/get_dag_runs.py", "airflow/jobs/base_job.py", "airflow/models/base.py", "airflow/models/dagrun.py", "airflow/providers/microsoft/winrm/hooks/winrm.py", "airflow/providers/ssh/hooks/ssh.py", "tests/providers/amazon/aws/hooks/test_eks.py", "tests/providers/goo...
Re-enable MyPy
# Why Mypy re-enable For a few weeks MyPy checks have been disabled after the switch to Python 3.7 (per https://github.com/apache/airflow/pull/19317). We should, however, re-enable it back as it is very useful in catching a number of mistakes. # How does it work We 've re-added the mypy pre-commit now - wit...
https://github.com/apache/airflow/issues/19891
https://github.com/apache/airflow/pull/21020
07ea9fcaa10fc1a8c43ef5f627360d4adb12115a
9ed9b5170c8dbb11469a88c41e323d8b61a1e7e6
2021-11-30T12:07:37Z
python
2022-01-24T21:39:08Z
closed
apache/airflow
https://github.com/apache/airflow
19,877
["airflow/providers/amazon/aws/hooks/emr.py", "tests/providers/amazon/aws/hooks/test_emr_containers.py"]
Refactor poll_query_status in EMRContainerHook
### Body The goal is to refactor the code so that we can remove this TODO https://github.com/apache/airflow/blob/7640ba4e8ee239d6e2bbf950d53d624b9df93059/airflow/providers/amazon/aws/hooks/emr_containers.py#L174-L176 More information about the concerns can be found on https://github.com/apache/airflow/pull/16766#d...
https://github.com/apache/airflow/issues/19877
https://github.com/apache/airflow/pull/21423
064b39f3faae26e5b1312510142b50765e58638b
c8d49f63ca60fa0fb447768546c2503b746a66dd
2021-11-29T13:43:21Z
python
2022-03-08T12:59:34Z
closed
apache/airflow
https://github.com/apache/airflow
19,850
["airflow/providers/amazon/aws/hooks/batch_client.py", "airflow/providers/amazon/aws/sensors/batch.py", "airflow/providers/amazon/provider.yaml", "tests/providers/amazon/aws/sensors/test_batch.py"]
AWS Batch Job Sensor
### Description Add a sensor for AWS Batch jobs that will poll the job until it reaches a terminal state. ### Use case/motivation This feature will enable DAGs to track the status of batch jobs that are submitted in an upstream task that doesn't use the BatchOperator. An example use case - The batch job is submitte...
https://github.com/apache/airflow/issues/19850
https://github.com/apache/airflow/pull/19885
7627de383e5cdef91ca0871d8107be4e5f163882
af28b4190316401c9dfec6108d22b0525974eadb
2021-11-27T05:11:15Z
python
2021-12-05T21:52:30Z
closed
apache/airflow
https://github.com/apache/airflow
19,801
["airflow/sensors/base.py", "tests/sensors/test_base.py"]
Airflow scheduler crashed with TypeError: '>=' not supported between instances of 'datetime.datetime' and 'NoneType'
### Apache Airflow version 2.1.4 ### Operating System Ubuntu 20.04.3 LTS ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### What happened Airflow scheduler crashed with following exception ``` [2...
https://github.com/apache/airflow/issues/19801
https://github.com/apache/airflow/pull/19821
9c05a951175c231478cbc19effb0e2a4cccd7a3b
2213635178ca9d0ae96f5f68c88da48f7f104bf1
2021-11-24T03:30:05Z
python
2021-12-13T09:38:35Z
closed
apache/airflow
https://github.com/apache/airflow
19,785
["airflow/utils/task_group.py", "tests/utils/test_task_group.py"]
Applying labels to task groups shows a cycle in the graph view for the dag
### Apache Airflow version 2.2.2 ### Operating System Docker (debian:buster) ### Versions of Apache Airflow Providers N/A ### Deployment Astronomer ### Deployment details run airflow with this dag ```python3 with DAG( dag_id="label_bug_without_chain" ) as dag: with TaskGroup(...
https://github.com/apache/airflow/issues/19785
https://github.com/apache/airflow/pull/24847
96b01a8012d164df7c24c460149d3b79ecad3901
efc05a5f0b3d261293c2efaf6771e4af9a2f324c
2021-11-23T18:39:01Z
python
2022-07-05T15:40:00Z
closed
apache/airflow
https://github.com/apache/airflow
19,757
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg"]
Change the default for `dag_processor_manager_log_location`
### Description Should the default for the [dag_processor_manager_log_location](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dag-processor-manager-log-location) be `{BASE_LOG_FOLDER}/dag_processor_manager/dag_processor_manager.log` instead of `{AIRFLOW_HOME}/logs/dag_processor_manager...
https://github.com/apache/airflow/issues/19757
https://github.com/apache/airflow/pull/19793
6c80149d0abf84caec8f4c1b4e8795ea5923f89a
00fd3af52879100d8dbca95fd697d38fdd39e60a
2021-11-22T21:42:23Z
python
2021-11-24T18:40:13Z
closed
apache/airflow
https://github.com/apache/airflow
19,754
["airflow/sensors/external_task.py", "newsfragments/23647.bugfix.rst", "tests/sensors/test_external_task_sensor.py"]
ExternalTaskSensor should skip if soft_fail=True and external task in one of the failed_states
### Apache Airflow version 2.1.4 ### Operating System Debian GNU/Linux 10 (buster) ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details _No response_ ### What happened I ran into a scenario where if I use an `ExternalTaskSensor` and set...
https://github.com/apache/airflow/issues/19754
https://github.com/apache/airflow/pull/23647
7de050ceeb381fb7959b65acd7008e85b430c46f
1b345981f6e8e910b3542ec53829e39e6c9b6dba
2021-11-22T19:06:38Z
python
2022-06-24T13:50:13Z
closed
apache/airflow
https://github.com/apache/airflow
19,716
["airflow/macros/__init__.py", "airflow/models/taskinstance.py", "airflow/operators/python.py", "airflow/utils/context.py", "airflow/utils/context.pyi", "airflow/utils/operator_helpers.py", "tests/models/test_taskinstance.py", "tests/operators/test_python.py", "tests/providers/amazon/aws/sensors/test_s3_key.py", "tests...
[Airflow 2.2.2] execution_date Proxy object - str formatting error
### Apache Airflow version 2.2.2 (latest released) ### Operating System Ubuntu 18.04.6 ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### What happened The deprecated variable `execution_date` rais...
https://github.com/apache/airflow/issues/19716
https://github.com/apache/airflow/pull/19886
f6dca1fa5e70ef08798adeb5a6bfc70f41229646
caaf6dcd3893bbf11db190f9969af9aacc773255
2021-11-19T20:13:25Z
python
2021-12-01T07:14:56Z
closed
apache/airflow
https://github.com/apache/airflow
19,699
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/executors/celery_executor.py", "tests/executors/test_celery_executor.py"]
task_instances stuck in "queued" and are missing corresponding celery_taskmeta entries
### Apache Airflow version 2.2.2 (latest released) ### Operating System Linux Mint 20.2 ### Versions of Apache Airflow Providers apache-airflow-providers-celery = "2.1.0" apache-airflow-providers-papermill = "^2.1.0" apache-airflow-providers-postgres = "^2.2.0" apache-airflow-providers-google = "^6.1....
https://github.com/apache/airflow/issues/19699
https://github.com/apache/airflow/pull/19769
2b4bf7fe67fc656ceb7bdaad36453b7a5b83ef04
14ee831c7ad767e31a3aeccf3edbc519b3b8c923
2021-11-19T07:00:42Z
python
2022-01-14T08:55:15Z
closed
apache/airflow
https://github.com/apache/airflow
19,688
["docs/helm-chart/airflow-configuration.rst"]
Airflow does not load default connections
### Apache Airflow version 2.2.1 ### Operating System linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details deploy with helm in EKS. ### What happened When I deployed my airflow via helm, I wanted to use the aws_default connectio...
https://github.com/apache/airflow/issues/19688
https://github.com/apache/airflow/pull/19708
d69b4c9dc82b6c35c387bb819b95cf41fb974ab8
1983bf95806422146a3750945a65fd71364dc973
2021-11-18T18:33:14Z
python
2021-11-24T10:46:39Z
closed
apache/airflow
https://github.com/apache/airflow
19,654
["chart/templates/_helpers.yaml", "chart/values.schema.json", "chart/values.yaml", "tests/charts/test_pgbouncer.py"]
Pgbouncer auth type cannot be configured
### Official Helm Chart version 1.3.0 (latest released) ### Apache Airflow version 2.2.1 ### Kubernetes Version 1.20.9 ### Helm Chart configuration _No response_ ### Docker Image customisations _No response_ ### What happened The default pgbouncer config generated by the helm chart looks something like ``...
https://github.com/apache/airflow/issues/19654
https://github.com/apache/airflow/pull/21999
3c22565ac862cfe3a3a28a097dc1b7c9987c5d76
f482ae5570b1a3979ee6b382633e7181a533ba93
2021-11-17T14:45:33Z
python
2022-03-26T19:55:43Z
closed
apache/airflow
https://github.com/apache/airflow
19,647
["airflow/www/extensions/init_appbuilder.py"]
Wrong path for assets
### Apache Airflow version 2.2.2 (latest released) ### Operating System macOS ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details Running things locally with pyenv as well as Breeze. ### What happened I have pulled the latest version last night but that...
https://github.com/apache/airflow/issues/19647
https://github.com/apache/airflow/pull/19661
7cda7d4b5e413925bf639976e77ebf2442b4bff9
a81ae61ecfc4274780b571ff2f599f7c75875e14
2021-11-17T13:30:59Z
python
2021-11-17T19:02:48Z
closed
apache/airflow
https://github.com/apache/airflow
19,641
["airflow/providers/amazon/aws/hooks/eks.py", "airflow/providers/amazon/aws/operators/eks.py", "tests/providers/amazon/aws/hooks/test_eks.py", "tests/providers/amazon/aws/operators/test_eks.py", "tests/providers/amazon/aws/utils/eks_test_constants.py", "tests/providers/amazon/aws/utils/eks_test_utils.py"]
EKSCreateNodegroupOperator - missing kwargs
### Description Boto3 / eks / create_nodegroup api supports the following kwargs: ```python clusterName='string', nodegroupName='string', scalingConfig={ 'minSize': 123, 'maxSize': 123, 'desiredSize': 123 }, diskSize=123, subnets=[ 'string', ]...
https://github.com/apache/airflow/issues/19641
https://github.com/apache/airflow/pull/20819
88814587d451be7493e005e4d477609a39caa1d9
307d35651998901b064b02a0748b1c6f96ae3ac0
2021-11-17T10:42:50Z
python
2022-01-14T17:05:09Z
closed
apache/airflow
https://github.com/apache/airflow
19,618
["RELEASE_NOTES.rst"]
Execution_date not rendering after airflow upgrade
### Apache Airflow version 2.2.2 (latest released) ### Operating System Debian GNU/Linux ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==2.3.0 apache-airflow-providers-apache-spark==2.0.1 apache-airflow-providers-cncf-kubernetes==2.1.0 apache-airflow-providers-ftp==2.0.1 apache-airflo...
https://github.com/apache/airflow/issues/19618
https://github.com/apache/airflow/pull/24413
dfdf8eb28f952bc42d8149043bcace9bfe882d76
ce48567c54d0124840062b6bd86c2a745d3cc6d0
2021-11-16T14:53:15Z
python
2022-06-13T14:42:24Z
closed
apache/airflow
https://github.com/apache/airflow
19,613
["airflow/www/views.py"]
Can't open task log from Gantt view
### Apache Airflow version 2.2.1 ### Operating System Linux 5.4.149-73.259.amzn2.x86_64 ### Versions of Apache Airflow Providers default for 2.2.1 ### Deployment Other 3rd-party Helm chart ### Deployment details aws eks using own-developed helm chart ### What happened When trying to open log from gantt view ...
https://github.com/apache/airflow/issues/19613
https://github.com/apache/airflow/pull/20121
b37c0efabd29b9f20ba05c0e1281de22809e0624
f59decd391b75c509020e603e5857bb63ec891be
2021-11-16T07:52:23Z
python
2021-12-08T16:11:43Z
closed
apache/airflow
https://github.com/apache/airflow
19,581
["airflow/hooks/dbapi.py", "airflow/operators/generic_transfer.py", "airflow/providers/google/cloud/hooks/workflows.py", "airflow/providers/google/cloud/operators/workflows.py", "airflow/providers/postgres/hooks/postgres.py", "airflow/providers/sqlite/hooks/sqlite.py", "scripts/in_container/run_generate_constraints.sh"...
Miscellaneous documentation typos
### Describe the issue with documentation Recently starting our with Airflow I've been reading parts of the documentations quite carefully. There's at least two typos that could be fixed. First, looking at [Module management](https://airflow.apache.org/docs/apache-airflow/stable/modules_management.html) I see: "You c...
https://github.com/apache/airflow/issues/19581
https://github.com/apache/airflow/pull/19599
b9d31cd44962fc376fcf98380eaa1ea60fb6c835
355dec8fea5e2ef1a9b88363f201fce4f022fef3
2021-11-14T12:15:15Z
python
2021-11-17T18:12:17Z
closed
apache/airflow
https://github.com/apache/airflow
19,569
["dev/README_RELEASE_AIRFLOW.md", "scripts/ci/tools/prepare_prod_docker_images.sh"]
The latest docker image is not the "latest"
### Apache Airflow version 2.2.1 (latest released) ### Operating System N/A ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### What happened The image tags with `latest` and `latest-python3.X` is either release two mont...
https://github.com/apache/airflow/issues/19569
https://github.com/apache/airflow/pull/19573
1453b959a614ab1ac045e61b9e5939def0ad9dff
4a072725cbe63bff8f69b05dfb960134783ee17e
2021-11-13T03:07:10Z
python
2021-11-15T21:34:12Z
closed
apache/airflow
https://github.com/apache/airflow
19,490
["airflow/providers/databricks/hooks/databricks.py", "tests/providers/databricks/hooks/test_databricks.py"]
provider Databricks : add cluster API
### Description Add Databricks Cluster API in Databricks Hook ### Use case/motivation Databricks provider lacks [Cluster API](https://docs.databricks.com/dev-tools/api/latest/clusters.html) access to allow to CRUD cluster as well as manage clusters (start/restart/delete/...) Those API are very convenient to cont...
https://github.com/apache/airflow/issues/19490
https://github.com/apache/airflow/pull/34643
6ba2c4485cb8ff2cf3c2e4d8043e4c7fe5008b15
946b539f0dbdc13272a44bdb6f756282f1d373e1
2021-11-09T13:33:30Z
python
2023-10-12T09:57:50Z
closed
apache/airflow
https://github.com/apache/airflow
19,489
["airflow/providers/postgres/hooks/postgres.py", "docs/apache-airflow-providers-postgres/connections/postgres.rst", "tests/providers/postgres/hooks/test_postgres.py"]
PostgresSqlHook needs to override DbApiHook.get_uri to pull in extra for client_encoding=utf-8 during create_engine
### Description I got following error ``` [2021-11-09, 08:25:30 UTC] {base.py:70} INFO - Using connection to: id: rdb_conn_id. Host: rdb, Port: 5432, Schema: configuration, Login: user, Password: ***, extra: {'sslmode': 'allow', 'client_encoding': 'utf8'} [2021-11-09, 08:25:30 UTC] {taskinstance.py:1703} ERROR - ...
https://github.com/apache/airflow/issues/19489
https://github.com/apache/airflow/pull/19827
a192cecf6bb9b22e058b8c0015c351131185282b
c97a2e8ab84991bb08e811b9d5b6d5f95de150b2
2021-11-09T10:44:10Z
python
2021-11-26T20:29:20Z
closed
apache/airflow
https://github.com/apache/airflow
19,477
["airflow/www/views.py"]
'NoneType' object has no attribute 'refresh_from_task' Error when manually running task instance
### Discussed in https://github.com/apache/airflow/discussions/19366 <div type='discussions-op-text'> <sup>Originally posted by **a-pertsev** November 2, 2021</sup> ### Apache Airflow version 2.2.1 (latest released) ### Operating System Ubuntu 20.04 LTS ### Versions of Apache Airflow Providers ap...
https://github.com/apache/airflow/issues/19477
https://github.com/apache/airflow/pull/19478
950a390770b04f8990f6cd962bc9c001124f1903
51d61a9ec2ee66a7f1b45901a2bb732786341cf4
2021-11-08T18:30:20Z
python
2021-11-08T19:42:13Z
closed
apache/airflow
https://github.com/apache/airflow
19,461
["airflow/jobs/scheduler_job.py", "airflow/models/dag.py", "tests/jobs/test_scheduler_job.py"]
Missing DagRuns when catchup=True
### Apache Airflow version 2.2.1 (latest released) ### Operating System PRETTY_NAME="Debian GNU/Linux 10 (buster) ### Versions of Apache Airflow Providers apache-airflow-providers-ftp==2.0.1 apache-airflow-providers-http==2.0.1 apache-airflow-providers-imap==2.0.1 apache-airflow-providers-sqlite==2.0.1 ### Dep...
https://github.com/apache/airflow/issues/19461
https://github.com/apache/airflow/pull/19528
8d63bdf0bb7a8d695cc00f10e4ebba37dea96af9
2bd4b55c53b593f2747a88f4c018d7e420460d9a
2021-11-08T09:23:52Z
python
2021-11-11T09:44:11Z
closed
apache/airflow
https://github.com/apache/airflow
19,458
["airflow/www/views.py"]
DAG Run Views showing information of DAG duration
### Description In Airflow UI. If we go to Browse --> DAG Runs, then DAG Runs view will be displayed. Table contains a lot of insightful values likes DAG execution date, Start date, end date, Dag config etc Request to add DAG duration column in the same table. DAG Duration i.e. DAG end_date timestamp - DAG sta...
https://github.com/apache/airflow/issues/19458
https://github.com/apache/airflow/pull/19482
7640ba4e8ee239d6e2bbf950d53d624b9df93059
b5c0158b2eb646eb1db5d2c094d3da8f88a08a8b
2021-11-08T03:57:41Z
python
2021-11-29T14:47:02Z
closed
apache/airflow
https://github.com/apache/airflow
19,432
["airflow/cli/cli_parser.py", "airflow/cli/commands/dag_command.py", "docs/spelling_wordlist.txt", "tests/cli/commands/test_dag_command.py"]
Trigger Reserialization on Demand
### Description Dag serialization is currently out of the hands of the user. Whenever dag reserialization is required, I run this python script. ``` from airflow.models.serialized_dag import SerializedDagModel from airflow.settings import Session session = Session() session.query(SerializedDagModel).delete() ...
https://github.com/apache/airflow/issues/19432
https://github.com/apache/airflow/pull/19471
7d555d779dc83566d814a36946bd886c2e7468b3
c4e8959d141512226a994baeea74d5c7e643c598
2021-11-05T19:25:37Z
python
2021-11-29T16:54:14Z
closed
apache/airflow
https://github.com/apache/airflow
19,384
["airflow/providers/apache/livy/hooks/livy.py", "airflow/providers/apache/livy/operators/livy.py", "tests/providers/apache/livy/operators/test_livy.py"]
Add retries to LivyOperator polling / LivyHook
### Description Add an optional retry loop to LivyOperator.poll_for_termination() or LivyHook.get_batch_state() to improve resiliency against temporary errors. The retry counter should reset with successful requests. ### Use case/motivation 1. Using LivyOperator, we run a Spark Streaming job in a cluster behind Knox...
https://github.com/apache/airflow/issues/19384
https://github.com/apache/airflow/pull/21550
f6e0ed0dcc492636f6d1a3a413d5df2f9758f80d
5fdd6fa4796bd52b3ce52ef8c3280999f4e2bb1c
2021-11-03T15:04:56Z
python
2022-02-15T21:59:56Z
closed
apache/airflow
https://github.com/apache/airflow
19,342
["airflow/www/static/js/ti_log.js"]
Webserver shows wrong datetime (timezone) in log
### Apache Airflow version 2.2.1 (latest released) ### Operating System Ubuntu 20.04.2 (docker) ### Versions of Apache Airflow Providers - apache-airflow-providers-amazon==2.3.0 - apache-airflow-providers-ftp==2.0.1 - apache-airflow-providers-http==2.0.1 - apache-airflow-providers-imap==2.0.1 - apache-airflow-...
https://github.com/apache/airflow/issues/19342
https://github.com/apache/airflow/pull/19401
35f3bf8fb447be0ed581cc317897180b541c63ce
c96789b85cf59ece65f055e158f9559bb1d18faa
2021-10-31T16:08:56Z
python
2021-11-05T16:04:58Z
closed
apache/airflow
https://github.com/apache/airflow
19,272
["airflow/providers/amazon/aws/hooks/glue_catalog.py", "tests/providers/amazon/aws/hooks/test_glue_catalog.py"]
Create get_partition, create_partition methods in AWS Glue Catalog Hook
### Description Current AWS Glue Catalog Hook does not have all the methods. If possible, we can add get_partition and create_partition methods in existing Glue Catalog Hook. ### Use case/motivation I do work in Amazon.com. Our team is using Airflow to orchestrate Data Builds for our services. In process of dat...
https://github.com/apache/airflow/issues/19272
https://github.com/apache/airflow/pull/23857
8f3a9b8542346c35712cba373baaafb518503562
94f2ce9342d995f1d2eb00e6a9444e57c90e4963
2021-10-28T03:18:42Z
python
2022-05-30T19:26:40Z
closed
apache/airflow
https://github.com/apache/airflow
19,269
["airflow/providers/facebook/ads/hooks/ads.py", "airflow/providers/google/cloud/transfers/facebook_ads_to_gcs.py", "tests/providers/facebook/ads/hooks/test_ads.py", "tests/providers/google/cloud/transfers/test_facebook_ads_to_gcs.py"]
Add support for multiple AdAccount when getting Bulk Facebook Report from Facebook Ads Hook
### Description Currently, the Facebook Ads Hook only supports one `account_id` for every hook(`facebook_conn_id`). It would be great if we could pass multiple `account_id` from the Facebook connection(`facebook_conn_id`). When multiple `account_id` is provided in the connection, we could support getting insights fro...
https://github.com/apache/airflow/issues/19269
https://github.com/apache/airflow/pull/19377
704ec82404dea0001e67a74596d82e138ef0b7ca
ed8b63ba2460f47744f4dcf40019592816bb89b5
2021-10-28T01:33:54Z
python
2021-12-08T09:13:26Z
closed
apache/airflow
https://github.com/apache/airflow
19,260
["airflow/cli/commands/triggerer_command.py"]
Airflow standalone command does not exit gracefully
### Apache Airflow version 2.2.0 (latest released) ### Operating System macOS ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened run `airflow standalone` enter `ctrl+c` hangs here: ``` webserver | 127....
https://github.com/apache/airflow/issues/19260
https://github.com/apache/airflow/pull/23274
6cf0176f2a676008a6fbe5b950ab2e3231fd1f76
6bdbed6c43df3c5473b168a75c50e0139cc13e88
2021-10-27T16:34:33Z
python
2022-04-27T16:18:19Z
closed
apache/airflow
https://github.com/apache/airflow
19,252
["airflow/www/views.py"]
Task modal links are broken in the dag gantt view
### Apache Airflow version 2.2.0 (latest released) ### Operating System Debian GNU/Linux 11 (bullseye) ### Versions of Apache Airflow Providers N/A ### Deployment Other Docker-based deployment ### Deployment details CeleryExecutor / ECS / Postgres ### What happened ![image](https://user...
https://github.com/apache/airflow/issues/19252
https://github.com/apache/airflow/pull/19258
e0aa36ead4bb703abf5702bb1c9b105d60c15b28
aa6c951988123edc84212d98b5a2abad9bd669f9
2021-10-27T13:32:24Z
python
2021-10-29T06:29:43Z
closed
apache/airflow
https://github.com/apache/airflow
19,241
["airflow/macros/__init__.py", "tests/macros/test_macros.py"]
next_ds changed to proxy and it cannot be used in ds_add macro function
### Apache Airflow version 2.2.0 (latest released) ### Operating System Ubuntu ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened Tried to use this this code: `some_variable='{{macros.ds_format(macros.ds_add(next_ds, ' ...
https://github.com/apache/airflow/issues/19241
https://github.com/apache/airflow/pull/19592
0da54f1dbe65f55316d238308155103f820192a8
fca2b19a5e0c081ab323479e76551d66ab478d07
2021-10-27T06:34:57Z
python
2021-11-24T23:12:17Z
closed
apache/airflow
https://github.com/apache/airflow
19,223
["airflow/providers/mongo/sensors/mongo.py", "tests/providers/mongo/sensors/test_mongo.py"]
Add mongo_db to MongoSensor Operator
### Description [MongoSensor](https://airflow.apache.org/docs/apache-airflow-providers-mongo/2.1.0/_api/airflow/providers/mongo/sensors/mongo/index.html) does not have a DB in the Python API. It has to use the schema from Mongo Connection. ### Use case/motivation In mongo, the schema is usually the Auth DB and ...
https://github.com/apache/airflow/issues/19223
https://github.com/apache/airflow/pull/19276
c955078b22ad797a48baf690693454c9b8ba516d
fd569e714403176770b26cf595632812bd384bc0
2021-10-26T11:19:08Z
python
2021-10-28T09:32:25Z
closed
apache/airflow
https://github.com/apache/airflow
19,222
["airflow/models/dag.py", "tests/jobs/test_local_task_job.py"]
none_failed_min_one_success trigger rule not working with BranchPythonOperator in certain cases.
### Apache Airflow version 2.2.0 (latest released) ### Operating System CentOS Linux 7 (Core) ### Versions of Apache Airflow Providers apache-airflow-providers-ftp 2.0.1 apache-airflow-providers-http 2.0.1 apache-airflow-providers-imap 2.0.1 apache-airflow-providers-sqlite 2.0.1 ### Deployment O...
https://github.com/apache/airflow/issues/19222
https://github.com/apache/airflow/pull/23181
2bb1cd2fec4e2069cb4bbb42d1a880e905d9468e
b4c88f8e44e61a92408ec2cb0a5490eeaf2f0dba
2021-10-26T10:31:46Z
python
2022-04-26T10:53:45Z
closed
apache/airflow
https://github.com/apache/airflow
19,206
["airflow/www/app.py"]
Webserver uses /tmp and does not respect user-configured tempdir path
### Apache Airflow version 2.2.0 (latest released) ### Operating System Red Hat Enterprise Linux Server 7.6 (Maipo) ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details For this usecase - I am testing with a non-root user on a machine where the us...
https://github.com/apache/airflow/issues/19206
https://github.com/apache/airflow/pull/19208
726a1517ec368e0f5906368350d6fa96836943ae
77c92687e613c5648303acd7cebfb89fa364fc94
2021-10-25T17:49:10Z
python
2021-10-26T16:11:35Z
closed
apache/airflow
https://github.com/apache/airflow
19,204
["UPDATING.md"]
TaskInstance.execution_date usage in query creates incorrect SQL syntax
### Apache Airflow version 2.2.0 (latest released) ### Operating System Red Hat Enterprise Linux Server 7.6 (Maipo) ### Versions of Apache Airflow Providers apache-airflow-providers-postgres==2.3.0 ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened `psycopg2.error...
https://github.com/apache/airflow/issues/19204
https://github.com/apache/airflow/pull/19593
48f228cf9ef7602df9bea6ce20d663ac0c4393e1
1ee65bb8ae9f98233208ebb7918cf9aa1e01823e
2021-10-25T17:27:56Z
python
2021-11-15T21:41:43Z