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
17,120
["airflow/cli/commands/scheduler_command.py"]
[Scheduler error] psycopg2.OperationalError: SSL SYSCALL error: Socket operation on non-socket
Hi Airflow Team, I am running the Airflow in an EC2 instance which is installed by conda-forge during the Code Deploy. After upgrading the Airflow version from 2.0.2 to >=2.1.0, I am facing an error every time when I try to start the scheduler in daemon mode using this command: ```airflow scheduler --daemon``` I t...
https://github.com/apache/airflow/issues/17120
https://github.com/apache/airflow/pull/17157
b8abf1425004410ba8ca37385d294c650a2a7e06
e8fc3acfd9884312669c1d85b71f42a9aab29cf8
2021-07-21T01:48:46Z
python
2021-08-01T18:45:01Z
closed
apache/airflow
https://github.com/apache/airflow
17,111
["airflow/providers/google/CHANGELOG.rst", "airflow/providers/google/ads/hooks/ads.py", "docs/apache-airflow-providers-google/index.rst", "setup.py", "tests/providers/google/ads/operators/test_ads.py"]
apache-airflow-providers-google: google-ads-12.0.0
Hey team, I was looking to use the google ads hook but it seems like the google ads package is a bit out of date with the hook only taking "v5", "v4", "v3", "v2" https://developers.google.com/google-ads/api/docs/release-notes and all of those being deprecated. Is there any chance the provider can be upgraded to include...
https://github.com/apache/airflow/issues/17111
https://github.com/apache/airflow/pull/17160
966b2501995279b7b5f2e1d0bf1c63a511dd382e
5d2224795b3548516311025d5549094a9b168f3b
2021-07-20T15:47:13Z
python
2021-07-25T20:55:49Z
closed
apache/airflow
https://github.com/apache/airflow
17,083
["airflow/models/baseoperator.py", "docs/spelling_wordlist.txt", "tests/models/test_baseoperator.py"]
Update chain() to support Labels
**Description** The `airflow.models.baseoperator.chain()` is a very useful and convenient way to add sequential task dependencies in DAGs. This function has [recently been updated](https://github.com/apache/airflow/issues/16635) to support `BaseOperator` and `XComArgs` but should also be able to support `Labels` as w...
https://github.com/apache/airflow/issues/17083
https://github.com/apache/airflow/pull/17099
01a0aca249eeaf71d182bf537b9d04121257ac09
29d8e7f50b6e946a6b6561cad99620e00a2c8360
2021-07-19T14:23:55Z
python
2021-07-25T16:20:09Z
closed
apache/airflow
https://github.com/apache/airflow
17,047
["airflow/www/static/js/dag_code.js"]
Toggle Wrap on DAG code page is broken
**Apache Airflow version**: `apache/airflow:2.1.2-python3.9` and `2.1.0-python3.8` **Environment**: - **Cloud provider or hardware configuration**: Docker for Windows, AWS ECS - **OS** (e.g. from /etc/os-release): Windows 10, AWS ECS Fargate - **Install tools**: docker compose, ECS - **Others**: Web browsers: ...
https://github.com/apache/airflow/issues/17047
https://github.com/apache/airflow/pull/19211
eace4102b68e4964b47f2d8c555f65ceaf0a3690
a1632edac783878cb82d9099f4f973c9a10b0d0f
2021-07-16T13:51:45Z
python
2021-11-03T14:19:31Z
closed
apache/airflow
https://github.com/apache/airflow
17,037
["airflow/providers/docker/operators/docker.py", "tests/providers/docker/operators/test_docker.py"]
Status of testing Providers that were prepared on July 15, 2021
have a kind request for all the contributors to the latest provider packages release. Could you help us to test the RC versions of the providers and let us know in the comment, if the issue is addressed there. ## Providers that need testing Those are providers that require testing as there were some substantial...
https://github.com/apache/airflow/issues/17037
https://github.com/apache/airflow/pull/17061
16564cad6f2956ecb842455d9d6a6255f8d3d817
b076ac5925e1a316dd6e9ad8ee4d1a2223e376ca
2021-07-15T18:10:18Z
python
2021-07-18T13:15:10Z
closed
apache/airflow
https://github.com/apache/airflow
17,032
["airflow/providers/google/cloud/operators/bigquery.py", "airflow/www/views.py", "docs/apache-airflow/howto/custom-operator.rst", "docs/apache-airflow/img/template_field_renderer_path.png", "tests/www/views/test_views.py"]
Improved SQL rendering within BigQueryInsertJobOperator
**Description** `BigQueryInsertJobOperator` requires the submission of a `configuration` parameter in the form of a dict. Unfortunately, if this contains a large SQL query - especially one that is formatted with new lines - then this cannot currently be rendered very nicely in the UI. <img width="1670" alt="Scre...
https://github.com/apache/airflow/issues/17032
https://github.com/apache/airflow/pull/17321
97428efc41e5902183827fb9e4e56d067ca771df
67cbb0f181f806edb16ca12fb7a2638b5f31eb58
2021-07-15T14:49:02Z
python
2021-08-02T14:44:27Z
closed
apache/airflow
https://github.com/apache/airflow
17,031
["airflow/providers/yandex/example_dags/example_yandexcloud_dataproc.py", "airflow/providers/yandex/hooks/yandex.py", "airflow/providers/yandex/hooks/yandexcloud_dataproc.py", "airflow/providers/yandex/operators/yandexcloud_dataproc.py", "docs/spelling_wordlist.txt", "setup.py", "tests/providers/yandex/hooks/test_yande...
Add autoscaling support to yandexcloud operator
* and stop setting default values in python operator code, so defaults can be set at the server side. This issue is just for the PR and questions from maintainers.
https://github.com/apache/airflow/issues/17031
https://github.com/apache/airflow/pull/17033
0e6e04e5f80eaf186d28ac62d4178e971ccf32bc
e3089dd5d045cf6daf8f15033a4cc879db0df5b5
2021-07-15T14:44:00Z
python
2021-08-02T11:06:22Z
closed
apache/airflow
https://github.com/apache/airflow
17,014
["airflow/models/baseoperator.py", "tests/models/test_baseoperator.py"]
Changes to BaseOperatorMeta breaks __init_subclass__
**Apache Airflow version**: 2.1.2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.19.8 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): Amazon Linux EKS - **Kernel** (e.g. `uname -a`): - **Install tools**: Helm (communi...
https://github.com/apache/airflow/issues/17014
https://github.com/apache/airflow/pull/17027
34478c26d7de1328797e03bbf96d8261796fccbb
901513203f287d4f8152f028e9070a2dec73ad74
2021-07-15T05:27:46Z
python
2021-07-22T22:23:51Z
closed
apache/airflow
https://github.com/apache/airflow
17,005
["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
`retry_exponential_backoff` algorithm does not account for case when `retry_delay` is zero
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/17005
https://github.com/apache/airflow/pull/17003
0199c5d51aa7d34b7e3e8e6aad73ab80b6018e8b
6e2a3174dfff2e396c38be0415df55cfe0d76f45
2021-07-14T20:23:09Z
python
2021-09-30T07:32:46Z
closed
apache/airflow
https://github.com/apache/airflow
16,992
["airflow/kubernetes/kubernetes_helper_functions.py", "tests/executors/test_kubernetes_executor.py"]
Pod fails to run when task or dag name contains non ASCII characters (k8s executor)
**Apache Airflow version**: 2.0.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.20.5 **Environment**: - **Cloud provider or hardware configuration**: Azure AKS **What happened**: When task or dag name is defined with a non ascii character, pod creations fails with a ku...
https://github.com/apache/airflow/issues/16992
https://github.com/apache/airflow/pull/17057
1a0730a08f2d72cd71447b6d6549ec10d266dd6a
a4af964c1ad2c419ef51cd9d717f5aac7ed60b39
2021-07-14T15:13:59Z
python
2021-07-19T19:45:53Z
closed
apache/airflow
https://github.com/apache/airflow
16,976
["airflow/www/views.py"]
Rendered Templates - py renderer doesn't work for list or dict
**Apache Airflow version**: 2.1.1 **What happened**: The rendered templates screen doesn't show the operator arguments for TaskFlow API operators. ![image](https://user-images.githubusercontent.com/72943478/125486179-f6dde0be-9f60-4aca-831a-5cfd16e7f006.png) **What you expected to happen**: Should show the...
https://github.com/apache/airflow/issues/16976
https://github.com/apache/airflow/pull/17082
636625fdb99e6b7beb1375c5df52b06c09e6bafb
1a0730a08f2d72cd71447b6d6549ec10d266dd6a
2021-07-13T17:02:00Z
python
2021-07-19T19:22:42Z
closed
apache/airflow
https://github.com/apache/airflow
16,951
["airflow/models/baseoperator.py", "airflow/ti_deps/deps/trigger_rule_dep.py", "airflow/utils/trigger_rule.py", "docs/apache-airflow/concepts/dags.rst", "tests/ti_deps/deps/test_trigger_rule_dep.py", "tests/utils/test_trigger_rule.py"]
add all_skipped trigger rule
I have use cases where I want to run tasks if all direct upstream tasks are skipped. The `all_done` trigger rule isn't enough for this use case.
https://github.com/apache/airflow/issues/16951
https://github.com/apache/airflow/pull/21662
f0b6398dd642dfb75c1393e8c3c88682794d152c
537c24433014d3d991713202df9c907e0f114d5d
2021-07-12T18:32:17Z
python
2022-02-26T21:42:20Z
closed
apache/airflow
https://github.com/apache/airflow
16,944
["Dockerfile"]
Include `Authlib` in Airflow Docker images
**Description** `Authlib` is required for FAB authentication. Currently, it's not included in the Airflow images and must be pip installed separately. It's a small package supporting core functionality (Webserver UI authentication), hence would make sense to include.
https://github.com/apache/airflow/issues/16944
https://github.com/apache/airflow/pull/17093
d268016a7a6ff4b65079f1dea080ead02aea99bb
3234527284ce01db67ba22c544f71ddaf28fa27e
2021-07-12T15:40:58Z
python
2021-07-19T23:12:03Z
closed
apache/airflow
https://github.com/apache/airflow
16,939
["Dockerfile", "scripts/docker/compile_www_assets.sh"]
UI is broken for `breeze kind-cluster deploy`
Using `breeze kind-cluster deploy` to deploy airflow in Kubernetes cluster for development results in unusable UI **Apache Airflow version**: main **How to reproduce it**: Start kind cluster with `./breeze kind-cluster start` Deploy airflow with `./breeze kind-cluster deploy` Check the UI and see that it's...
https://github.com/apache/airflow/issues/16939
https://github.com/apache/airflow/pull/17086
bb1d79cb81c5a5a80f97ab4fecfa7db7a52c7b4b
660027f65d5333368aad7f16d3c927b9615e60ac
2021-07-12T10:11:53Z
python
2021-07-19T17:52:15Z
closed
apache/airflow
https://github.com/apache/airflow
16,922
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py"]
Using the string ".json" in a dag makes KubernetesPodOperator worker unable to trigger the pod
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/16922
https://github.com/apache/airflow/pull/16930
d3f300fba8c252cac79a1654fddb91532f44c656
b2c66e45b7c27d187491ec6a1dd5cc92ac7a1e32
2021-07-10T14:35:22Z
python
2021-07-11T17:35:04Z
closed
apache/airflow
https://github.com/apache/airflow
16,921
["airflow/providers/salesforce/operators/bulk.py", "airflow/providers/salesforce/provider.yaml", "docs/apache-airflow-providers-salesforce/operators/bulk.rst", "docs/apache-airflow-providers-salesforce/operators/index.rst", "tests/providers/salesforce/operators/test_bulk.py", "tests/system/providers/salesforce/example_...
Add support for Salesforce Bulk API
**Description** Salesforce Bulk API is very popular to retrieve/push data to Salesforce, a maximum of 10k records can be pushed in the bulk API. Add a separate hook to support bulk Api SalesforceBulkApiHook https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm **Use ca...
https://github.com/apache/airflow/issues/16921
https://github.com/apache/airflow/pull/24473
34b2ed4066794368f9bcf96b7ccd5a70ee342639
b6a27594174c888af31d3fc71ea5f8b589883a12
2021-07-10T11:42:53Z
python
2022-07-05T05:17:07Z
closed
apache/airflow
https://github.com/apache/airflow
16,911
["UPDATING.md", "airflow/providers/google/cloud/example_dags/example_dataproc.py", "docs/apache-airflow-providers-google/operators/cloud/dataproc.rst"]
Error in passing metadata to DataprocClusterCreateOperator
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/16911
https://github.com/apache/airflow/pull/19446
0c9ce547594bad6451d9139676d0a5039d3ec182
48f228cf9ef7602df9bea6ce20d663ac0c4393e1
2021-07-09T13:03:48Z
python
2021-11-15T21:39:26Z
closed
apache/airflow
https://github.com/apache/airflow
16,907
["docs/apache-airflow/concepts/scheduler.rst"]
Add tests suite for MariaDB 10.6+ and fix incompatibilities
It seems that MariaDB 10.6 has added support for SKIP...LOCKED, so we could theoretically easily officially support MariaDB database (possibly with fixing some small issues resulting for test suite execution). It would require to add `mariadb` backend similarly as we added `mssql` backend in those three PRs: #9973, ...
https://github.com/apache/airflow/issues/16907
https://github.com/apache/airflow/pull/17287
9cd5a97654fa82f1d4d8f599e8eb81957b3f7286
6c9eab3ea0697b82f11acf79656129604ec0e8f7
2021-07-09T08:03:08Z
python
2021-07-28T16:56:04Z
closed
apache/airflow
https://github.com/apache/airflow
16,891
["CONTRIBUTING.rst", "airflow/providers/amazon/aws/example_dags/example_salesforce_to_s3.py", "airflow/providers/amazon/aws/transfers/salesforce_to_s3.py", "airflow/providers/amazon/provider.yaml", "airflow/providers/dependencies.json", "docs/apache-airflow-providers-amazon/operators/salesforce_to_s3.rst", "tests/provi...
Add a SalesforceToS3Operator to push Salesforce data to an S3 bucket
**Description** Currently an operator exists to copy Salesforce data to Google Cloud Storage (`SalesforceToGcsOperator`) but a similar operator for an S3 destination is absent. Since S3 is widely used as part of general storage/data lakes within data pipelines as well as Salesforce to manage a slew of marketing, cust...
https://github.com/apache/airflow/issues/16891
https://github.com/apache/airflow/pull/17094
038b87ecfa4466a405bcf7243872ef927800b582
32582b5bf1432e7c7603b959a675cf7edd76c9e6
2021-07-08T17:50:50Z
python
2021-07-21T16:31:14Z
closed
apache/airflow
https://github.com/apache/airflow
16,887
["airflow/www/static/js/graph.js"]
Show duration of a task group
**Description** Show the duration of the task group in the Airflow UI. ![image](https://user-images.githubusercontent.com/706385/124945371-5e3aae00-e00e-11eb-8050-6fa988e09191.png) **Use case / motivation** The task groups are a nice way to encapsulate multiple tasks. However, in the Graph view, the duratio...
https://github.com/apache/airflow/issues/16887
https://github.com/apache/airflow/pull/18406
c1f34bdb9fefe1b0bc8ce2a69244c956724f4c48
deb01dd806fac67e71e706cd2c00a7a8681c512a
2021-07-08T15:03:39Z
python
2021-09-23T11:56:57Z
closed
apache/airflow
https://github.com/apache/airflow
16,881
["airflow/jobs/scheduler_job.py", "tests/jobs/test_scheduler_job.py"]
Re-deploy scheduler tasks failing with SIGTERM on K8s executor
**Apache Airflow version**: 2.1.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): v1.18.17-gke.1901 **Environment**: - **Cloud provider or hardware configuration**: Google Cloud - **OS** (e.g. from /etc/os-release): Debian GNU/Linux 10 (buster) - **Kernel** (e.g. `uname -a`): ...
https://github.com/apache/airflow/issues/16881
https://github.com/apache/airflow/pull/19375
e57c74263884ad5827a5bb9973eb698f0c269cc8
38d329bd112e8be891f077b4e3300182930cf74d
2021-07-08T08:43:07Z
python
2021-11-03T06:45:41Z
closed
apache/airflow
https://github.com/apache/airflow
16,880
["airflow/providers/amazon/aws/sensors/sqs.py", "setup.py", "tests/providers/amazon/aws/sensors/test_sqs.py"]
Improve AWS SQS Sensor
**Description** Improve the AWS SQS Sensor as follows: + Add optional visibility_timeout parameter + Add a customisable / overrideable filter capability so we can filter/ignore irrelevant messages [Not needed, see below conversation] --- Check the HTTP status code in AWS response and raise Exception if not 20...
https://github.com/apache/airflow/issues/16880
https://github.com/apache/airflow/pull/16904
2c1880a90712aa79dd7c16c78a93b343cd312268
d28efbfb7780afd1ff13a258dc5dc3e3381ddabd
2021-07-08T08:11:56Z
python
2021-08-02T20:47:10Z
closed
apache/airflow
https://github.com/apache/airflow
16,877
["airflow/www/static/js/tree.js"]
Cleared task instances in manual runs should have borders
**Description** Task instances in manual runs do not display with a border, except when the task instance is non-existent (after adding tasks to an existing DAG). Hence, when an _existing_ task instance is cleared, it is displayed without a border, causing it to disappear into the background. To be consistent, exist...
https://github.com/apache/airflow/issues/16877
https://github.com/apache/airflow/pull/18033
a8184e42ce9d9b7f6b409f07c1e2da0138352ef3
d856b79a1ddab030ab3e873ae2245738b949c30a
2021-07-08T05:01:33Z
python
2021-09-21T13:32:53Z
closed
apache/airflow
https://github.com/apache/airflow
16,844
["airflow/api_connexion/openapi/v1.yaml"]
Rest API: allow filtering DagRuns by state.
**Add state filter to the dag runs list API endpoint** One feature available in the "Browse / Dag Runs" page but not in the current rest API is the ability to filter runs of a specific state(s). Example use-case: this would let a client efficiently fetch the number of "queued" and "running" runs, or look at recen...
https://github.com/apache/airflow/issues/16844
https://github.com/apache/airflow/pull/20697
4fa9cfd7de13cd79956fbb68f8416a5a019465a4
376da6a969a3bb13a06382a38ab467a92fee0179
2021-07-07T00:03:32Z
python
2022-01-06T10:10:59Z
closed
apache/airflow
https://github.com/apache/airflow
16,834
["airflow/utils/log/file_task_handler.py"]
Airflow dashboard cannot load logs containing emoji
**Apache Airflow version**: 2.1.0 **What happened**: When printing emoji to a DAG log, the Airflow dashboard fails to display the entire log. When checking the output log in the Airflow dashboard, the following error message appears: > *** Failed to load local log file: /tmp/dag_name/task_name/2021-07-06T10:49...
https://github.com/apache/airflow/issues/16834
https://github.com/apache/airflow/pull/17965
02397761af7ed77b0e7c4f4d8de34d8a861c5b40
2f1ed34a7ec699bd027004d1ada847ed15f4aa4b
2021-07-06T12:39:54Z
python
2021-09-12T17:57:14Z
closed
apache/airflow
https://github.com/apache/airflow
16,833
["docs/helm-chart/customizing-workers.rst", "docs/helm-chart/index.rst"]
Chart: Add docs on using custom pod-template
Currently, we allow users to use their own `podTemplate` yaml using the `podTemplate` key in `values.yaml`. Some users have passed the name of the file in `podTemplate` instead of YAML string. We should have a dedicated page on how a user could do that and add an example in `values.yaml` file itself. https://ai...
https://github.com/apache/airflow/issues/16833
https://github.com/apache/airflow/pull/20331
e148bf6b99b9b62415a7dd9fbfa594e0f5759390
8192a801f3090c4da19427819d551405c58d37e5
2021-07-06T12:37:35Z
python
2021-12-16T17:19:05Z
closed
apache/airflow
https://github.com/apache/airflow
16,806
["airflow/providers/docker/operators/docker.py", "tests/providers/docker/operators/test_docker.py"]
Error mounting /tmp/airflowtmp... with remote docker
**Apache Airflow version**: v2.1.0 **Environment**: - **Cloud provider or hardware configuration**: ec2 t3a.medium - **OS** (e.g. from /etc/os-release): Ubuntu 18.04.5 LTS - **Kernel** (e.g. `uname -a`): 5.4.0-1051-aws - **Install tools**: sudo pip3 install apache-airflow[mysql,ssh,docker,amazon] - **Others...
https://github.com/apache/airflow/issues/16806
https://github.com/apache/airflow/pull/16932
fc0250f1d5c43784f353dbdf4a34089aa96c28e5
bc004151ed6924ee7bec5d9d047aedb4873806da
2021-07-05T08:35:47Z
python
2021-07-15T04:35:25Z
closed
apache/airflow
https://github.com/apache/airflow
16,783
["airflow/www/auth.py", "airflow/www/templates/airflow/no_roles.html", "airflow/www/views.py", "tests/www/views/test_views_acl.py"]
Airflow 2.1.0 Oauth for google Too Many Redirects b/c Google User does not have Role
The issue is similar to this ticket [16587](https://github.com/apache/airflow/issues/16587) and [14829](https://github.com/apache/airflow/issues/14829) however I have an updated airflow version AND updated packages than the ones suggested here and I am still getting the same outcome. When using google auth in airflow ...
https://github.com/apache/airflow/issues/16783
https://github.com/apache/airflow/pull/17613
d8c0cfea5ff679dc2de55220f8fc500fadef1093
6868ca48b29915aae8c131d694ea851cff1717de
2021-07-02T21:26:19Z
python
2021-08-18T11:56:09Z
closed
apache/airflow
https://github.com/apache/airflow
16,770
["airflow/providers/amazon/aws/hooks/base_aws.py", "tests/providers/amazon/aws/hooks/test_base_aws.py"]
AWS hook should automatically refresh credentials when using temporary credentials
**Apache Airflow version**: 1.10.8 (Patched with latest AWS Hook) **Environment**: - **Cloud provider or hardware configuration**: 4 VCPU 8GB RAM VM - **OS** (e.g. from /etc/os-release): RHEL 7.7 - **Kernel** (e.g. `uname -a`): Linux 3.10.0-957.el7.x86_64 - **Install tools**: - **Others**: The AWS Hook funct...
https://github.com/apache/airflow/issues/16770
https://github.com/apache/airflow/pull/16771
44210237cc59d463cd13983dd6d1593e3bcb8b87
f0df184e4db940f7e1b9248b5f5843d494034112
2021-07-02T08:50:30Z
python
2021-07-06T22:10:06Z
closed
apache/airflow
https://github.com/apache/airflow
16,753
["airflow/providers/amazon/aws/operators/ecs.py", "tests/providers/amazon/aws/operators/test_ecs.py"]
Realtime ECS logging
**Description** Currently when `ECSOperator` is run, the logs of the ECS task are fetched only when the task is done. That's not so convenient, especially when the task takes some good amount of time. In order to understand what's happening with the task, I need to go to Cloudwatch and search for the tasks logs. It ...
https://github.com/apache/airflow/issues/16753
https://github.com/apache/airflow/pull/17626
27088c4533199a19e6f810abc4e565bc8e107cf0
4cd190c9bcbe4229de3c8527d0e3480dea3be42f
2021-07-01T10:49:05Z
python
2021-09-18T18:25:37Z
closed
apache/airflow
https://github.com/apache/airflow
16,736
["BREEZE.rst", "breeze-complete", "scripts/ci/libraries/_initialization.sh", "scripts/ci/libraries/_kind.sh"]
The Helm Chart tests often timeout at installation recently in CI
Example here: https://github.com/apache/airflow/runs/2954825449#step:8:1950
https://github.com/apache/airflow/issues/16736
https://github.com/apache/airflow/pull/16750
fa811057a6ae0fc6c5e4bff1e18971c262a42a4c
e40c5a268d8dc24d1e6b00744308ef705224cb66
2021-06-30T18:10:18Z
python
2021-07-01T12:29:52Z
closed
apache/airflow
https://github.com/apache/airflow
16,730
["airflow/providers/amazon/aws/example_dags/example_s3_to_sftp.py", "airflow/providers/amazon/aws/example_dags/example_sftp_to_s3.py", "airflow/providers/amazon/aws/transfers/s3_to_sftp.py", "airflow/providers/amazon/aws/transfers/sftp_to_s3.py", "airflow/providers/amazon/provider.yaml", "docs/apache-airflow-providers-...
SFTPToS3Operator is not mentioned in the apache-airflow-providers-amazon > operators documentation
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/16730
https://github.com/apache/airflow/pull/16964
d1e9d8c88441dce5e2f64a9c7594368d662a8d95
cda78333b4ce9304abe315ab1afe41efe17fd2da
2021-06-30T08:20:24Z
python
2021-07-18T17:21:10Z
closed
apache/airflow
https://github.com/apache/airflow
16,725
["airflow/sensors/filesystem.py", "tests/sensors/test_filesystem.py"]
filesensor wildcard matching does not recognize directories
**Apache Airflow version**: 2.1.0 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): - **Install tools**: - **Others**: **What happened**: FileSensor does not recognize directories with wildcard glob matching. **What ...
https://github.com/apache/airflow/issues/16725
https://github.com/apache/airflow/pull/16894
83cb237031dfe5b7cb5238cc1409ce71fd9507b7
789e0eaee8fa9dc35b27c49cc50a62ea4f635978
2021-06-30T01:55:11Z
python
2021-07-12T21:23:36Z
closed
apache/airflow
https://github.com/apache/airflow
16,705
["airflow/sensors/external_task.py", "tests/sensors/test_external_task_sensor.py"]
Ability to add multiple task_ids in the ExternalTaskSensor
**Description** In its current shape the ExternalTaskSensor accepts either a single task_id or None to poll for the completion of a dag run. We have a use case where a dependent dag should poll for only certain list of tasks in the upstream dag. One option is to add N ExternalTaskSensor nodes if there are N nodes to b...
https://github.com/apache/airflow/issues/16705
https://github.com/apache/airflow/pull/17339
32475facce68a17d3e14d07762f63438e1527476
6040125faf9c6cbadce0a4f5113f1c5c3e584d66
2021-06-29T13:11:12Z
python
2021-08-19T01:28:40Z
closed
apache/airflow
https://github.com/apache/airflow
16,703
["airflow/www/package.json", "airflow/www/yarn.lock"]
Workers silently crash after memory build up
**Apache Airflow version**: 2.0.2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.18.15 **Environment**: - **Cloud provider or hardware configuration**: AWS, ec2 servers deployed by kops - **OS** (e.g. from /etc/os-release): Ubuntu 20.04 - **Kernel** (e.g. `uname -a`): Linux 5...
https://github.com/apache/airflow/issues/16703
https://github.com/apache/airflow/pull/30112
869c1e3581fa163bbaad11a2d5ddaf8cf433296d
e09d00e6ab444ec323805386c2056c1f8a0ae6e7
2021-06-29T09:48:11Z
python
2023-03-17T15:08:45Z
closed
apache/airflow
https://github.com/apache/airflow
16,669
["airflow/providers/tableau/hooks/tableau.py", "airflow/providers/tableau/operators/tableau_refresh_workbook.py", "airflow/providers/tableau/sensors/tableau_job_status.py", "docs/apache-airflow-providers-tableau/connections/tableau.rst", "tests/providers/tableau/operators/test_tableau_refresh_workbook.py"]
TableauRefreshWorkbookOperator fails when using personal access token (Tableau authentication method)
**Apache Airflow version**: 2.0.1 **What happened**: The operator fails at the last step, after successfully refreshing the workbook with this error: ``` tableauserverclient.server.endpoint.exceptions.ServerResponseError: 401002: Unauthorized Access Invalid authentication credential...
https://github.com/apache/airflow/issues/16669
https://github.com/apache/airflow/pull/16916
cc33d7e513e0f66a94a6e6277d6d30c08de94d64
53246ebef716933f71a28901e19367d84b0daa81
2021-06-25T23:09:23Z
python
2021-07-15T06:29:31Z
closed
apache/airflow
https://github.com/apache/airflow
16,646
["airflow/www/static/js/tree.js"]
Tree view - Skipped tasks showing Duration
**Apache Airflow version**: 2.1.0 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" - **Kernel** (e.g. `uname -a`): Linux airflow-scheduler-647d744f9-4zx2n 4.14.138-rancher #1 SMP Sat A...
https://github.com/apache/airflow/issues/16646
https://github.com/apache/airflow/pull/16695
98c12d49f37f6879e3e9fd926853f57a15ab761b
f0b3345ddc489627d73d190a1401804e7b0d9c4e
2021-06-25T02:06:10Z
python
2021-06-28T15:23:19Z
closed
apache/airflow
https://github.com/apache/airflow
16,635
["airflow/models/baseoperator.py", "docs/spelling_wordlist.txt", "tests/models/test_baseoperator.py"]
Update `airflow.models.baseoperator.chain()` function to support XComArgs
**Description** The `airflow.models.baseoperator.chain()` is a very useful and convenient way to add sequential task dependencies in DAGs but the function only supports tasks of a `BaseOperator` type. **Use case / motivation** Users who create tasks via the `@task` decorator will not be able to use the `chain()` f...
https://github.com/apache/airflow/issues/16635
https://github.com/apache/airflow/pull/16732
9f8f81f27d367fcde171173596f1f30a3a7069f8
7529546939250266ccf404c2eea98b298365ef46
2021-06-24T15:30:09Z
python
2021-07-14T07:43:41Z
closed
apache/airflow
https://github.com/apache/airflow
16,614
["airflow/www/package.json", "airflow/www/yarn.lock"]
Connection password not being masked in default logging
``` from airflow.hooks.base_hook import BaseHook Basehook.get_connection('my_connection_id') ``` The second line prints out my connection details including the connection password in Airflow logs. Earlier connection passwords were masked by default. https://airflow.apache.org/docs/apache-airflow/stable/_module...
https://github.com/apache/airflow/issues/16614
https://github.com/apache/airflow/pull/30112
869c1e3581fa163bbaad11a2d5ddaf8cf433296d
e09d00e6ab444ec323805386c2056c1f8a0ae6e7
2021-06-23T12:17:39Z
python
2023-03-17T15:08:45Z
closed
apache/airflow
https://github.com/apache/airflow
16,611
["airflow/kubernetes/pod_generator.py", "tests/kubernetes/models/test_secret.py", "tests/kubernetes/test_pod_generator.py"]
Pod name with period is causing issues for some apps in k8s
**Apache Airflow version**: 2.0.0+ **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): All versions affected **Environment**: It affects all possible host configurations. The issue impacts KubernetesPodOperator. What scripts will actually be affected inside of KubernetesPodOperator con...
https://github.com/apache/airflow/issues/16611
https://github.com/apache/airflow/pull/19036
121e1f197ac580ea4712b7a0e72b02cf7ed9b27a
563315857d1f54f0c56059ff38dc6aa9af4f08b7
2021-06-23T03:48:01Z
python
2021-11-30T05:00:06Z
closed
apache/airflow
https://github.com/apache/airflow
16,610
["airflow/www/static/js/dag_dependencies.js"]
Dag Dependency page not showing anything
**Apache Airflow version**: 2.1. **Environment**: Ubuntu 20.04 - **Cloud provider or hardware configuration**: AWS - **OS** (e.g. from /etc/os-release): UBUNTU 20.04 LTS - **Kernel** (e.g. `uname -a`): Linux 20.04.1-Ubuntu SMP Tue Jun 1 09:54:15 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux - **Install tools**: pyth...
https://github.com/apache/airflow/issues/16610
https://github.com/apache/airflow/pull/24166
7e56bf662915cd58849626d7a029a4ba70cdda4d
3e51d8029ba34d3a76b3afe53e257f1fb5fb9da1
2021-06-23T03:42:06Z
python
2022-06-07T11:25:31Z
closed
apache/airflow
https://github.com/apache/airflow
16,587
["airflow/www/auth.py", "airflow/www/security.py", "airflow/www/templates/airflow/no_roles_permissions.html", "airflow/www/views.py", "tests/www/test_security.py", "tests/www/views/test_views_acl.py", "tests/www/views/test_views_base.py"]
Users with Guest role stuck in redirect loop upon login
Airflow 2.1.0, Docker **What happened**: Users with the Guest role assigned are stuck in a redirect loop once they attempt to login successfully to the web interface. **What you expected to happen**: Get minimal access to the dashboard with the appropriate views for a guest role **How to reproduce it**: ...
https://github.com/apache/airflow/issues/16587
https://github.com/apache/airflow/pull/17838
933d863d6d39198dee40bd100658aa69e95d1895
e18b6a6d19f9ea0d8fe760ba00adf38810f0e510
2021-06-22T12:57:03Z
python
2021-08-26T20:59:30Z
closed
apache/airflow
https://github.com/apache/airflow
16,573
["airflow/jobs/scheduler_job.py", "tests/jobs/test_scheduler_job.py"]
State of this instance has been externally set to up_for_retry. Terminating instance.
**Apache Airflow version**: 2.0.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.18.14 Environment: Cloud provider or hardware configuration: Azure OS (e.g. from /etc/os-release): Kernel (e.g. uname -a): Install tools: Others: **What happened**: An occasional airflo...
https://github.com/apache/airflow/issues/16573
https://github.com/apache/airflow/pull/19375
e57c74263884ad5827a5bb9973eb698f0c269cc8
38d329bd112e8be891f077b4e3300182930cf74d
2021-06-21T20:28:21Z
python
2021-11-03T06:45:41Z
closed
apache/airflow
https://github.com/apache/airflow
16,564
["airflow/models/taskinstance.py"]
No more SQL Exception in 2.1.0
**Apache Airflow version**: 2.1.0 **Environment**: - self hosted docker-compose based stack **What happened**: Using JDBCOperator if the sql result in an error we got only ``` [2021-06-21 11:05:55,377] {local_task_job.py:151} INFO - Task exited with return code 1 ``` Before upgrading from 2.0.1 we...
https://github.com/apache/airflow/issues/16564
https://github.com/apache/airflow/pull/16805
b5ef3c841f735ea113e5d3639a620c2b63092e43
f40ade4643966b3e78493589c5459ca2c01db0c2
2021-06-21T13:15:55Z
python
2021-07-06T19:19:27Z
closed
apache/airflow
https://github.com/apache/airflow
16,533
["docs/exts/docs_build/fetch_inventories.py"]
Documentation building fails if helm-chart is not being built
When you've never built `helm-chart` documentation package locally. the intersphinx repository is missing for it and it cannot be downloaded as the helm-chart package is never published as package (I guess) . This fails for example our command to build provider's documentation when you release providers: ``` cd...
https://github.com/apache/airflow/issues/16533
https://github.com/apache/airflow/pull/16535
28e285ef9a4702b3babf6ed3c094af07c017581f
609620a39c79dc410943e5fcce0425f6ef32cd3e
2021-06-18T18:56:03Z
python
2021-06-19T01:20:32Z
closed
apache/airflow
https://github.com/apache/airflow
16,520
["airflow/hooks/dbapi.py", "airflow/providers/postgres/hooks/postgres.py", "tests/hooks/test_dbapi.py", "tests/providers/postgres/hooks/test_postgres.py"]
DbApiHook.get_uri() doesn't follow PostgresHook schema argument
**Apache Airflow version**: **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): - **Install tools**: - **Others**: **What happened**: `get_u...
https://github.com/apache/airflow/issues/16520
https://github.com/apache/airflow/pull/16521
86c20910aed48f7d5b2ebaa91fa40d47c52d7db3
3ee916e9e11f0e9d9c794fa41b102161df3f2cd4
2021-06-18T03:38:10Z
python
2021-06-23T18:54:05Z
closed
apache/airflow
https://github.com/apache/airflow
16,502
["airflow/providers/amazon/aws/hooks/athena.py", "tests/providers/amazon/aws/hooks/test_athena.py"]
Feature: Method in AWSAthenaHook to get output URI from S3
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/16502
https://github.com/apache/airflow/pull/20124
70818319a038f1d17c179c278930b5b85035085d
0e2a0ccd3087f53222e7859f414daf0ffa50dfbb
2021-06-17T10:55:48Z
python
2021-12-08T20:38:27Z
closed
apache/airflow
https://github.com/apache/airflow
16,500
["airflow/www/static/js/dag.js", "airflow/www/static/js/dags.js"]
Pause/Unpause DAG tooltip doesn't disappear after click
**Apache Airflow version**: 2.2.0dev **What happened**: The on/off toggle shows a tooltip "Pause/Unpause DAG" when hovering over it. This works as expected. However if clicking on the toggle the tooltip will stick until clicking elsewhere in the screen. **What you expected to happen**: The tooltip should di...
https://github.com/apache/airflow/issues/16500
https://github.com/apache/airflow/pull/17957
9c19f0db7dd39103ac9bc884995d286ba8530c10
ee93935bab6e5841b48a07028ea701d9aebe0cea
2021-06-17T08:57:10Z
python
2021-09-01T12:14:41Z
closed
apache/airflow
https://github.com/apache/airflow
16,493
["airflow/www/static/js/connection_form.js"]
UI: Port is not an integer error on Connection Test
When adding the port in the Webserver it error as it considers the port as a string instead of int ![image](https://user-images.githubusercontent.com/8811558/122307294-f65ae100-cf01-11eb-80fd-1623692c8ff3.png) Error in Webserver: ``` [2021-06-16 22:56:33,430] {validation.py:204} ERROR - http://localhost:280...
https://github.com/apache/airflow/issues/16493
https://github.com/apache/airflow/pull/16497
1c82b4d015a1785a881bb916ffa0265249c2cde7
e72e5295fd5e710599bc0ecc9a70b0b3b5728f38
2021-06-16T23:22:07Z
python
2021-06-17T11:39:26Z
closed
apache/airflow
https://github.com/apache/airflow
16,468
["docs/apache-airflow/howto/email-config.rst"]
SMTP connection type clarifications are needed
**Description** The documentation on how to set up STMP is not clear. https://airflow.apache.org/docs/apache-airflow/stable/howto/email-config.html It says to create a connection named `smtp_default` but does not say what type of connection to create. There is no connection type named `SMTP` It was suggeste...
https://github.com/apache/airflow/issues/16468
https://github.com/apache/airflow/pull/16523
bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1
df1220a420b8fd7c6fcdcacc5345459c284acff2
2021-06-15T21:17:14Z
python
2021-06-18T12:47:15Z
closed
apache/airflow
https://github.com/apache/airflow
16,460
["airflow/cli/commands/dag_command.py"]
Typos in Backfill's `task-regex` param
Example: DAG structure: ``` default_args = { 'owner': 'dimon', 'depends_on_past': False, 'start_date': datetime(2021, 1, 10) } dag = DAG( 'dummy-dag', schedule_interval='21 2 * * *', catchup=False, default_args=default_args ) DagContext.push_context_managed_dag(dag) task1 ...
https://github.com/apache/airflow/issues/16460
https://github.com/apache/airflow/pull/16461
bf238aa21da8c0716b251575216434bb549e64f0
f2c79b238f4ea3ee801038a6305b925f2f4e753b
2021-06-15T14:11:59Z
python
2021-06-16T20:07:58Z
closed
apache/airflow
https://github.com/apache/airflow
16,435
["airflow/www/static/css/main.css", "airflow/www/utils.py", "setup.cfg", "tests/www/test_utils.py"]
Switch Markdown engine to markdown-it-py
Copying from #16414: The current Markdown engine does not support [fenced code blocks](https://python-markdown.github.io/extensions/fenced_code_blocks/), so it still won’t work after this change. Python-Markdown’s fenced code support is pretty spotty, and if we want to fix that for good IMO we should switch to anoth...
https://github.com/apache/airflow/issues/16435
https://github.com/apache/airflow/pull/19702
904cc121b83ecfaacba25433a7911a2541b2c312
88363b543f6f963247c332e9d7830bc782ed6e2d
2021-06-14T15:09:17Z
python
2022-06-21T09:24:13Z
closed
apache/airflow
https://github.com/apache/airflow
16,367
["airflow/www/static/js/tree.js", "airflow/www/templates/airflow/tree.html"]
Tree view shown incorrect dag runs
Apache Airflow version: 2.1.0 On Tree view, switch to 50 Runs, and the view is broken: ![screenshot](https://user-images.githubusercontent.com/16779368/121520434-93e27c00-c9fb-11eb-8625-65c07a1ac770.png)
https://github.com/apache/airflow/issues/16367
https://github.com/apache/airflow/pull/16437
5c86e3d50970e61d0eabd0965ebdc7b5ecf3bf14
6087a09f89c7da4aac47eab3756a7fe24e3b602b
2021-06-10T11:53:47Z
python
2021-06-14T20:02:35Z
closed
apache/airflow
https://github.com/apache/airflow
16,364
["airflow/providers/ssh/hooks/ssh.py", "airflow/providers/ssh/operators/ssh.py", "docs/apache-airflow-providers-ssh/connections/ssh.rst", "tests/providers/ssh/hooks/test_ssh.py", "tests/providers/ssh/operators/test_ssh.py"]
Timeout is ambiguous in SSHHook and SSHOperator
In SSHHook the timeout argument of the constructor is used to set a connection timeout. This is fine. But in SSHOperator the timeout argument of the constructor is used for *both* the timeout of the SSHHook *and* the timeout of the command itself (see paramiko's ssh client exec_command use of the timeout parameter)....
https://github.com/apache/airflow/issues/16364
https://github.com/apache/airflow/pull/17236
0e3b06ba2f3898c938c3d191d0c2bc8d85c318c7
68d99bc5582b52106f876ccc22cc1e115a42b252
2021-06-10T09:32:15Z
python
2021-09-10T13:16:15Z
closed
apache/airflow
https://github.com/apache/airflow
16,359
["airflow/www/static/js/graph.js"]
Dag graph aligned at bottom when expanding a TaskGroup
**Apache Airflow version**: 2.1.0 **Kubernetes version (if you are using kubernetes)** : v1.17.5 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): Debian GNU/Linux 10 (buster) - **Kernel** (e.g. `uname -a`): Linux airflow-scheduler-5c6fcfbf9d-mh57k 4.14...
https://github.com/apache/airflow/issues/16359
https://github.com/apache/airflow/pull/16484
c158d4c5c4e2fa9eb476fd49b6db4781550986a5
f1675853a5ed9b779ee2fc13bb9aa97185472bc7
2021-06-10T01:20:28Z
python
2021-06-16T18:20:19Z
closed
apache/airflow
https://github.com/apache/airflow
16,326
["airflow/jobs/base_job.py", "tests/jobs/test_base_job.py"]
CeleryKubernetesExecutor is broken in 2.1.0
Tested with both chart 1.1.0rc1 (i.e. main branch r.n.) and 1.0.0 in Airflow 2.1.0, scheduler does not exit immediately (this was an issue < 2.1.0), but all tasks fail like this: ``` 2021-06-08 15:30:17,167] {scheduler_job.py:1241} ERROR - Executor reports task instance <TaskInstance: sqoop_acquisition.terminat...
https://github.com/apache/airflow/issues/16326
https://github.com/apache/airflow/pull/16700
42b74a7891bc17fed0cf19e1c7f354fdcb3455c9
7857a9bde2e189881f87fe4dc0cdce7503895c03
2021-06-08T14:36:18Z
python
2021-06-29T22:39:34Z
closed
apache/airflow
https://github.com/apache/airflow
16,310
["airflow/utils/db.py", "airflow/utils/session.py"]
Enable running airflow db init in parallel
**Apache Airflow version**: 2.0.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): Not applicable **Environment**: - **Cloud provider or hardware configuration**: None - **OS** (e.g. from /etc/os-release): Ubuntu - **Kernel** (e.g. `uname -a`): - **Install tools**: - **Other...
https://github.com/apache/airflow/issues/16310
https://github.com/apache/airflow/pull/17078
24d02bfa840ae2a315af4280b2c185122e3c30e1
fbc945d2a2046feda18e7a1a902a318dab9e6fd2
2021-06-07T15:05:41Z
python
2021-07-19T09:51:35Z
closed
apache/airflow
https://github.com/apache/airflow
16,306
["airflow/providers/tableau/hooks/tableau.py", "docs/apache-airflow-providers-tableau/connections/tableau.rst", "tests/providers/tableau/hooks/test_tableau.py"]
Tableau connection - Flag to disable SSL
**Description** To add a new flag to be able to disable SSL in Tableau connection( {"verify": "False"}? ) as it is not present in the current version, apache-airflow-providers-tableau 1.0.0 **Use case / motivation** Unable to disable SSL in Tableau connection and therefore unable to use the TableauRefreshWork...
https://github.com/apache/airflow/issues/16306
https://github.com/apache/airflow/pull/16365
fc917af8b49a914d4404faebbec807679f0626af
df0746e133ca0f54adb93257c119dd550846bb89
2021-06-07T14:02:34Z
python
2021-07-10T11:34:29Z
closed
apache/airflow
https://github.com/apache/airflow
16,295
["airflow/utils/log/secrets_masker.py"]
JDBC operator not logging errors
Hi, Since Airflow 2.0, we are having issues with logging for the JDBC operator. When such a tasks fails, we only see `INFO - Task exited with return code 1` The actual error and stack trace is not present. It also seems to not try to execute it again, it only tries once even though my max_tries is 3. I am usi...
https://github.com/apache/airflow/issues/16295
https://github.com/apache/airflow/pull/21540
cb24ee9414afcdc1a2b0fe1ec0b9f0ba5e1bd7b7
bc1b422e1ce3a5b170618a7a6589f8ae2fc33ad6
2021-06-07T08:52:12Z
python
2022-02-27T13:07:14Z
closed
apache/airflow
https://github.com/apache/airflow
16,290
["airflow/providers/cncf/kubernetes/hooks/kubernetes.py", "airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py", "tests/providers/cncf/kubernetes/operators/test_spark_kubernetes.py"]
Allow deleting existing spark application before creating new one via SparkKubernetesOperator in Kubernetes
airflow version: v2.0.2 **Description** calling SparkKubernetesOperator within DAG should delete spark application if such already exists before submitting a new one. **Use case / motivation** ``` t1 = SparkKubernetesOperator( task_id='spark_pi_submit', namespace="dummy", application_file="...
https://github.com/apache/airflow/issues/16290
https://github.com/apache/airflow/pull/21092
2bb69508d8d0248621ada682d1bdedef729bbcf0
3c5bc73579080248b0583d74152f57548aef53a2
2021-06-06T17:46:11Z
python
2022-04-12T13:32:13Z
closed
apache/airflow
https://github.com/apache/airflow
16,263
["airflow/www/utils.py", "tests/www/test_utils.py"]
Unable to use nested lists in DAG markdown documentation
**Apache Airflow version**: 2.0.2 **What happened**: Tried to use the following markdown as a `doc_md` string passed to a DAG ```markdown - Example - Nested List ``` It was rendered in the web UI as a single list with no nesting or indentation. **What you expected to happen**: I expected the l...
https://github.com/apache/airflow/issues/16263
https://github.com/apache/airflow/pull/16414
15ff2388e8a52348afcc923653f85ce15a3c5f71
6f9c0ceeb40947c226d35587097529d04c3e3e59
2021-06-04T05:36:05Z
python
2021-06-13T00:30:11Z
closed
apache/airflow
https://github.com/apache/airflow
16,256
["chart/templates/workers/worker-kedaautoscaler.yaml", "chart/values.schema.json", "chart/values.yaml"]
Helm chart: Keda add minReplicaCount
**Description** Keda supports [minReplicaCount](https://keda.sh/docs/1.4/concepts/scaling-deployments/) (default value is 0). It would be great if the users would have the option in the helm chart to overwrite the default value. **Use case / motivation** Keda scales the workers to zero if there is no running DAG....
https://github.com/apache/airflow/issues/16256
https://github.com/apache/airflow/pull/16262
7744f05997c1622678a8a7c65a2959c9aef07141
ef83f730f5953eff1e9c63056e32f633afe7d3e2
2021-06-03T19:15:43Z
python
2021-06-05T23:35:44Z
closed
apache/airflow
https://github.com/apache/airflow
16,238
["airflow/www/static/js/tree.js"]
Airflow Tree View for larger dags
Hi, Airflow Web UI shows nothing on tree view for larger dags (more than 100 tasks), although it's working fine for smaller dags. Anything that is needed to be configured in `airflow.cfg` to support larger dags in the UI? ![alt larger](https://user-images.githubusercontent.com/42420177/120632899-ed3e2e80-c482-11eb-8...
https://github.com/apache/airflow/issues/16238
https://github.com/apache/airflow/pull/16522
6b0dfec01fd9fca7ab3be741d25528a303424edc
f9786d42f1f861c7a40745c00cd4d3feaf6254a7
2021-06-03T10:57:07Z
python
2021-06-21T15:25:24Z
closed
apache/airflow
https://github.com/apache/airflow
16,204
["airflow/sensors/external_task.py", "newsfragments/27190.significant.rst", "tests/sensors/test_external_task_sensor.py"]
ExternalTaskSensor does not fail when failed_states is set along with a execution_date_fn
**Apache Airflow version**: 2.x including main **What happened**: I am using an `execution_date_fn` in an `ExternalTaskSensor` that also sets `allowed_states=['success']` and `failed_states=['failed']`. When one of the N upstream tasks fails, the sensor will hang forever in the `poke` method because there is a bu...
https://github.com/apache/airflow/issues/16204
https://github.com/apache/airflow/pull/27190
a504a8267dd5530923bbe2c8ec4d1b409f909d83
34e21ea3e49f1720652eefc290fc2972a9292d29
2021-06-01T19:10:02Z
python
2022-11-10T09:20:32Z
closed
apache/airflow
https://github.com/apache/airflow
16,202
["airflow/www/views.py", "tests/www/views/test_views_custom_user_views.py"]
Missing Show/Edit/Delete under Security -> Users in 2.1.0
**Apache Airflow version**: 2.1.0 **Browsers**: Chrome and Firefox **What happened**: Before upgrading to 2.1.0 ![before](https://user-images.githubusercontent.com/14293802/120359517-c1ca1100-c2d5-11eb-95ba-58ccc0a3ac37.png) After upgrading to 2.1.0 ![after](https://user-images.githubusercontent.com/1...
https://github.com/apache/airflow/issues/16202
https://github.com/apache/airflow/pull/17431
7dd11abbb43a3240c2291f8ea3981d393668886b
c1e2af4dd2bf868307caae9f2fa825562319a4f8
2021-06-01T16:35:51Z
python
2021-08-09T14:46:05Z
closed
apache/airflow
https://github.com/apache/airflow
16,148
["airflow/utils/log/secrets_masker.py", "tests/utils/log/test_secrets_masker.py"]
Downloading files from S3 broken in 2.1.0
**Apache Airflow version**: 2.0.2 and 2.1.0 **Environment**: - **Cloud provider or hardware configuration**: running locally - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): Darwin CSchillebeeckx-0589.local 19.6.0 Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05 PST 2021; root:xnu-6153.141...
https://github.com/apache/airflow/issues/16148
https://github.com/apache/airflow/pull/16424
cbf8001d7630530773f623a786f9eb319783b33c
d1d02b62e3436dedfe9a2b80cd1e61954639ca4d
2021-05-28T18:23:20Z
python
2021-06-16T09:29:45Z
closed
apache/airflow
https://github.com/apache/airflow
16,138
["airflow/www/utils.py", "tests/www/test_utils.py"]
doc_md code block collapsing lines
**Apache Airflow version**: 2.0.0 - 2.1.0 **Kubernetes version**: N/A **Environment**: - **Cloud provider or hardware configuration**: Docker on MacOS (but also AWS ECS deployed) - **OS** (e.g. from /etc/os-release): MacOS Big Sur 11.3.1 - **Kernel** (e.g. `uname -a`): Darwin Kernel Version 20.4.0 - **Insta...
https://github.com/apache/airflow/issues/16138
https://github.com/apache/airflow/pull/16414
15ff2388e8a52348afcc923653f85ce15a3c5f71
6f9c0ceeb40947c226d35587097529d04c3e3e59
2021-05-28T12:33:59Z
python
2021-06-13T00:30:11Z
closed
apache/airflow
https://github.com/apache/airflow
16,090
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "tests/core/test_configuration.py"]
Contradictory default in store_dag configuration reference
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#store-dag-code ![Captura de pantalla 2021-05-26 a las 17 47 56](https://user-images.githubusercontent.com/11339132/119691160-a2049a00-be4a-11eb-8f55-0ad2c6117620.png) The Default is True or None?
https://github.com/apache/airflow/issues/16090
https://github.com/apache/airflow/pull/16093
57bd6fb2925a7d505a80b83140811b94b363f49c
bff213e07735d1ee45101f85b01b3d3a97cddbe5
2021-05-26T15:49:01Z
python
2021-06-07T08:47:24Z
closed
apache/airflow
https://github.com/apache/airflow
16,078
["airflow/jobs/scheduler_job.py", "airflow/models/taskinstance.py", "tests/jobs/test_scheduler_job.py", "tests/models/test_taskinstance.py"]
Queued tasks become running after dagrun is marked failed
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/16078
https://github.com/apache/airflow/pull/19095
561610b1f00daaac2ad9870ba702be49c9764fe7
8d703ae7db3c2a08b94c824a6f4287c3dd29cebf
2021-05-26T03:56:09Z
python
2021-10-20T14:10:39Z
closed
apache/airflow
https://github.com/apache/airflow
16,061
["airflow/utils/log/secrets_masker.py"]
Consider and add common sensitive names
**Description** Since sensitive informations in the connection object (specifically the extras field) are now being masked based on sensitive key names, we should consider adding some common sensitive key names. `private_key` from [ssh connection](https://airflow.apache.org/docs/apache-airflow-providers-ssh/stab...
https://github.com/apache/airflow/issues/16061
https://github.com/apache/airflow/pull/16392
5fdf7468ff856ba8c05ec20637ba5a145586af4a
430073132446f7cc9c7d3baef99019be470d2a37
2021-05-25T16:49:39Z
python
2021-06-11T18:08:35Z
closed
apache/airflow
https://github.com/apache/airflow
16,056
["chart/templates/_helpers.yaml", "chart/tests/test_git_sync_scheduler.py", "chart/tests/test_git_sync_webserver.py", "chart/tests/test_git_sync_worker.py", "chart/tests/test_pod_template_file.py", "chart/values.schema.json", "chart/values.yaml"]
[Helm] Resources for the git-sync sidecar
**Description** It would be nice to be able to specify resources for the `git-sync` sidecar in the helm chart values. **Use case / motivation** I don't want to use keda for autoscaling and would like to setup a HPA myself. However this is currently not possible since it is not possible to specify resources for...
https://github.com/apache/airflow/issues/16056
https://github.com/apache/airflow/pull/16080
6af963c7d5ae9b59d17b156a053d5c85e678a3cb
c90284d84e42993204d84cccaf5c03359ca0cdbd
2021-05-25T15:02:45Z
python
2021-05-26T14:08:37Z
closed
apache/airflow
https://github.com/apache/airflow
16,042
["airflow/www/static/css/flash.css", "airflow/www/static/css/main.css", "airflow/www/templates/appbuilder/flash.html"]
DAG Import Errors list items as collapsible spoiler-type at collapsed state
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/16042
https://github.com/apache/airflow/pull/16072
4aaa8df51c23c8833f9fa11d445a4c5bab347347
62fe32590aab5acbcfc8ce81f297b1f741a0bf09
2021-05-25T08:23:19Z
python
2021-05-25T19:48:35Z
closed
apache/airflow
https://github.com/apache/airflow
16,039
["chart/templates/flower/flower-service.yaml", "chart/templates/webserver/webserver-deployment.yaml", "chart/templates/webserver/webserver-service.yaml", "chart/tests/test_flower.py", "chart/tests/test_webserver.py", "chart/values.schema.json", "chart/values.yaml"]
Kubernetes liveliness probe fails when changing from default port for Airflow UI from 8080 to 80 in Helm Chart.
**Apache Airflow version**: 2.0.2. **Kubernetes version**: ``` Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-01-13T13:28:09Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"} Serv...
https://github.com/apache/airflow/issues/16039
https://github.com/apache/airflow/pull/16572
c2af5e3ca22eca7d4797b141520a97cf5e5cc879
8217db8cb4b1ff302c5cf8662477ac00f701e78c
2021-05-25T07:57:13Z
python
2021-06-23T12:50:28Z
closed
apache/airflow
https://github.com/apache/airflow
16,037
["airflow/operators/python.py", "airflow/utils/python_virtualenv.py", "tests/config_templates/requirements.txt", "tests/decorators/test_python_virtualenv.py", "tests/operators/test_python.py"]
allow using requirments.txt in PythonVirtualEnvOperator
Currently the operator allows to set requirement as list that needs to be hard coded. It would be nice if airflow can support reading from file directly (something similar to how operators read sql file)
https://github.com/apache/airflow/issues/16037
https://github.com/apache/airflow/pull/17349
cd4bc175cb7673f191126db04d052c55279ef7a6
b597ceaec9078b0ce28fe0081a196f065f600f43
2021-05-25T07:47:15Z
python
2022-01-07T14:32:29Z
closed
apache/airflow
https://github.com/apache/airflow
16,035
["airflow/sensors/base.py"]
GCSToLocalFilesystemOperator from Google providers pre 4.0.0 fails to import in airflow 2.1.0
The GCSToLocalFilesystemOperator in Google Provider <=3.0.0 had wrong import for apply_defaults. It used ``` from airflow.sensors.base_sensor_operator import apply_defaults ``` instead of ``` from airflow.utils.decorators import apply_defaults ``` When we removed `apply_defaults` in #15667, the base_s...
https://github.com/apache/airflow/issues/16035
https://github.com/apache/airflow/pull/16040
71ef2f2ee9ccf238a99cb0e42412d2118bad22a1
0f8f66eb6bb5fe7f91ecfaa2e93d4c3409813b61
2021-05-25T07:01:35Z
python
2021-05-27T05:08:34Z
closed
apache/airflow
https://github.com/apache/airflow
16,024
["airflow/www/static/js/tree.js"]
airflow 2.1.0 - squares with tasks are aligned far to the right
**Apache Airflow version**: 2.1.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.19.8 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): - **Install tools**: - **Others**: **What happen...
https://github.com/apache/airflow/issues/16024
https://github.com/apache/airflow/pull/16067
44345f3a635d3aef3bf98d6a3134e8820564b105
f2aa9b58cb012a3bc347f43baeaa41ecdece4cbf
2021-05-24T15:03:37Z
python
2021-05-25T20:20:31Z
closed
apache/airflow
https://github.com/apache/airflow
16,008
["airflow/providers/google/cloud/transfers/gcs_to_bigquery.py", "tests/providers/google/cloud/transfers/test_gcs_to_bigquery.py"]
GoogleCloudStorageToBigQueryOperator reads string as a list in parameter source_objects
**Apache Airflow version**:1.10.12 **Environment**: google cloud composer **What happened**: When using GoogleCloudStorageToBigQueryOperator and providing string as parameter source_objects, the process is iterating on a the string as a valid list. For example - `cloud_storage_to_bigquery = GoogleCloudStorageTo...
https://github.com/apache/airflow/issues/16008
https://github.com/apache/airflow/pull/16160
b7d1039b60f641e78381fbdcc33e68d291b71748
99d1535287df7f8cfced39baff7a08f6fcfdf8ca
2021-05-23T09:34:41Z
python
2021-05-31T05:06:44Z
closed
apache/airflow
https://github.com/apache/airflow
16,007
["airflow/utils/log/secrets_masker.py", "tests/utils/log/test_secrets_masker.py"]
Masking passwords with empty connection passwords make some logs unreadable in 2.1.0
Discovered in this [Slack conversation](https://apache-airflow.slack.com/archives/CCQ7EGB1P/p1621752408213700). When you have connections with empty passwords masking logs masks all the character breaks: ``` [2021-05-23 04:00:23,309] {{logging_mixin.py:104}} WARNING - ***-***-***-*** ***L***o***g***g***i***n***g**...
https://github.com/apache/airflow/issues/16007
https://github.com/apache/airflow/pull/16057
9c98a60cdd29f0b005bf3abdbfc42aba419fded8
8814a59a5bf54dd17aef21eefd0900703330c22c
2021-05-23T08:41:10Z
python
2021-05-25T18:31:22Z
closed
apache/airflow
https://github.com/apache/airflow
16,000
["chart/templates/secrets/elasticsearch-secret.yaml", "chart/templates/secrets/metadata-connection-secret.yaml", "chart/templates/secrets/pgbouncer-stats-secret.yaml", "chart/templates/secrets/redis-secrets.yaml", "chart/templates/secrets/result-backend-connection-secret.yaml", "chart/tests/test_elasticsearch_secret.py...
If external postgres password contains '@' then it appends it to host.
**What happened:** My password for external Postgres RDS contained '@123' at the end which got appended to the host of the DB due to some bug. One can notice in the logs, the DB_HOST has an unwanted 123@ in the front of it DB_HOST=**123@**{{postgres_host}}. I removed '@' character from the password and it worked fi...
https://github.com/apache/airflow/issues/16000
https://github.com/apache/airflow/pull/16004
26840970718228d1484142f0fe06f26bc91566cc
ce358b21533eeb7a237e6b0833872bf2daab7e30
2021-05-22T21:06:26Z
python
2021-05-23T17:07:19Z
closed
apache/airflow
https://github.com/apache/airflow
15,994
[".pre-commit-config.yaml", "airflow/sensors/base.py", "airflow/utils/orm_event_handlers.py", "dev/breeze/src/airflow_breeze/commands/production_image_commands.py", "scripts/ci/libraries/_sanity_checks.sh", "scripts/in_container/run_system_tests.sh", "tests/conftest.py"]
Use inclusive words in Apache Airflow project
**Description** Apache Software Foundation is discussing how we can improve inclusiveness of projects and raise awareness of conscious language. Related thread on diversity@a.o: https://lists.apache.org/thread.html/r2d8845d9c37ac581046997d980464e8a7b6bffa6400efb0e41013171%40%3Cdiversity.apache.org%3E **Use case ...
https://github.com/apache/airflow/issues/15994
https://github.com/apache/airflow/pull/23090
9a6baab5a271b28b6b3cbf96ffa151ac7dc79013
d7b85d9a0a09fd7b287ec928d3b68c38481b0225
2021-05-21T18:31:42Z
python
2022-05-09T21:52:29Z
closed
apache/airflow
https://github.com/apache/airflow
15,976
["airflow/www/widgets.py"]
Error when querying on the Browse view with empty date picker
**Apache Airflow version**: 2.0.2 **What happened**: Under Browse, when querying with any empty datetime fields, I received the mushroom cloud. ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_reques...
https://github.com/apache/airflow/issues/15976
https://github.com/apache/airflow/pull/18602
0a37be3e3cf9289f63f1506bc31db409c2b46738
d74e6776fce1da2c887e33d79e2fb66c83c6ff82
2021-05-21T00:17:06Z
python
2021-09-30T19:52:54Z
closed
apache/airflow
https://github.com/apache/airflow
15,946
["airflow/task/task_runner/base_task_runner.py"]
Web UI not displaying the log when task fails - Permission Denied at temporary error file when using run_as_user
**Apache Airflow version**: 2.0.1 **Environment**: 2 Worker nodes and 1 Master - **Cloud provider or hardware configuration**: Oracle Cloud - **OS** (e.g. from /etc/os-release): Oracle Linux 7.8 - **Kernel**: Linux 4.14.35-1902.302.2.el7uek.x86_64 #2 SMP Fri Apr 24 14:24:11 PDT 2020 x86_64 x86_64 x86_64 GNU/Lin...
https://github.com/apache/airflow/issues/15946
https://github.com/apache/airflow/pull/15947
48316b9d17a317ddf22f60308429ce089585fb02
31b15c94886c6083a6059ca0478060e46db67fdb
2021-05-19T15:33:41Z
python
2021-09-03T12:15:36Z
closed
apache/airflow
https://github.com/apache/airflow
15,941
["docs/apache-airflow/start/docker.rst"]
Detect and inform the users in case there is not enough memory/disk for Docker Quick-start
Default amount of memory/disk size on MacOS is not enough usually to run Airfllow. We already detect and provide informative message about it when we start Breeze and provide informative messages: https://github.com/apache/airflow/blob/master/scripts/ci/libraries/_docker_engine_resources.sh I believe we should do...
https://github.com/apache/airflow/issues/15941
https://github.com/apache/airflow/pull/15967
deececcabc080844ca89272a2e4ab1183cd51e3f
ce778d383e2df2857b09e0f1bfe279eecaef3f8a
2021-05-19T13:37:31Z
python
2021-05-20T11:44:02Z
closed
apache/airflow
https://github.com/apache/airflow
15,900
["chart/files/pod-template-file.kubernetes-helm-yaml", "chart/templates/_helpers.yaml", "chart/tests/test_pod_template_file.py"]
Chart: Extra mounts with DAG persistence and gitsync
**What happened**: When you have `dag.persistence` enabled and a `dag.gitSync.sshKeySecret` set, the gitSync container isn't added to the pod_template_file for k8s workers, as expected. However, `volumes` for it still are and maybe worse, the ssh key is mounted into the Airflow worker. **What you expected to happ...
https://github.com/apache/airflow/issues/15900
https://github.com/apache/airflow/pull/15925
9875f640ca19dabd846c17f4278ccc90e189ae8d
8084cfbb36ec1da47cc6b6863bc08409d7387898
2021-05-17T20:26:57Z
python
2021-05-21T23:17:02Z
closed
apache/airflow
https://github.com/apache/airflow
15,888
["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"]
Abort a DAG Run
**Description** It would be great having a option to abort a DAG Runs through the REST API. **Use case / motivation** The proposed input params would be: - DAG_ID - DAG_RUN_ID The DAG Run should abort all its tasks running and mark them as "failed". **Are you willing to submit a PR?** **Related Is...
https://github.com/apache/airflow/issues/15888
https://github.com/apache/airflow/pull/17839
430976caad5970b718e3dbf5899d4fc879c0ac89
ab7658147445161fa3f7f2b139fbf9c223877f77
2021-05-17T11:00:22Z
python
2021-09-02T19:32:45Z
closed
apache/airflow
https://github.com/apache/airflow
15,886
["docs/apache-airflow/howto/operator/python.rst"]
Adding support for --index-url (or) --extra-index-url for PythonVirtualenvOperator
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/15886
https://github.com/apache/airflow/pull/20048
9319a31ab11e83fd281b8ed5d8469b038ddad172
7627de383e5cdef91ca0871d8107be4e5f163882
2021-05-17T09:10:59Z
python
2021-12-05T21:49:25Z
closed
apache/airflow
https://github.com/apache/airflow
15,885
["CHANGELOG.txt", "airflow/api_connexion/schemas/task_instance_schema.py", "tests/api_connexion/endpoints/test_task_instance_endpoint.py"]
Internal error on API REST /api/v1/dags/axesor/updateTaskInstancesState
**Apache Airflow version**: 2.0.2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): Running on Docker 19.03.13 **Environment**: - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): Windows 10 Enterprise - **Kernel**: - **Install tools**: - **Othe...
https://github.com/apache/airflow/issues/15885
https://github.com/apache/airflow/pull/15889
821ea6fc187a9780b8fe0dd76f140367681ba065
ac3454e4f169cdb0e756667575153aca8c1b6981
2021-05-17T09:01:11Z
python
2021-05-17T14:15:11Z
closed
apache/airflow
https://github.com/apache/airflow
15,834
["airflow/dag_processing/manager.py", "docs/apache-airflow/logging-monitoring/metrics.rst"]
Metrics documentation fixes and deprecations
**Apache Airflow version**: 2.0.2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): N/A **Environment**: N/A - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): - **Install tools**: - **Others**: **What happene...
https://github.com/apache/airflow/issues/15834
https://github.com/apache/airflow/pull/27067
6bc05671dbcfb38881681b656370d888e6300e26
5890b083b1dcc082ddfa34e9bae4573b99a54ae3
2021-05-14T00:50:54Z
python
2022-11-19T03:47:40Z
closed
apache/airflow
https://github.com/apache/airflow
15,832
["airflow/www/static/js/dag.js", "airflow/www/static/js/dags.js", "airflow/www/templates/airflow/dag.html", "airflow/www/templates/airflow/dags.html"]
2.1 Airflow UI (Delete DAG) button is not working
On Airflow UI for DAG delete button is not working as expected. Airflow version: 2.1.0 **What happened:** When we click on Delete DAG button for any DAG it sholud delete but geting 404 error page on platform and local. **What you expected to happen:** <img width="1771" alt="Screen Shot 2021-05-13 at 3 30 50 P...
https://github.com/apache/airflow/issues/15832
https://github.com/apache/airflow/pull/15836
51e54cb530995edbb6f439294888a79724365647
634c12d08a8097bbb4dc7173dd56c0835acda735
2021-05-13T22:31:45Z
python
2021-05-14T06:07:40Z
closed
apache/airflow
https://github.com/apache/airflow
15,815
["airflow/providers/docker/CHANGELOG.rst", "airflow/providers/docker/example_dags/example_docker_copy_data.py", "airflow/providers/docker/operators/docker.py", "airflow/providers/docker/operators/docker_swarm.py", "airflow/providers/docker/provider.yaml", "docs/conf.py", "docs/exts/docs_build/third_party_inventories.py...
New syntax to mount Docker volumes with --mount
I had this after reading #12537 and #9047. Currently `DockerOperator`’s `volumes` argument is passed directly to docker-py’s `bind` (aka `docker -v`). But `-v`’s behaviour has long been problematic, and [Docker has been pushing users to the new `--mount` syntax instead](https://docs.docker.com/storage/bind-mounts/#choo...
https://github.com/apache/airflow/issues/15815
https://github.com/apache/airflow/pull/15843
ac3454e4f169cdb0e756667575153aca8c1b6981
12995cfb9a90d1f93511a4a4ab692323e62cc318
2021-05-13T06:28:57Z
python
2021-05-17T15:03:18Z
closed
apache/airflow
https://github.com/apache/airflow
15,783
["airflow/providers/alibaba/cloud/log/oss_task_handler.py", "airflow/providers/amazon/aws/log/s3_task_handler.py", "airflow/providers/google/cloud/log/gcs_task_handler.py", "airflow/providers/microsoft/azure/log/wasb_task_handler.py", "airflow/utils/log/file_task_handler.py", "airflow/utils/log/log_reader.py", "airflow...
Auto-refresh of logs.
**Description** Auto-refresh of logs. **Use case / motivation** Similar process that is already implemented in the Graph View, have the logs to auto-refresh so it's easier to keep track of the different processes in the UI. Thank you in advance!
https://github.com/apache/airflow/issues/15783
https://github.com/apache/airflow/pull/26169
07fe356de0743ca64d936738b78704f7c05774d1
1f7b296227fee772de9ba15af6ce107937ef9b9b
2021-05-11T22:54:11Z
python
2022-09-18T21:06:22Z
closed
apache/airflow
https://github.com/apache/airflow
15,768
["scripts/in_container/prod/entrypoint_prod.sh"]
PythonVirtualenvOperator fails with error from pip execution: Can not perform a '--user' install.
**Apache Airflow version**: 2.0.2 **Environment**: - **Hardware configuration**: Macbook Pro 2017 - **OS**: macOS X Catalina 10.15.7 - **Kernel**: Darwin 19.6.0 - **Others**: Docker 20.10.6, docker-compose 1.29.1 **What happened**: Running the demo `example_python_operator` dag fails on the `virtualenv...
https://github.com/apache/airflow/issues/15768
https://github.com/apache/airflow/pull/15774
996965aad9874e9c6dad0a1f147d779adc462278
533f202c22a914b881dc70ddf673ec81ffc8efcd
2021-05-10T20:34:08Z
python
2021-05-11T09:17:09Z
closed
apache/airflow
https://github.com/apache/airflow
15,748
["airflow/cli/commands/task_command.py"]
airflow tasks run --ship-dag not able to generate pickeled dag
**Apache Airflow version**: 2.0.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): No **Environment**: - **Cloud provider or hardware configuration**: local machine - **OS** (e.g. from /etc/os-release): 18.04.5 LTS (Bionic Beaver) - **Kernel** (e.g. `uname -a`): wsl2 **What ...
https://github.com/apache/airflow/issues/15748
https://github.com/apache/airflow/pull/15890
d181604739c048c6969d8997dbaf8b159607904b
86d0a96bf796fd767cf50a7224be060efa402d94
2021-05-09T13:16:14Z
python
2021-06-24T17:27:20Z
closed
apache/airflow
https://github.com/apache/airflow
15,742
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "kubernetes_tests/test_kubernetes_pod_operator.py", "kubernetes_tests/test_kubernetes_pod_operator_backcompat.py", "tests/providers/cncf/kubernetes/operators/test_kubernetes_pod.py"]
Save pod name in xcom for KubernetesPodOperator.
Hello. Kubernetes generates a unique pod name. https://github.com/apache/airflow/blob/736a62f824d9062b52983633528e58c445d8cc56/airflow/kubernetes/pod_generator.py#L434-L458 It would be great if the pod name was available in Airflow after completing the task, so that, for example, we could use it to add [extra link...
https://github.com/apache/airflow/issues/15742
https://github.com/apache/airflow/pull/15755
c493b4d254157f189493acbf5101167f753aa766
37d549bde79cd560d24748ebe7f94730115c0e88
2021-05-08T19:16:42Z
python
2021-05-14T00:19:37Z
closed
apache/airflow
https://github.com/apache/airflow
15,713
["Dockerfile", "Dockerfile.ci"]
Migrate to newer Node
We started to receive deprecation warnings (and artificial 20 second delay) while compiling assets for Airflow in master/ I think maybe it's the right time to migrate to newer Node. The old UI will still be there for quite a while. This however, I think, requires rather heavy testing of the whole UI functionali...
https://github.com/apache/airflow/issues/15713
https://github.com/apache/airflow/pull/15718
87e440ddd07935f643b93b6f2bbdb3b5e8500510
46d62782e85ff54dd9dc96e1071d794309497983
2021-05-07T13:10:31Z
python
2021-05-07T16:46:31Z
closed
apache/airflow
https://github.com/apache/airflow
15,708
["airflow/decorators/task_group.py", "tests/utils/test_task_group.py"]
@task_group returns int, but it appears in @task as TaskGroup
**Apache Airflow version** 13faa6912f7cd927737a1dc15630d3bbaf2f5d4d **Environment** - **Configuration**: Local Executor - **OS** (e.g. from /etc/os-release): Mac OS 11.3 - **Kernel**: Darwin Kernel Version 20.4.0 - **Install tools**: `pip install -e .` **The DAG** ```python @task def one(): ret...
https://github.com/apache/airflow/issues/15708
https://github.com/apache/airflow/pull/15779
c8ef3a3539f17b39d0a41d10a631d8d9ee564fde
303c89fea0a7cf8a857436182abe1b042d473022
2021-05-06T22:06:31Z
python
2021-05-11T19:09:58Z
closed
apache/airflow
https://github.com/apache/airflow
15,698
["airflow/models/dagrun.py", "tests/models/test_dagrun.py"]
task_instance_mutation_hook not called by scheduler when importing airflow.models.taskinstance
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details ...
https://github.com/apache/airflow/issues/15698
https://github.com/apache/airflow/pull/15851
6b46af19acc5b561c1c5631a753cc07b1eca34f6
3919ee6eb9042562b6cafae7c34e476fbb413e13
2021-05-06T12:45:58Z
python
2021-05-15T09:11:52Z
closed
apache/airflow
https://github.com/apache/airflow
15,656
["airflow/www/static/css/dags.css"]
Scrolling issue with new fast trigger with single DAG
**Apache Airflow version**: master **What happened**: If you have a single DAG, half of the new "fast trigger" dropdown is hidden on the dashboard and causes a scrollbar in the DAG table. **How to reproduce it**: Have a single DAG in your instance and click on the trigger button from the dashboard. ![Scr...
https://github.com/apache/airflow/issues/15656
https://github.com/apache/airflow/pull/15660
d723ba5b5cfb45ce7f578c573343e86247a2d069
a0eb747b8d73f71dcf471917e013669a660cd4dd
2021-05-04T16:21:54Z
python
2021-05-05T00:28:05Z
closed
apache/airflow
https://github.com/apache/airflow
15,650
["airflow/utils/db.py"]
Docs: check_migrations more verbose documentation
**Description** The documentation and the error message of the [check-migrations](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#check-migrations) / `def check_migrations` could be more verbose. This check can fail if the underlying database was never initialised. **Use case...
https://github.com/apache/airflow/issues/15650
https://github.com/apache/airflow/pull/15662
e47f7e42b632ad78a204531e385ec09bcce10816
86ad628158eb728e56c817eea2bea4ddcaa571c2
2021-05-04T09:51:15Z
python
2021-05-05T05:30:11Z
closed
apache/airflow
https://github.com/apache/airflow
15,641
["airflow/models/dag.py", "docs/apache-airflow/concepts/dags.rst", "docs/apache-airflow/concepts/tasks.rst"]
Add documentation on what each parameter to a `sla_miss_callback` callable is
I couldn't find any official documentation specifying what each parameter to a `sla_miss_callback` callable are. This would be a great addition to know how to properly format the messages sent.
https://github.com/apache/airflow/issues/15641
https://github.com/apache/airflow/pull/18305
2b62a75a34d44ac7d9ed83c02421ff4867875577
dcfa14d60dade3fdefa001d10013466fe4d77f0d
2021-05-03T21:18:17Z
python
2021-09-18T19:18:32Z