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
19,161
["airflow/cli/cli_parser.py"]
airflow-triggerer service healthcheck broken
### Apache Airflow version 2.2.0 (latest released) ### Operating System Windows 10 ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details Via docker-compose ### What happened In using the [docker-compose.yml](https://airflow.apache.org/docs/apache-airflow/...
https://github.com/apache/airflow/issues/19161
https://github.com/apache/airflow/pull/19179
10e2a88bdc9668931cebe46deb178ab2315d6e52
d3ac01052bad07f6ec341ab714faabed913169ce
2021-10-22T14:17:04Z
python
2021-10-22T23:32:00Z
closed
apache/airflow
https://github.com/apache/airflow
19,154
["airflow/api_connexion/openapi/v1.yaml"]
Add Release date for when an endpoint/field was added in the REST API
### Description This will help users to know the airflow version a field or an endpoint was added. We could do this by checking the changelogs of previous airflow versions and adding a release date to new fields/endpoints corresponding to that version. Take a look at the dag_run_id below ![openapi](https://u...
https://github.com/apache/airflow/issues/19154
https://github.com/apache/airflow/pull/19203
df465497ad59b0a2f7d3fd0478ea446e612568bb
8dfc3cab4bf68477675c901e0678ca590684cfba
2021-10-22T09:15:47Z
python
2021-10-27T17:51:32Z
closed
apache/airflow
https://github.com/apache/airflow
19,138
["airflow/models/baseoperator.py"]
BaseOperator type hints for retry_delay and max_retry_delay should reveal float option
### Describe the issue with documentation `BaseOperator` type hints for `retry_delay` and `max_retry_delay` shows `timedelta` only, however the params also accept `float` seconds values. Also, type hint for `dag` param is missing. More precise type hints and params descriptions in the docs can help to understand the...
https://github.com/apache/airflow/issues/19138
https://github.com/apache/airflow/pull/19142
aa6c951988123edc84212d98b5a2abad9bd669f9
73b0ea18edb2bf8df79f11c7a7c746b2dc510861
2021-10-21T19:06:25Z
python
2021-10-29T07:33:07Z
closed
apache/airflow
https://github.com/apache/airflow
19,135
["airflow/decorators/__init__.pyi", "airflow/providers/cncf/kubernetes/decorators/__init__.py", "airflow/providers/cncf/kubernetes/decorators/kubernetes.py", "airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py", "airflow/providers/cncf/kubernetes/provider.yaml", "airflow/providers/cncf/kubernetes/python_kube...
PythonKubernetesOperator and kubernetes taskflow decorator
### Description After the implementation of the Docker Taskflow Operator in 2.2, having a simple function on Kubernetes should be quite simple to accomplish. One major difference I see is how to get the Code into the Pod. My prefered way here would be to add an init container which takes care of this - much simila...
https://github.com/apache/airflow/issues/19135
https://github.com/apache/airflow/pull/25663
a7cc4678177f25ce2899da8d96813fee05871bbb
0eb0b543a9751f3d458beb2f03d4c6ff22fcd1c7
2021-10-21T16:08:46Z
python
2022-08-22T17:54:10Z
closed
apache/airflow
https://github.com/apache/airflow
19,103
["airflow/api_connexion/openapi/v1.yaml", "airflow/api_connexion/schemas/task_instance_schema.py", "tests/api_connexion/endpoints/test_task_instance_endpoint.py", "tests/api_connexion/schemas/test_task_instance_schema.py"]
REST API: taskInstances and taskInstances/list not returning dag_run_id
### Description Hi, In order to avoid extra calls to the REST API to figure out the dag_run_id linked to a task instance, it would be great to have that information in the response of the following methods of the REST API: - `/api/v1/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances` - `/api/v1/dags/~/dagR...
https://github.com/apache/airflow/issues/19103
https://github.com/apache/airflow/pull/19105
d75cf4d60ddbff5b88bfe348cb83f9d173187744
cc3b062a2bdca16a7b239e73c4dc9e2a3a43c4f0
2021-10-20T11:32:02Z
python
2021-10-20T18:56:44Z
closed
apache/airflow
https://github.com/apache/airflow
19,098
["airflow/www/static/js/dag.js", "airflow/www/static/js/dags.js", "airflow/www/static/js/datetime_utils.js"]
Showing approximate Time until next dag run in Airflow UI
### Description It will be really helpful if we can add a dynamic message/tooltip which shows time remaining for next dagrun in UI. ### Use case/motivation Although we have next_run available in UI, user has to look into schedule and find the timedifference between schedule and current time, It will be reall...
https://github.com/apache/airflow/issues/19098
https://github.com/apache/airflow/pull/20273
c4d2e16197c5f49493c142bfd9b754ea3c816f48
e148bf6b99b9b62415a7dd9fbfa594e0f5759390
2021-10-20T06:11:16Z
python
2021-12-16T17:17:57Z
closed
apache/airflow
https://github.com/apache/airflow
19,080
["airflow/cli/cli_parser.py", "airflow/cli/commands/dag_command.py", "airflow/utils/dot_renderer.py", "tests/cli/commands/test_dag_command.py", "tests/utils/test_dot_renderer.py"]
Display DAGs dependencies in CLI
### Description Recently, we added [a new DAG dependencies view](https://github.com/apache/airflow/pull/13199) to the webserver. It would be helpful if a similar diagram could also be displayed/generated using the CLI. For now, only [one DAG can be displayed](http://airflow.apache.org/docs/apache-airflow/stable/usage-...
https://github.com/apache/airflow/issues/19080
https://github.com/apache/airflow/pull/19985
728e94a47e0048829ce67096235d34019be9fac7
498f98a8fb3e53c9323faeba1ae2bf4083c28e81
2021-10-19T15:48:30Z
python
2021-12-05T22:11:29Z
closed
apache/airflow
https://github.com/apache/airflow
19,078
["airflow/www/static/js/graph.js", "airflow/www/views.py"]
TaskGroup tooltip missing actual tooltip and default_args issue
### Apache Airflow version 2.2.0 (latest released) ### Operating System Ubuntu ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details Just used `airflow standalone` ### What happened First: TaskGroup does not show the tooltip that is defined for that group on ho...
https://github.com/apache/airflow/issues/19078
https://github.com/apache/airflow/pull/19083
d5a029e119eb50e78b5144e5405f2b249d5e4435
8745fb903069ac6174134d52513584538a2b8657
2021-10-19T15:23:04Z
python
2021-10-19T18:08:27Z
closed
apache/airflow
https://github.com/apache/airflow
19,077
["airflow/providers/microsoft/azure/hooks/data_factory.py", "docs/apache-airflow-providers-microsoft-azure/connections/adf.rst", "tests/providers/microsoft/azure/hooks/test_azure_data_factory.py"]
Add support for more authentication types in Azure Data Factory hook
### Description At the moment the Azure Data Factory hook only supports `TokenCredential` (service principal client ID and secret). It would be very useful to have support for other authentication types like managed identity. Preferably, we would create a `DefaultTokenCredential` if the client ID and secret are not ...
https://github.com/apache/airflow/issues/19077
https://github.com/apache/airflow/pull/19079
9efb989d19e657a2cde2eef98804c5007f148ee1
ca679c014cad86976c1b2e248b099d9dc9fc99eb
2021-10-19T14:42:14Z
python
2021-11-07T16:42:36Z
closed
apache/airflow
https://github.com/apache/airflow
19,001
["chart/values.schema.json", "chart/values.yaml"]
Slow liveness probe causes frequent restarts (scheduler and triggerer)
### Apache Airflow version 2.2.0 (latest released) ### Operating System official docker image ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened I noticed scheduler was restartin...
https://github.com/apache/airflow/issues/19001
https://github.com/apache/airflow/pull/19003
b814ab43d62fad83c1083a7bc3a8d009c6103213
866c764ae8fc17c926e245421d607e4e84ac9ec6
2021-10-15T04:33:41Z
python
2021-10-15T14:32:03Z
closed
apache/airflow
https://github.com/apache/airflow
18,969
["airflow/providers/trino/hooks/trino.py", "docs/apache-airflow-providers-trino/connections.rst", "docs/apache-airflow-providers-trino/index.rst", "tests/providers/trino/hooks/test_trino.py"]
Trino JWT Authentication Support
### Description Would be great to support JWT Authentication in Trino Hook (which also can be used for presto hook). For example like this ``` elif extra.get('auth') == 'jwt': auth = trino.auth.JWTAuthentication( token=extra.get('jwt__token') ) ``` ### Use ca...
https://github.com/apache/airflow/issues/18969
https://github.com/apache/airflow/pull/23116
6065d1203e2ce0aeb19551c545fb668978b72506
ccb5ce934cd521dc3af74b83623ca0843211be62
2021-10-14T05:10:17Z
python
2022-05-06T19:45:33Z
closed
apache/airflow
https://github.com/apache/airflow
18,967
["airflow/hooks/dbapi.py", "airflow/providers/oracle/hooks/oracle.py", "tests/providers/oracle/hooks/test_oracle.py"]
DbApiHook.test_connection() does not work with Oracle db
### Apache Airflow version 2.2.0 (latest released) ### Operating System Ubuntu 20.04.3 LTS ### Versions of Apache Airflow Providers apache-airflow-providers-oracle==2.0.1 ### Deployment Other ### Deployment details ![Screen Shot 2021-10-14 at 06 27 02](https://user-images.githubusercontent.com/17742862/1372520...
https://github.com/apache/airflow/issues/18967
https://github.com/apache/airflow/pull/21699
a1845c68f9a04e61dd99ccc0a23d17a277babf57
900bad1c67654252196bb095a2a150a23ae5fc9a
2021-10-14T04:30:00Z
python
2022-02-26T23:56:50Z
closed
apache/airflow
https://github.com/apache/airflow
18,925
["airflow/providers/databricks/operators/databricks.py"]
Add template_ext = ('.json') to databricks operators
### Description Add template_ext = ('.json') in databricks operators. I will improve the debug and the way to organize parameters. ### Use case/motivation Bigger parameters on file. Easier to debug and maintain. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit...
https://github.com/apache/airflow/issues/18925
https://github.com/apache/airflow/pull/21530
5590e98be30d00ab8f2c821b2f41f524db8bae07
0a2d0d1ecbb7a72677f96bc17117799ab40853e0
2021-10-12T22:42:56Z
python
2022-02-12T12:52:44Z
closed
apache/airflow
https://github.com/apache/airflow
18,917
["docs/apache-airflow/concepts/xcoms.rst"]
Document xcom clearing behaviour on task retries
### Apache Airflow version 2.2.0 (latest released) ### Operating System Debian Buster (in Docker) ### Versions of Apache Airflow Providers n/a ### Deployment Astronomer ### Deployment details Dockerfile: ``` FROM quay.io/astronomer/ap-airflow-dev:2.2.0-buster-onbuild-44762 ``` Launched via `astro dev sta...
https://github.com/apache/airflow/issues/18917
https://github.com/apache/airflow/pull/19968
e8b1120f26d49df1a174d89d51d24c6e7551bfdf
538612c3326b5fd0be4f4114f85e6f3063b5d49c
2021-10-12T18:54:45Z
python
2021-12-05T23:03:38Z
closed
apache/airflow
https://github.com/apache/airflow
18,901
["setup.py"]
Pandas Not Installed with Pip When Required for Providers Packages
### Apache Airflow version 2.2.0 (latest released) ### Operating System Ubuntu 20.04.2 LTS ### Versions of Apache Airflow Providers apache-airflow-providers-apache-hive==2.0.2 ### Deployment Virtualenv installation ### Deployment details Commands used to install: ``` python3.8 -m venv ./airflow-2.2.0 sour...
https://github.com/apache/airflow/issues/18901
https://github.com/apache/airflow/pull/18997
ee8e0b3a2a87a76bcaf088960bce35a6cee8c500
de98976581294e080967e2aa52043176dffb644f
2021-10-12T08:23:28Z
python
2021-10-16T18:21:31Z
closed
apache/airflow
https://github.com/apache/airflow
18,878
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/sensors/base.py", "tests/core/test_config_templates.py"]
Change the Sensors default timeout using airflow configs
### Description Add the configuration parameters to set the default `timeout` on `BaseSensorOperator`. ``` [sensors] default_timeout= ``` ### Use case/motivation By default the sensor timeout is 7 days, this is to much time for some environments and could be reduced to release workers slot faster if a ...
https://github.com/apache/airflow/issues/18878
https://github.com/apache/airflow/pull/19119
0a6850647e531b08f68118ff8ca20577a5b4062c
34e586a162ad9756d484d17b275c7b3dc8cefbc2
2021-10-11T01:12:50Z
python
2021-10-21T19:33:13Z
closed
apache/airflow
https://github.com/apache/airflow
18,799
["airflow/jobs/backfill_job.py", "tests/jobs/test_backfill_job.py"]
Add test for https://github.com/apache/airflow/pull/17305
### Body Add unit test for changes in https://github.com/apache/airflow/pull/17305 ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project.
https://github.com/apache/airflow/issues/18799
https://github.com/apache/airflow/pull/18806
e0af0b976c0cc43d2b1aa204d047fe755e4c5be7
e286ee64c5c0aadd79a5cd86f881fb1acfbf317e
2021-10-07T09:53:33Z
python
2021-10-08T03:24:52Z
closed
apache/airflow
https://github.com/apache/airflow
18,777
["tests/jobs/test_scheduler_job.py", "tests/test_utils/asserts.py"]
[Quarantine] test_no_orphan_process_will_be_left
### Body The `test_no_orphan_process_will_be_left` in `TestSchedulerJob` is really flaky. Before we know how to fix it, I will quarantine it: https://github.com/apache/airflow/pull/18691/checks?check_run_id=3811660138 ``` =================================== FAILURES =================================== _...
https://github.com/apache/airflow/issues/18777
https://github.com/apache/airflow/pull/19860
d1848bcf2460fa82cd6c1fc1e9e5f9b103d95479
9b277dbb9b77c74a9799d64e01e0b86b7c1d1542
2021-10-06T16:04:33Z
python
2021-12-13T17:55:43Z
closed
apache/airflow
https://github.com/apache/airflow
18,771
["airflow/providers/pagerduty/hooks/pagerduty.py", "airflow/providers/pagerduty/hooks/pagerduty_events.py", "airflow/providers/pagerduty/provider.yaml", "tests/providers/pagerduty/hooks/test_pagerduty.py", "tests/providers/pagerduty/hooks/test_pagerduty_events.py"]
Current implementation of PagerdutyHook requires two tokens to be present in connection
### Apache Airflow Provider(s) pagerduty ### Versions of Apache Airflow Providers apache-airflow-providers-pagerduty==2.0.1 ### Apache Airflow version 2.1.4 (latest released) ### Operating System macOS catalina ### Deployment Virtualenv installation ### Deployment details _No response_ ...
https://github.com/apache/airflow/issues/18771
https://github.com/apache/airflow/pull/18784
5d9e5f69b9d9c7d4f4e5e5c040ace0589b541a91
923f5a5912785649be7e61c8ea32a0bd6dc426d8
2021-10-06T12:00:57Z
python
2021-10-12T18:00:59Z
closed
apache/airflow
https://github.com/apache/airflow
18,732
["airflow/www/static/css/main.css"]
Tooltip element is not removed and overlays another clickable elements
### Apache Airflow version 2.1.4 (latest released) ### Operating System Debian GNU/Linux 11 rodete ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened On a clean Airflow install, sometimes there is a problem with accessin...
https://github.com/apache/airflow/issues/18732
https://github.com/apache/airflow/pull/19261
7b293c548a92d2cd0eea4f9571c007057aa06482
37767c1ba05845266668c84dec7f9af967139f42
2021-10-05T09:25:43Z
python
2021-11-02T17:09:17Z
closed
apache/airflow
https://github.com/apache/airflow
18,703
["airflow/api_connexion/endpoints/user_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "tests/api_connexion/endpoints/test_user_endpoint.py"]
"Already exists." message is missing while updating user email with existing email id through API
### Apache Airflow version 2.2.0b2 (beta snapshot) ### Operating System Debian buster ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details Astro dev start ### What happened "Already exists." error message is missing while updating user email with existing em...
https://github.com/apache/airflow/issues/18703
https://github.com/apache/airflow/pull/18757
cf27419cfe058750cde4247935e20deb60bda572
a36e7ba4176eeacab1aeaf72ce452d3b30f4de3c
2021-10-04T11:48:44Z
python
2021-10-06T15:17:34Z
closed
apache/airflow
https://github.com/apache/airflow
18,702
["airflow/api_connexion/endpoints/user_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "tests/api_connexion/endpoints/test_user_endpoint.py"]
Unable to change username while updating user information through API
### Apache Airflow version 2.2.0b2 (beta snapshot) ### Operating System Debian buster ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details Astro dev start ### What happened Unable to change username while updating user information through API though it's pos...
https://github.com/apache/airflow/issues/18702
https://github.com/apache/airflow/pull/18757
cf27419cfe058750cde4247935e20deb60bda572
a36e7ba4176eeacab1aeaf72ce452d3b30f4de3c
2021-10-04T11:39:13Z
python
2021-10-06T15:17:34Z
closed
apache/airflow
https://github.com/apache/airflow
18,664
["airflow/providers/oracle/hooks/oracle.py", "tests/providers/oracle/hooks/test_oracle.py"]
[Oracle] Oracle Hook - make it possible to define a schema in the connection parameters
### Description Currently the oracle hook it not setting a CURRENT_SCHEMA after connecting with the Database. In a lot of use cases we have production and test databases with seperate connections and database schemas e.g. TEST.Table1, PROD.Table1 "Hard-coding" the database schema in SQL Scripts is not elegant due ...
https://github.com/apache/airflow/issues/18664
https://github.com/apache/airflow/pull/19084
6d110b565a505505351d1ff19592626fb24e4516
471e368eacbcae1eedf9b7e1cb4290c385396ea9
2021-10-01T09:21:06Z
python
2022-02-07T20:37:51Z
closed
apache/airflow
https://github.com/apache/airflow
18,634
["docs/apache-airflow/upgrading-from-1-10/index.rst"]
Pendulum 1.x -> 2.x with Airflow 1.x -> 2.x Documentation Updates
### Describe the issue with documentation With the upgrade from Pendulum 1.x to 2.x that coincides with upgrading from Airflow 1.x to 2.x, there are some breaking changes that aren't mentioned here: [Upgrading from 1.x to 2.x](https://airflow.apache.org/docs/apache-airflow/stable/upgrading-from-1-10/index.html) ...
https://github.com/apache/airflow/issues/18634
https://github.com/apache/airflow/pull/18955
f967ca91058b4296edb507c7826282050188b501
141d9f2d5d3e47fe7beebd6a56953df1f727746e
2021-09-30T11:49:40Z
python
2021-10-14T17:56:28Z
closed
apache/airflow
https://github.com/apache/airflow
18,632
["airflow/www/jest-setup.js", "airflow/www/package.json", "airflow/www/static/js/tree/useTreeData.js", "airflow/www/static/js/tree/useTreeData.test.js", "airflow/www/templates/airflow/tree.html", "airflow/www/views.py", "airflow/www/yarn.lock"]
Auto-refresh doesn't take into account the selected date
### Apache Airflow version 2.1.3 ### Operating System Debian GNU/Linux 9 (stretch) ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### What happened In the DAG tree view, if I select a custom date in the date filter (top...
https://github.com/apache/airflow/issues/18632
https://github.com/apache/airflow/pull/19605
186513e24e723b79bc57e3ca0ade3c73e4fa2f9a
d3ccc91ba4af069d3402d458a1f0ca01c3ffb863
2021-09-30T09:45:00Z
python
2021-11-16T00:24:02Z
closed
apache/airflow
https://github.com/apache/airflow
18,600
["airflow/www/static/js/dags.js", "airflow/www/templates/airflow/dags.html"]
Selecting DAG in search dropdown should lead directly to DAG
### Description When searching for a DAG in the search box, the dropdown menu suggests matching DAG names. Currently, selecting a DAG from the dropdown menu initiates a search with that DAG name as the search query. However, I think it would be more intuitive to go directly to the DAG. If the user prefers to exec...
https://github.com/apache/airflow/issues/18600
https://github.com/apache/airflow/pull/18991
324c31c2d7ad756ce3814f74f0b6654d02f19426
4d1f14aa9033c284eb9e6b94e9913a13d990f93e
2021-09-29T04:22:53Z
python
2021-10-22T15:35:50Z
closed
apache/airflow
https://github.com/apache/airflow
18,599
["airflow/stats.py", "tests/core/test_stats.py"]
datadog parsing error for dagrun.schedule_delay since it is not passed in float type
### Apache Airflow version 2.1.2 ### Operating System Gentoo/Linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened In datadog-agent logs, got parsing error [ AGENT ] 2021-09-29 03:20:01 UTC | CORE | ERROR | (pkg/do...
https://github.com/apache/airflow/issues/18599
https://github.com/apache/airflow/pull/19973
dad2f8103be954afaedf15e9d098ee417b0d5d02
5d405d9cda0b88909e6b726769381044477f4678
2021-09-29T04:02:52Z
python
2021-12-15T10:42:14Z
closed
apache/airflow
https://github.com/apache/airflow
18,545
["airflow/www/views.py"]
Unable to add a new user when logged using LDAP auth
### Discussed in https://github.com/apache/airflow/discussions/18290 <div type='discussions-op-text'> <sup>Originally posted by **pawsok** September 16, 2021</sup> ### Apache Airflow version 2.1.4 (latest released) ### Operating System Amazon Linux AMI 2018.03 ### Versions of Apache Airflow Providers...
https://github.com/apache/airflow/issues/18545
https://github.com/apache/airflow/pull/22619
29de8daeeb979d8f395b1e8e001e182f6dee61b8
4e4c0574cdd3689d22e2e7d03521cb82179e0909
2021-09-27T08:55:18Z
python
2022-04-01T08:42:54Z
closed
apache/airflow
https://github.com/apache/airflow
18,512
["airflow/models/renderedtifields.py"]
airflow deadlock trying to update rendered_task_instance_fields table (mysql)
### Apache Airflow version 2.1.4 (latest released) ### Operating System linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened We have been unable to reproduce this in our testing. Our dags will uti...
https://github.com/apache/airflow/issues/18512
https://github.com/apache/airflow/pull/18616
b6aa8d52a027c75aaa1151989c68f8d6b8529107
db2d73d95e793e63e152692f216deec9b9d9bc85
2021-09-24T21:40:14Z
python
2021-09-30T16:50:52Z
closed
apache/airflow
https://github.com/apache/airflow
18,495
["airflow/www/views.py", "docs/apache-airflow/howto/email-config.rst"]
apache-airflow-providers-sendgrid==2.0.1 doesn't show in the connections drop down UI
### Apache Airflow Provider(s) sendgrid ### Versions of Apache Airflow Providers I'm running this version of airflow locally to test the providers modules. I'm interested in sendgrid, however it doesn't show up as a conn type in the UI making it unusable. The other packages I've installed do show up. ``` @l...
https://github.com/apache/airflow/issues/18495
https://github.com/apache/airflow/pull/18502
ac4acf9c5197bd96fbbcd50a83ef3266bfc366a7
be82001f39e5b04fd16d51ef79b3442a3aa56e88
2021-09-24T12:10:04Z
python
2021-09-24T16:12:11Z
closed
apache/airflow
https://github.com/apache/airflow
18,487
["airflow/timetables/interval.py"]
2.1.3/4 queued dag runs changes catchup=False behaviour
### Apache Airflow version 2.1.4 (latest released) ### Operating System Amazon Linux 2 ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened Say, for example, you have a DAG that has a sensor. This DAG is set to run every m...
https://github.com/apache/airflow/issues/18487
https://github.com/apache/airflow/pull/19130
3a93ad1d0fd431f5f4243d43ae8865e22607a8bb
829f90ad337c2ea94db7cd58ccdd71dd680ad419
2021-09-23T23:24:20Z
python
2021-10-22T01:03:59Z
closed
apache/airflow
https://github.com/apache/airflow
18,482
["airflow/utils/log/secrets_masker.py"]
No SQL error shown when using the JDBC operator
### Apache Airflow version 2.2.0b1 (beta snapshot) ### Operating System Debian buster ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details astro dev start Dockerfile - https://gist.github.com/jyotsa09/267940333ffae4d9f3a51ac19762c094#file-dockerfile ### What...
https://github.com/apache/airflow/issues/18482
https://github.com/apache/airflow/pull/21540
cb24ee9414afcdc1a2b0fe1ec0b9f0ba5e1bd7b7
bc1b422e1ce3a5b170618a7a6589f8ae2fc33ad6
2021-09-23T20:01:53Z
python
2022-02-27T13:07:14Z
closed
apache/airflow
https://github.com/apache/airflow
18,473
["airflow/cli/commands/dag_command.py", "airflow/jobs/backfill_job.py", "airflow/models/dag.py", "tests/cli/commands/test_dag_command.py"]
CLI: `airflow dags test { dag w/ schedule_interval=None } ` error: "No run dates were found"
### Apache Airflow version 2.2.0b2 (beta snapshot) ### Operating System ubuntu 20.04 ### Versions of Apache Airflow Providers n/a ### Deployment Virtualenv installation ### Deployment details pip install /path/to/airflow/src ### What happened Given any DAG initialized with: `schedule_interval=None` Run `a...
https://github.com/apache/airflow/issues/18473
https://github.com/apache/airflow/pull/18742
5306a6071e1cf223ea6b4c8bc4cb8cacd25d370e
cfc2e1bb1cbf013cae065526578a4e8ff8c18362
2021-09-23T15:05:23Z
python
2021-10-06T19:40:56Z
closed
apache/airflow
https://github.com/apache/airflow
18,465
["airflow/providers/slack/operators/slack.py"]
SlackAPIFileOperator filename is not templatable but is documented as is
### Apache Airflow Provider(s) slack ### Versions of Apache Airflow Providers apache-airflow-providers-slack==3.0.0 ### Apache Airflow version 2.1.4 (latest released) ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### Wha...
https://github.com/apache/airflow/issues/18465
https://github.com/apache/airflow/pull/18466
958b679dae6bbd9def7c60191c3a7722ce81382a
9bf0ed2179b62f374cad74334a8976534cf1a53b
2021-09-23T12:22:24Z
python
2021-09-23T18:11:12Z
closed
apache/airflow
https://github.com/apache/airflow
18,442
["airflow/providers/microsoft/azure/hooks/azure_batch.py", "docs/apache-airflow-providers-microsoft-azure/connections/azure_batch.rst", "tests/providers/microsoft/azure/hooks/test_azure_batch.py", "tests/providers/microsoft/azure/operators/test_azure_batch.py"]
Cannot retrieve Account URL in AzureBatchHook using the custom connection fields
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers apache-airflow-providers-microsoft-azure==2.0.0 ### Apache Airflow version 2.1.0 ### Operating System Debian GNU/Linux ### Deployment Astronomer ### Deployment details _No response_ ### What happened Related to #18124. ...
https://github.com/apache/airflow/issues/18442
https://github.com/apache/airflow/pull/18456
df131471999578f4824a2567ce932a3a24d7c495
1d2924c94e38ade7cd21af429c9f451c14eba183
2021-09-22T20:07:53Z
python
2021-09-24T08:04:04Z
closed
apache/airflow
https://github.com/apache/airflow
18,440
["airflow/www/views.py"]
Can't Run Tasks from UI when using CeleryKubernetesExecutor
### Apache Airflow version 2.1.3 ### Operating System ContainerOS ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==2.1.0 apache-airflow-providers-celery==2.0.0 apache-airflow-providers-cncf-kubernetes==2.0.2 apache-airflow-providers-databricks==2.0.1 apache-airflow-providers-...
https://github.com/apache/airflow/issues/18440
https://github.com/apache/airflow/pull/18441
32947a464d174517da942a84d62dd4d0b1ff4b70
dc45f97cbb192882d628428bd6dd3ccd32128537
2021-09-22T20:03:30Z
python
2021-10-07T00:30:05Z
closed
apache/airflow
https://github.com/apache/airflow
18,436
["airflow/www/templates/airflow/variable_list.html", "airflow/www/templates/airflow/variable_show.html", "airflow/www/templates/airflow/variable_show_widget.html", "airflow/www/views.py", "airflow/www/widgets.py"]
Add a 'View' button for Airflow Variables in the UI
### Description A 'view' (eye) button is added to the Airflow Variables in the UI. This button shall open the selected Variable for viewing (but not for editing), with the actual json formatting, in either a new page or a modal view. ### Use case/motivation I store variables in the json format, most of them have > 1...
https://github.com/apache/airflow/issues/18436
https://github.com/apache/airflow/pull/21342
5276ef8ad9749b2aaf4878effda513ee378f4665
f0bbb9d1079e2660b4aa6e57c53faac84b23ce3d
2021-09-22T16:29:17Z
python
2022-02-28T01:41:06Z
closed
apache/airflow
https://github.com/apache/airflow
18,392
["airflow/jobs/triggerer_job.py", "tests/jobs/test_triggerer_job.py"]
TriggerEvent fires, and then defers a second time (doesn't fire a second time though).
### Apache Airflow version 2.2.0b1 (beta snapshot) ### Operating System debian buster ### Versions of Apache Airflow Providers n/a ### Deployment Astronomer ### Deployment details Helm info: ``` helm repo add astronomer https://helm.astronomer.io cat <<- 'EOF' | helm install airflow astronomer/airflow --na...
https://github.com/apache/airflow/issues/18392
https://github.com/apache/airflow/pull/20699
0ebd55e0f8fc7eb26a2b35b779106201ffe88f55
16b8c476518ed76e3689966ec4b0b788be935410
2021-09-20T21:16:04Z
python
2022-01-06T23:16:02Z
closed
apache/airflow
https://github.com/apache/airflow
18,369
["airflow/www/static/js/graph.js"]
If the DAG contains Tasks Goups, Graph view does not properly display tasks statuses
### Apache Airflow version 2.1.4 (latest released) ### Operating System Linux/Debian ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened When upgrading to latest release (2.1.4) f...
https://github.com/apache/airflow/issues/18369
https://github.com/apache/airflow/pull/18607
afec743a60fa56bd743a21e85d718e685cad0778
26680d4a274c4bac036899167e6fea6351e73358
2021-09-20T09:27:16Z
python
2021-09-29T16:30:44Z
closed
apache/airflow
https://github.com/apache/airflow
18,363
["airflow/api/common/experimental/mark_tasks.py", "airflow/api_connexion/endpoints/dag_run_endpoint.py", "tests/api_connexion/endpoints/test_dag_run_endpoint.py"]
http patched an in-progress dagRun to state=failed, but the change was clobbered by a subsequent TI state change.
### Apache Airflow version 2.2.0b1 (beta snapshot) ### Operating System debian buster ### Versions of Apache Airflow Providers n/a ### Deployment Astronomer ### Deployment details `astro dev start` image: [quay.io/astronomer/ap-airflow-dev:2.2.0-buster-43897](https://quay.io/repository/astron...
https://github.com/apache/airflow/issues/18363
https://github.com/apache/airflow/pull/18370
13a558d658c3a1f6df4b2ee5d894fee65dc103db
56d1765ea01b25b42947c3641ef4a64395daec5e
2021-09-20T03:28:12Z
python
2021-09-22T20:16:34Z
closed
apache/airflow
https://github.com/apache/airflow
18,333
["airflow/www/views.py", "tests/www/views/test_views_tasks.py"]
No Mass Delete Option for Task Instances Similar to What DAGRuns Have in UI
### Apache Airflow version 2.1.3 (latest released) ### Operating System macOS Big Sur 11.3.1 ### Versions of Apache Airflow Providers n/a ### Deployment Astronomer ### Deployment details default Astronomer deployment with some test DAGs ### What happened In the UI for DAGRuns there are checkboxes that allow ...
https://github.com/apache/airflow/issues/18333
https://github.com/apache/airflow/pull/18438
db2d73d95e793e63e152692f216deec9b9d9bc85
932a2254064a860d614ba2b7c10c7cb091605c7d
2021-09-17T19:12:15Z
python
2021-09-30T17:19:30Z
closed
apache/airflow
https://github.com/apache/airflow
18,329
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/executors/kubernetes_executor.py", "airflow/kubernetes/kubernetes_helper_functions.py", "tests/executors/test_kubernetes_executor.py"]
Add task name, DAG name, try_number, and run_id to all Kubernetes executor logs
### Description Every line in the scheduler log pertaining to a particular task instance should be stamped with that task instance's identifying information. In the Kubernetes executor, some lines are stamped only with the pod name instead. ### Use case/motivation When trying to trace the lifecycle of a task in the ...
https://github.com/apache/airflow/issues/18329
https://github.com/apache/airflow/pull/29929
ffc1dbb4acc1448a9ee6576cb4d348a20b209bc5
64b0872d92609e2df465989062e39357eeef9dab
2021-09-17T13:41:38Z
python
2023-05-25T08:40:18Z
closed
apache/airflow
https://github.com/apache/airflow
18,283
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/config_templates/default_celery.py", "chart/templates/_helpers.yaml", "chart/templates/secrets/result-backend-connection-secret.yaml", "chart/values.yaml", "tests/charts/test_basic_helm_chart.py", "tests/charts/test_rbac.py...
db+ string in result backend but not metadata secret
### Official Helm Chart version 1.1.0 (latest released) ### Apache Airflow version 2.1.3 (latest released) ### Kubernetes Version 1.21 ### Helm Chart configuration data: metadataSecretName: "airflow-metadata" resultBackendSecretName: "airflow-result-backend" ### Docker Image customisations _No resp...
https://github.com/apache/airflow/issues/18283
https://github.com/apache/airflow/pull/24496
5f67cc0747ea661b703e4c44c77e7cd005cb9588
9312b2865a53cfcfe637605c708cf68d6df07a2c
2021-09-15T22:16:35Z
python
2022-06-23T15:34:21Z
closed
apache/airflow
https://github.com/apache/airflow
18,267
["airflow/providers/amazon/aws/transfers/gcs_to_s3.py", "tests/providers/amazon/aws/transfers/test_gcs_to_s3.py"]
GCSToS3Operator : files already uploaded because of wrong prefix
### Apache Airflow version 2.1.3 (latest released) ### Operating System Debian 10 ### Versions of Apache Airflow Providers _No response_ ### Deployment Composer ### Deployment details _No response_ ### What happened The operator airflow.providers.amazon.aws.transfers.gcs_to_s3.GCSToS3Operator is buggy becaus...
https://github.com/apache/airflow/issues/18267
https://github.com/apache/airflow/pull/22071
184a46fc93cf78e6531f25d53aa022ee6fd66496
c7286e53064d717c97807f7ccd6cad515f88fe52
2021-09-15T11:34:01Z
python
2022-03-08T14:11:49Z
closed
apache/airflow
https://github.com/apache/airflow
18,245
["airflow/settings.py", "airflow/utils/state.py", "docs/apache-airflow/howto/customize-ui.rst", "tests/www/views/test_views_home.py"]
Deferred status color not distinct enough
### Apache Airflow version 2.2.0b1 (beta snapshot) ### Operating System Mac OSX 11.5.2 ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened In the tree view, the status color for deferred is very difficult to distinguish f...
https://github.com/apache/airflow/issues/18245
https://github.com/apache/airflow/pull/18414
cfc2e1bb1cbf013cae065526578a4e8ff8c18362
e351eada1189ed50abef8facb1036599ae96399d
2021-09-14T14:47:27Z
python
2021-10-06T19:45:12Z
closed
apache/airflow
https://github.com/apache/airflow
18,237
["airflow/providers/microsoft/azure/hooks/wasb.py"]
Azure wasb hook is creating a container when getting a blob client
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers apache-airflow-providers-microsoft-azure==3.1.1 ### Apache Airflow version 2.1.2 ### Operating System OSX ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened `_get_blob_client` method i...
https://github.com/apache/airflow/issues/18237
https://github.com/apache/airflow/pull/18287
f8ba4755ae77f3e08275d18e5df13c368363066b
2dac083ae241b96241deda20db7725e2fcf3a93e
2021-09-14T10:35:37Z
python
2021-09-16T16:59:06Z
closed
apache/airflow
https://github.com/apache/airflow
18,216
["chart/UPDATING.rst", "chart/templates/NOTES.txt", "chart/templates/flower/flower-ingress.yaml", "chart/templates/webserver/webserver-ingress.yaml", "chart/tests/test_ingress_flower.py", "chart/tests/test_ingress_web.py", "chart/values.schema.json", "chart/values.yaml"]
Helm chart ingress support multiple hostnames
### Description When the official airflow helm chart is used to install airflow in k8s, I want to be able to access the airflow UI from multiple hostnames. Currently given how the ingress resource is structured it doesn't seem possible, and modifying it needs to take into account backwards compatibility concerns. ##...
https://github.com/apache/airflow/issues/18216
https://github.com/apache/airflow/pull/18257
4308a8c364d410ea8c32d2af7cc8ca3261054696
516d6d86064477b1e2044a92bffb33bf9d7fb508
2021-09-13T21:01:13Z
python
2021-09-17T16:53:47Z
closed
apache/airflow
https://github.com/apache/airflow
18,155
["tests/core/test_providers_manager.py"]
Upgrade `importlib-resources` version
### Description The version for `importlib-resources` constraint sets it to be [v1.5.0](https://github.com/python/importlib_resources/tree/v1.5.0) which is over a year old. For compatibility sake (for instance with something like Datapane) I would suggest upgrading it. ### Use case/motivation Upgrade a an old...
https://github.com/apache/airflow/issues/18155
https://github.com/apache/airflow/pull/18215
dd313a57721918577b6465cd00d815a429a8f240
b7f366cd68b3fed98a4628d5aa15a1e8da7252a3
2021-09-10T19:40:00Z
python
2021-09-13T23:03:05Z
closed
apache/airflow
https://github.com/apache/airflow
18,146
["airflow/models/taskinstance.py", "tests/models/test_taskinstance.py"]
Deferred TI's `next_method` and `next_kwargs` not cleared on retries
### Apache Airflow version main (development) ### Operating System macOS 11.5.2 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened If your first try fails and you have retries enabled, the subsequent tries skip ...
https://github.com/apache/airflow/issues/18146
https://github.com/apache/airflow/pull/18210
9c8f7ac6236bdddd979bb6242b6c63003fae8490
9d497729184711c33630dec993b88603e0be7248
2021-09-10T14:15:01Z
python
2021-09-13T18:14:07Z
closed
apache/airflow
https://github.com/apache/airflow
18,136
["chart/templates/rbac/security-context-constraint-rolebinding.yaml", "chart/tests/test_scc_rolebinding.py", "chart/values.schema.json", "chart/values.yaml", "docs/helm-chart/production-guide.rst"]
Allow airflow standard images to run in openshift utilising the official helm chart
### Description Airflow helm chart is very powerful and configurable, however in order to run it in a on-premises openshift 4 environment, one must manually create security context constraints or extra RBAC rules in order to permit the pods to start with arbitrary user ids. ### Use case/motivation I would like to be...
https://github.com/apache/airflow/issues/18136
https://github.com/apache/airflow/pull/18147
806e4bce9bf827869b4066a14861f791c46179c8
45e8191f5c07a1db83c54cf892767ae71a295ba0
2021-09-10T10:21:30Z
python
2021-09-28T16:38:22Z
closed
apache/airflow
https://github.com/apache/airflow
18,124
["airflow/providers/microsoft/azure/hooks/adx.py", "tests/providers/microsoft/azure/hooks/test_adx.py"]
Cannot retrieve Authentication Method in AzureDataExplorerHook using the custom connection fields
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers apache-airflow-providers-microsoft-azure==1!3.1.1 ### Apache Airflow version 2.1.3 (latest released) ### Operating System Debian GNU/Linux ### Deployment Astronomer ### Deployment details _No response_ ### What happened ...
https://github.com/apache/airflow/issues/18124
https://github.com/apache/airflow/pull/18203
d9c0e159dbe670458b89a47d81f49d6a083619a2
410e6d7967c6db0a968f26eb903d072e356f1348
2021-09-09T19:24:05Z
python
2021-09-18T14:01:40Z
closed
apache/airflow
https://github.com/apache/airflow
18,103
["chart/templates/jobs/create-user-job.yaml", "chart/templates/jobs/migrate-database-job.yaml", "chart/tests/test_basic_helm_chart.py"]
Helm Chart Jobs (apache-airflow-test-run-airflow-migrations) does not Pass Labels to Pod
### Official Helm Chart version 1.1.0 (latest released) ### Apache Airflow version 2.1.3 (latest released) ### Kubernetes Version 1.18 ### Helm Chart configuration Any configuration should replicate this. Here is a simple example: ``` statsd: enabled: false redis: enabled: false postgresql: enabl...
https://github.com/apache/airflow/issues/18103
https://github.com/apache/airflow/pull/18403
43bd351df17084ec8c670e712da0193503519b74
a91d9a7d681a5227d7d72876110e31b448383c20
2021-09-08T21:16:02Z
python
2021-09-21T18:43:12Z
closed
apache/airflow
https://github.com/apache/airflow
18,100
["airflow/www/static/css/flash.css"]
DAG Import Errors Broken DAG Dropdown Arrow Icon Switched
### Apache Airflow version 2.1.3 (latest released) ### Operating System macOS Big Sur 11.3.1 ### Versions of Apache Airflow Providers N/A ### Deployment Virtualenv installation ### Deployment details Default installation, with one DAG added for testing. ### What happened The arrow icons used when a DAG has a...
https://github.com/apache/airflow/issues/18100
https://github.com/apache/airflow/pull/18207
8ae2bb9bfa8cfd62a8ae5f6edabce47800ccb140
d3d847acfdd93f8d1d8dc1495cf5b3ca69ae5f78
2021-09-08T20:03:00Z
python
2021-09-13T16:11:22Z
closed
apache/airflow
https://github.com/apache/airflow
18,082
["airflow/api/common/experimental/trigger_dag.py", "tests/api/client/test_local_client.py", "tests/operators/test_trigger_dagrun.py", "tests/www/api/experimental/test_dag_runs_endpoint.py"]
TriggerDagRunOperator start_date is not set
### Apache Airflow version 2.1.3 (latest released) ### Operating System ubuntu, macos ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==1.4.0 apache-airflow-providers-ftp==1.1.0 apache-airflow-providers-http==1.1.1 apache-airflow-providers-imap==1.0.1 apache-airflow-providers-postgres==...
https://github.com/apache/airflow/issues/18082
https://github.com/apache/airflow/pull/18226
1d2924c94e38ade7cd21af429c9f451c14eba183
6609e9a50f0ab593e347bfa92f56194334f5a94d
2021-09-08T09:55:33Z
python
2021-09-24T09:45:40Z
closed
apache/airflow
https://github.com/apache/airflow
18,066
["Dockerfile", "chart/templates/workers/worker-deployment.yaml", "docs/docker-stack/entrypoint.rst"]
Chart version 1.1.0 does not gracefully shutdown workers
### Official Helm Chart version 1.1.0 (latest released) ### Apache Airflow version 2.1.3 (latest released) ### Kubernetes Version 1.19.13 ### Helm Chart configuration ```yaml executor: "CeleryExecutor" workers: # Number of airflow celery workers in StatefulSet replicas: 1 # Below is the ...
https://github.com/apache/airflow/issues/18066
https://github.com/apache/airflow/pull/18068
491d81893b0afb80b5f9df191369875bce6e2aa0
9e13e450032f4c71c54d091e7f80fe685204b5b4
2021-09-07T17:02:04Z
python
2021-09-10T18:13:31Z
closed
apache/airflow
https://github.com/apache/airflow
18,055
[".github/workflows/build-images.yml"]
The current CI requires rebasing to main far too often
### Body I was wondering why people have to rebase their PRs so often now, this was not the case for quite a while, but it seems that now, the need to rebase to latest `main` is far more frequent than it should be. I think also we have a number of cases where PR build succeeds but it breaks main after merging. This al...
https://github.com/apache/airflow/issues/18055
https://github.com/apache/airflow/pull/18060
64d2f5488f6764194a2f4f8a01f961990c75b840
1bfb5722a8917cbf770922a26dc784ea97aacf33
2021-09-07T11:52:12Z
python
2021-09-07T15:21:39Z
closed
apache/airflow
https://github.com/apache/airflow
18,050
["airflow/www/views.py", "tests/www/views/test_views_connection.py"]
Duplicating the same connection twice gives "Integrity error, probably unique constraint"
### Apache Airflow version 2.2.0 ### Operating System Debian buster ### Versions of Apache Airflow Providers _No response_ ### Deployment Astronomer ### Deployment details astro dev start ### What happened When I have tried to duplicate a connection first time it has created a connectio...
https://github.com/apache/airflow/issues/18050
https://github.com/apache/airflow/pull/18161
f248a215aa341608e2bc7d9083ca9d18ab756ac4
3ddb36578c5020408f89f5532b21dc0c38e739fb
2021-09-06T17:44:51Z
python
2021-10-09T14:06:11Z
closed
apache/airflow
https://github.com/apache/airflow
18,005
["airflow/providers/neo4j/hooks/neo4j.py", "tests/providers/neo4j/hooks/test_neo4j.py", "tests/providers/neo4j/operators/test_neo4j.py"]
Neo4j Hook does not return query response
### Apache Airflow Provider(s) neo4j ### Versions of Apache Airflow Providers apache-airflow-providers-neo4j version 2.0.0 ### Apache Airflow version 2.1.0 ### Operating System macOS Big Sur Version 11.4 ### Deployment Docker-Compose ### Deployment details docker-compose version 1.29.2,...
https://github.com/apache/airflow/issues/18005
https://github.com/apache/airflow/pull/18007
0dba2e0d644ab0bd2512144231b56463218a3b74
5d2b056f558f3802499eb6d98643433c31d8534c
2021-09-03T09:11:40Z
python
2021-09-07T16:17:30Z
closed
apache/airflow
https://github.com/apache/airflow
17,969
["airflow/api_connexion/endpoints/dag_endpoint.py", "airflow/api_connexion/openapi/v1.yaml", "airflow/exceptions.py", "airflow/www/views.py"]
Delete DAG REST API Functionality
### Description The stable REST API seems to be missing the functionality to delete a DAG. This would mirror clicking the "Trash Can" on the UI (and could maybe eventually power it) ![image](https://user-images.githubusercontent.com/80706212/131702280-2a8d0d74-6388-4b84-84c1-efabdf640cde.png) ### Use case/moti...
https://github.com/apache/airflow/issues/17969
https://github.com/apache/airflow/pull/17980
b6a962ca875bc29aa82a252f5c179faff601780b
2cace945cd35545385d83090c8319525d91f8efd
2021-09-01T15:45:03Z
python
2021-09-03T12:46:52Z
closed
apache/airflow
https://github.com/apache/airflow
17,966
["airflow/task/task_runner/standard_task_runner.py"]
lack of definitive error message if task launch fails
### Apache Airflow version 2.1.2 ### Operating System Centos docker image ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details Self built docker image on kubernetes ### What happened If airflow fails to launch a task (Kubernetes worker pod i...
https://github.com/apache/airflow/issues/17966
https://github.com/apache/airflow/pull/17967
bff580602bc619afe1bee2f7a5c3ded5fc6e39dd
b6a962ca875bc29aa82a252f5c179faff601780b
2021-09-01T14:49:56Z
python
2021-09-03T12:39:14Z
closed
apache/airflow
https://github.com/apache/airflow
17,962
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/www/views.py", "docs/apache-airflow/security/webserver.rst", "tests/www/views/test_views_base.py", "tests/www/views/test_views_robots.py"]
Warn if robots.txt is accessed
### Description https://github.com/apache/airflow/pull/17946 implements a `/robots.txt` endpoint to block search engines crawling Airflow - in the cases where it is (accidentally) exposed to the public Internet. If we record any GET requests to that end-point we'd have a strong warning flag that the deployment is e...
https://github.com/apache/airflow/issues/17962
https://github.com/apache/airflow/pull/18557
7c45bc35e767ff21982636fa2e36bc07c97b9411
24a53fb6476a3f671859451049407ba2b8d931c8
2021-09-01T12:11:26Z
python
2021-12-24T10:24:31Z
closed
apache/airflow
https://github.com/apache/airflow
17,932
["airflow/models/baseoperator.py", "airflow/serialization/serialized_objects.py", "tests/serialization/test_dag_serialization.py"]
template_ext in task attributes shows incorrect value
### Apache Airflow version 2.1.3 (latest released) ### Operating System Debian Buster ### Versions of Apache Airflow Providers _No response_ ### Deployment Managed Services (Astronomer, Composer, MWAA etc.) ### Deployment details Running `quay.io/astronomer/ap-airflow:2.1.3-buster` Docker image ### What happe...
https://github.com/apache/airflow/issues/17932
https://github.com/apache/airflow/pull/17985
f7276353ccd5d15773eea6c0d90265650fd22ae3
ca4f99d349e664bbcf58d3c84139b5f4919f6c8e
2021-08-31T08:21:15Z
python
2021-09-02T22:54:32Z
closed
apache/airflow
https://github.com/apache/airflow
17,931
["airflow/plugins_manager.py", "airflow/serialization/serialized_objects.py", "tests/serialization/test_dag_serialization.py", "tests/test_utils/timetables.py"]
Timetable registration a la OperatorLinks
Currently (as implemented in #17414), timetables are serialised by their classes’ full import path. This works most of the time, but not in some cases, including: * Nested in class or function * Declared directly in a DAG file without a valid import name (e.g. `12345.py`) It’s fundamentally impossible to fix som...
https://github.com/apache/airflow/issues/17931
https://github.com/apache/airflow/pull/17989
31b15c94886c6083a6059ca0478060e46db67fdb
be7efb1d30929a7f742f5b7735a3d6fbadadd352
2021-08-31T08:13:51Z
python
2021-09-03T12:15:57Z
closed
apache/airflow
https://github.com/apache/airflow
17,897
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/models/base.py", "docs/apache-airflow/howto/set-up-database.rst", "tests/models/test_base.py"]
Dag tags are not refreshing if case sensitivity changed
### Apache Airflow version 2.1.3 (latest released) ### Operating System Debian ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### Deployment details Custom docker image on k8s ### What happened New dag version was written in same name...
https://github.com/apache/airflow/issues/17897
https://github.com/apache/airflow/pull/18072
79d85573591f641db4b5f89a12213e799ec6dea1
b658a4243fb5b22b81677ac0f30c767dfc3a1b4b
2021-08-29T17:14:31Z
python
2021-09-07T23:17:22Z
closed
apache/airflow
https://github.com/apache/airflow
17,879
["airflow/utils/state.py", "tests/utils/test_state.py"]
Cleared tasks get literal 'DagRunState.QUEUED' instead of the value 'queued'
### Apache Airflow version 2.1.3 (latest released) ### Operating System CentOS Stream release 8 ### Versions of Apache Airflow Providers None of them are relevant ### Deployment Virtualenv installation ### Deployment details mkdir /srv/airflow cd /srv/airflow virtualenv venv source venv/bin/activate pip in...
https://github.com/apache/airflow/issues/17879
https://github.com/apache/airflow/pull/17886
332406dae9f6b08de0d43576c4ed176eb49b8ed0
a3f9c690aa80d12ff1d5c42eaaff4fced07b9429
2021-08-28T08:13:59Z
python
2021-08-30T18:05:08Z
closed
apache/airflow
https://github.com/apache/airflow
17,874
["airflow/www/static/js/trigger.js"]
Is it possible to extend the window with parameters in the UI?
### Description Is it possible to extend the window with parameters in the UI? - I have simple parameters and they do not fit ( ### Use case/motivation I have simple parameters and they do not fit ( ### Related issues yt ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Cond...
https://github.com/apache/airflow/issues/17874
https://github.com/apache/airflow/pull/20052
9083ecd928a0baba43e369e2c65225e092a275ca
abe842cf6b68472cc4f84dcec1a5ef94ff98ba5b
2021-08-27T20:38:53Z
python
2021-12-08T22:14:13Z
closed
apache/airflow
https://github.com/apache/airflow
17,869
["airflow/config_templates/config.yml", "airflow/config_templates/default_airflow.cfg", "airflow/configuration.py", "airflow/www/extensions/init_views.py", "docs/apache-airflow/security/api.rst"]
More than one url in cors header
**Description** Enabled list of cors headers origin allowed **Use case / motivation** I'm currently developping Django application working with apache airflow for some external work through api. From Django, user run dag and a js request wait for dag end. By this way, I enabled cors headers in airflow.cfg with...
https://github.com/apache/airflow/issues/17869
https://github.com/apache/airflow/pull/17941
ace2374c20a9dc4b004237bfd600dd6eaa0f91b4
a88115ea24a06f8706886a30e4f765aa4346ccc3
2021-08-27T12:24:31Z
python
2021-09-03T14:37:11Z
closed
apache/airflow
https://github.com/apache/airflow
17,852
["docs/apache-airflow/howto/connection.rst"]
Connections created via AIRFLOW_CONN_ enviroment variables do not show up in the Admin > Connections or airflow connections list
The connections created using [environment variables like AIRFLOW_CONN_MYCONNID](https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html#storing-a-connection-in-environment-variables) do not show up in the UI. They don't show up in `airflow connections list` either, although if you know the conn...
https://github.com/apache/airflow/issues/17852
https://github.com/apache/airflow/pull/17915
b5da846dd1f27d798dc7dc4f4227de4418919874
e9bf127a651794b533f30a77dc171e0ea5052b4f
2021-08-26T14:43:30Z
python
2021-08-30T16:52:58Z
closed
apache/airflow
https://github.com/apache/airflow
17,826
["airflow/www/static/css/dags.css", "airflow/www/templates/airflow/dags.html", "airflow/www/views.py", "docs/apache-airflow/core-concepts/dag-run.rst", "tests/www/views/test_views_home.py"]
Add another tab in Dags table that shows running now
The DAGs main page has All/Active/Paused. It would be nice if we can have also Running Now which will show all the DAGs that have at least 1 in Running of DAG runs: ![Screen Shot 2021-08-25 at 11 30 55](https://user-images.githubusercontent.com/62940116/130756490-647dc664-7528-4eb7-b4d8-515577f7e6bb.png) For t...
https://github.com/apache/airflow/issues/17826
https://github.com/apache/airflow/pull/30429
c25251cde620481592392e5f82f9aa8a259a2f06
dbe14c31d52a345aa82e050cc0a91ee60d9ee567
2021-08-25T08:38:02Z
python
2023-05-22T16:05:44Z
closed
apache/airflow
https://github.com/apache/airflow
17,810
["airflow/www/static/js/dags.js", "airflow/www/templates/airflow/dags.html"]
"Runs" column being cut off by "Schedule" column in web UI
<!-- Welcome to Apache Airflow! Please complete the next sections or the issue will be closed. --> **Apache Airflow version**: 2.1.3 **OS**: CentOS Linux 7 **Apache Airflow Provider versions**: Standard provider package that comes with Airflow 2.1.3 via Docker container **Deployment**: dock...
https://github.com/apache/airflow/issues/17810
https://github.com/apache/airflow/pull/17817
06e53f26e5cb2f1ad4aabe05fa12d2db9c66e282
96f7e3fec76a78f49032fbc9a4ee9a5551f38042
2021-08-24T13:09:54Z
python
2021-08-25T12:48:33Z
closed
apache/airflow
https://github.com/apache/airflow
17,795
["airflow/providers/http/provider.yaml"]
Circular Dependency in Apache Airflow 2.1.3
**Apache Airflow version**: 2.1.3 **OS**: Ubuntu 20.04 LTS **Deployment**: Bazel **What happened**: When I tried to bump my Bazel monorepo from 2.1.2 to 2.1.3, Bazel complains that there is the following circular dependency. ``` ERROR: /github/home/.cache/bazel/_bazel_bookie/c5c5e4532705a81d38d...
https://github.com/apache/airflow/issues/17795
https://github.com/apache/airflow/pull/17796
36c5fd3df9b271702e1dd2d73c579de3f3bd5fc0
0264fea8c2024d7d3d64aa0ffa28a0cfa48839cd
2021-08-23T20:52:43Z
python
2021-08-23T22:47:45Z
closed
apache/airflow
https://github.com/apache/airflow
17,733
["scripts/in_container/prod/clean-logs.sh"]
Scheduler-gc fails on helm chart when running 'find'
<!-- Welcome to Apache Airflow! Please complete the next sections or the issue will be closed. --> **Apache Airflow version**: 2.1.3 **OS**: centos-release-7-8.2003.0.el7.centos.x86_64 **Apache Airflow Provider versions**: Irrelevant **Deployment**: Helm Chart **Versions**: ```go Client Version:...
https://github.com/apache/airflow/issues/17733
https://github.com/apache/airflow/pull/17739
af9dc8b3764fc0f4630c0a83f1f6a8273831c789
f654db8327cdc5c6c1f26517f290227cbc752a3c
2021-08-19T14:43:47Z
python
2021-08-19T19:42:00Z
closed
apache/airflow
https://github.com/apache/airflow
17,727
["airflow/www/templates/airflow/_messages.html", "airflow/www/templates/airflow/dags.html", "airflow/www/templates/airflow/main.html", "airflow/www/templates/appbuilder/flash.html", "airflow/www/views.py", "tests/www/views/test_views.py"]
Duplicated general notifications in Airflow UI above DAGs list
**Apache Airflow version**: 2.2.0.dev0 (possible older versions too) **OS**: Linux Debian 11 (BTW Here we have a typo in comment inside bug report template in `.github/ISSUE_TEMPLATE/bug_report.md`: `cat /etc/oss-release` <- double 's'.) **Apache Airflow Provider versions**: - **Deployment**: Docker-comp...
https://github.com/apache/airflow/issues/17727
https://github.com/apache/airflow/pull/18462
3857aa822df5a057e0db67b2342ef769c012785f
18e91bcde0922ded6eed724924635a31578d8230
2021-08-19T13:00:16Z
python
2021-09-24T11:52:54Z
closed
apache/airflow
https://github.com/apache/airflow
17,694
["airflow/providers/snowflake/operators/snowflake.py", "tests/providers/snowflake/operators/test_snowflake.py"]
Add SQL Check Operators to Snowflake Provider
Add SnowflakeCheckOperator, SnowflakeValueCheckOperator, and SnowflakeIntervalCheckOperator to Snowflake provider. **Use case / motivation** The SQL operator, as well as other provider DB operators, already support this functionality. It can prove useful for data quality use cases with Snowflake. It should be rel...
https://github.com/apache/airflow/issues/17694
https://github.com/apache/airflow/pull/17741
19454940d45486a925a6d890da017a22b6b962de
a8970764d98f33a54be0e880df27f86b311038ac
2021-08-18T18:39:57Z
python
2021-09-09T23:41:53Z
closed
apache/airflow
https://github.com/apache/airflow
17,693
["airflow/executors/kubernetes_executor.py", "tests/executors/test_kubernetes_executor.py"]
Kubernetes Executor: Tasks Stuck in Queued State indefinitely (or until scheduler restart).
**Apache Airflow version**: 2.1.3 **OS**: Custom Docker Image built from python:3.8-slim **Apache Airflow Provider versions**: apache-airflow-providers-cncf-kubernetes==2.0.1 apache-airflow-providers-ftp==2.0.0 apache-airflow-providers-http==2.0.0 apache-airflow-providers-imap==2.0.0 **Deployment**: Self manag...
https://github.com/apache/airflow/issues/17693
https://github.com/apache/airflow/pull/18095
db72f40707c041069f0fbb909250bde6a0aea53d
e2d069f3c78a45ca29bc21b25a9e96b4e36a5d86
2021-08-18T17:52:26Z
python
2021-09-11T20:18:32Z
closed
apache/airflow
https://github.com/apache/airflow
17,684
["airflow/www/views.py", "tests/www/views/test_views_base.py", "tests/www/views/test_views_home.py"]
Role permissions and displaying dag load errors on webserver UI
Running Airflow 2.1.2. Setup using oauth authentication (azure). With the public permissions role if a user did not have a valid role in Azure AD or did not login I got all sorts of redirect loops and errors. So I updated the public permissions to: [can read on Website, menu access on My Profile, can read on My Profile...
https://github.com/apache/airflow/issues/17684
https://github.com/apache/airflow/pull/17835
a759499c8d741b8d679c683d1ee2757dd42e1cd2
45e61a965f64feffb18f6e064810a93b61a48c8a
2021-08-18T15:03:30Z
python
2021-08-25T22:50:40Z
closed
apache/airflow
https://github.com/apache/airflow
17,679
["chart/templates/scheduler/scheduler-deployment.yaml"]
Airflow not running as root when deployed to k8s via helm
**Apache Airflow version**: v2.1.2 **Deployment**: Helm Chart + k8s **What happened**: helm install with values: uid=0 gid=0 Airflow pods must run as root. error: from container's bash: root@airflow-xxx-scheduler-7f49549459-w9s67:/opt/airflow# airflow ``` Traceback (most recent call last)...
https://github.com/apache/airflow/issues/17679
https://github.com/apache/airflow/pull/17688
4e59741ff9be87d6aced1164812ab03deab259c8
986381159ee3abf3442ff496cb553d2db004e6c4
2021-08-18T08:17:33Z
python
2021-08-18T18:40:21Z
closed
apache/airflow
https://github.com/apache/airflow
17,652
["airflow/www/security.py", "tests/www/test_security.py"]
Subdags permissions not getting listed on Airflow UI
<!-- Welcome to Apache Airflow! Please complete the next sections or the issue will be closed. --> **Apache Airflow version**: 2.0.2 and 2.1.1 <!-- AIRFLOW VERSION IS MANDATORY --> **OS**: Debian <!-- MANDATORY! You can get it via `cat /etc/oss-release` for example --> **Apache Airflow Provider vers...
https://github.com/apache/airflow/issues/17652
https://github.com/apache/airflow/pull/18160
3d6c86c72ef474952e352e701fa8c77f51f9548d
3e3c48a136902ac67efce938bd10930e653a8075
2021-08-17T11:23:38Z
python
2021-09-11T17:48:54Z
closed
apache/airflow
https://github.com/apache/airflow
17,639
["airflow/api_connexion/openapi/v1.yaml"]
Airflow API (Stable) (1.0.0) Update a DAG endpoint documentation shows you can update is_active, but the api does not accept it
**Apache Airflow version**: v2.1.1+astro.2 **OS**: Ubuntu v18.04 **Apache Airflow Provider versions**: <!-- You can use `pip freeze | grep apache-airflow-providers` (you can leave only relevant ones)--> **Deployment**: VM Ansible **What happened**: PATCH call to api/v1/dags/{dagID} gives t...
https://github.com/apache/airflow/issues/17639
https://github.com/apache/airflow/pull/17667
cbd9ad2ffaa00ba5d99926b05a8905ed9ce4e698
83a2858dcbc8ecaa7429df836b48b72e3bbc002a
2021-08-16T18:01:18Z
python
2021-08-18T14:56:02Z
closed
apache/airflow
https://github.com/apache/airflow
17,617
["tests/providers/alibaba/cloud/operators/test_oss.py", "tests/providers/alibaba/cloud/sensors/test_oss_key.py"]
Switch Alibaba tests to use Mocks
We should also take a look if there is a way to mock the calls rather than having to communicate with the reaal "Alibaba Cloud". This way our unit tests would be even more stable. For AWS we are using `moto` library. Seems that Alibaba has built-in way to use Mock server as backend (?) https://www.alibabacloud.com/hel...
https://github.com/apache/airflow/issues/17617
https://github.com/apache/airflow/pull/22178
9e061879f92f67304f1afafdebebfd7ee2ae8e13
03d0c702cf5bb72dcb129b86c219cbe59fd7548b
2021-08-14T16:34:02Z
python
2022-03-11T12:47:45Z
closed
apache/airflow
https://github.com/apache/airflow
17,533
["airflow/www/static/js/tree.js", "airflow/www/templates/airflow/tree.html"]
Tree-view auto refresh ignores requested root task
Airflow 2.1.2 In Tree View, when you click on a task in a middle of a DAG, then click "Filter Upstream" in a popup, the webpage will reload the tree view with `root` argument in URL. However, when clicking a small Refresh button right, or enabling auto-refresh, the whole dag will load back. It ignores `root`.
https://github.com/apache/airflow/issues/17533
https://github.com/apache/airflow/pull/17633
84de7c53c2ebabef98e0916b13b239a8e4842091
c645d7ac2d367fd5324660c616618e76e6b84729
2021-08-10T11:45:23Z
python
2021-08-16T16:00:02Z
closed
apache/airflow
https://github.com/apache/airflow
17,516
["airflow/dag_processing/processor.py", "airflow/models/dag.py", "tests/dag_processing/test_processor.py", "tests/www/views/test_views_home.py"]
Removed dynamically generated DAG doesn't always remove from Airflow metadb
**Apache Airflow version**: 2.1.0 **What happened**: We use a python script that reads JSON configs from db to dynamically generate DAGs. Sometimes, when JSON Configs is updated, we expect DAGs to be removed in Airflow. This doesn't always happen. From my observation, one of the following happens: 1) DAG is rem...
https://github.com/apache/airflow/issues/17516
https://github.com/apache/airflow/pull/17121
dc94ee26653ee4d3446210520036cc1f0eecfd81
e81f14b85e2609ce0f40081caa90c2a6af1d2c65
2021-08-09T19:37:58Z
python
2021-09-18T19:52:54Z
closed
apache/airflow
https://github.com/apache/airflow
17,476
["airflow/cli/commands/task_command.py", "airflow/utils/log/secrets_masker.py", "tests/cli/commands/test_task_command.py", "tests/utils/log/test_secrets_masker.py"]
Sensitive variables don't get masked when rendered with airflow tasks test
**Apache Airflow version**: 2.1.2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): No **Environment**: - **Cloud provider or hardware configuration**: No - **OS** (e.g. from /etc/os-release): MacOS Big Sur 11.4 - **Kernel** (e.g. `uname -a`): - - **Install tools**: - - **Oth...
https://github.com/apache/airflow/issues/17476
https://github.com/apache/airflow/pull/24362
770ee0721263e108c7c74218fd583fad415e75c1
3007159c2468f8e74476cc17573e03655ab168fa
2021-08-06T19:06:55Z
python
2022-06-12T20:51:07Z
closed
apache/airflow
https://github.com/apache/airflow
17,469
["airflow/models/taskmixin.py", "airflow/utils/edgemodifier.py", "airflow/utils/task_group.py", "tests/utils/test_edgemodifier.py"]
Label in front of TaskGroup breaks task dependencies
**Apache Airflow version**: 2.1.0 **What happened**: Using a Label infront of a TaskGroup breaks task dependencies, as tasks before the TaskGroup will now point to the last task in the TaskGroup. **What you expected to happen**: Task dependencies with or without Labels should be the same (and preferably the...
https://github.com/apache/airflow/issues/17469
https://github.com/apache/airflow/pull/29410
d0657f5539722257657f84837936c51ac1185fab
4b05468129361946688909943fe332f383302069
2021-08-06T11:22:05Z
python
2023-02-18T17:57:44Z
closed
apache/airflow
https://github.com/apache/airflow
17,449
["airflow/www/security.py", "tests/www/test_security.py"]
Missing menu items in navigation panel for "Op" role
**Apache Airflow version**: 2.1.1 **What happened**: For user with "Op" role following menu items are not visible in navigation panel, however pages are accessible (roles has access to it): - "Browse" -> "DAG Dependencies" - "Admin" -> "Configurations" **What you expected to happen**: available menu items in...
https://github.com/apache/airflow/issues/17449
https://github.com/apache/airflow/pull/17450
9a0c10ba3fac3bb88f4f103114d4590b3fb191cb
4d522071942706f4f7c45eadbf48caded454cb42
2021-08-05T15:36:55Z
python
2021-09-01T19:58:50Z
closed
apache/airflow
https://github.com/apache/airflow
17,438
["airflow/operators/trigger_dagrun.py", "tests/operators/test_trigger_dagrun.py"]
TriggerDagRunOperator to configure the run_id of the triggered dag
<!-- 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/17438
https://github.com/apache/airflow/pull/18788
5bc64fb923d7afcab420a1b4a6d9f6cc13362f7a
cdaa9aac80085b157c606767f2b9958cd6b2e5f0
2021-08-05T09:52:22Z
python
2021-10-07T15:54:41Z
closed
apache/airflow
https://github.com/apache/airflow
17,437
["docs/apache-airflow/faq.rst"]
It's too slow to recognize new dag file when there are a log of dags files
<!-- 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/17437
https://github.com/apache/airflow/pull/17519
82229b363d53db344f40d79c173421b4c986150c
7dfc52068c75b01a309bf07be3696ad1f7f9b9e2
2021-08-05T09:45:52Z
python
2021-08-10T10:05:46Z
closed
apache/airflow
https://github.com/apache/airflow
17,373
["airflow/cli/cli_parser.py", "airflow/executors/executor_loader.py", "tests/cli/conftest.py", "tests/cli/test_cli_parser.py"]
Allow using default celery commands for custom Celery executors subclassed from existing
**Description** Allow custom executors subclassed from existing (CeleryExecutor, CeleryKubernetesExecutor, etc.) to use default CLI commands to start workers or flower monitoring. **Use case / motivation** Currently, users who decide to roll their own custom Celery-based executor cannot use default commands (i...
https://github.com/apache/airflow/issues/17373
https://github.com/apache/airflow/pull/18189
d3f445636394743b9298cae99c174cb4ac1fc30c
d0cea6d849ccf11e2b1e55d3280fcca59948eb53
2021-08-02T08:46:59Z
python
2021-12-04T15:19:40Z
closed
apache/airflow
https://github.com/apache/airflow
17,368
["airflow/providers/slack/example_dags/__init__.py", "airflow/providers/slack/example_dags/example_slack.py", "airflow/providers/slack/operators/slack.py", "docs/apache-airflow-providers-slack/index.rst", "tests/providers/slack/operators/test.csv", "tests/providers/slack/operators/test_slack.py"]
Add example DAG for SlackAPIFileOperator
The SlackAPIFileOperator is not straight forward and it might be better to add an example DAG to demonstrate the usage.
https://github.com/apache/airflow/issues/17368
https://github.com/apache/airflow/pull/17400
c645d7ac2d367fd5324660c616618e76e6b84729
2935be19901467c645bce9d134e28335f2aee7d8
2021-08-01T23:15:40Z
python
2021-08-16T16:16:07Z
closed
apache/airflow
https://github.com/apache/airflow
17,348
["airflow/providers/google/cloud/example_dags/example_mlengine.py", "airflow/providers/google/cloud/operators/mlengine.py", "tests/providers/google/cloud/operators/test_mlengine.py"]
Add support for hyperparameter tuning on GCP Cloud AI
@darshan-majithiya had opened #15429 to add the hyperparameter tuning PR but it's gone stale. I'm adding this issue to see if they want to pick it back up, or if not, if someone wants to pick up where they left off in the spirit of open source 😄
https://github.com/apache/airflow/issues/17348
https://github.com/apache/airflow/pull/17790
87769db98f963338855f59cfc440aacf68e008c9
aa5952e58c58cab65f49b9e2db2adf66f17e7599
2021-07-30T18:50:32Z
python
2021-08-27T18:12:52Z
closed
apache/airflow
https://github.com/apache/airflow
17,340
["airflow/providers/apache/livy/hooks/livy.py", "airflow/providers/apache/livy/operators/livy.py", "tests/providers/apache/livy/operators/test_livy.py"]
Retrieve session logs when using Livy Operator
**Description** The Airflow logs generated by the Livy operator currently only state the status of the submitted batch. To view the logs from the job itself, one must go separately to the session logs. I think that Airflow should have the option (possibly on by default) that retrieves the session logs after the batch ...
https://github.com/apache/airflow/issues/17340
https://github.com/apache/airflow/pull/17393
d04aa135268b8e0230be3af6598a3b18e8614c3c
02a33b55d1ef4d5e0466230370e999e8f1226b30
2021-07-30T13:54:00Z
python
2021-08-20T21:49:30Z
closed
apache/airflow
https://github.com/apache/airflow
17,316
["scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py"]
Docs validation function - Add meaningful errors
The following function just prints right/left error which is not very meaningful and very difficult to troubleshoot. ```python def check_doc_files(yaml_files: Dict[str, Dict]): print("Checking doc files") current_doc_urls = [] current_logo_urls = [] for provider in yaml_files.values(): ...
https://github.com/apache/airflow/issues/17316
https://github.com/apache/airflow/pull/17322
213e337f57ef2ef9a47003214f40da21f4536b07
76e6315473671b87f3d5fe64e4c35a79658789d3
2021-07-29T14:58:56Z
python
2021-07-30T19:18:26Z
closed
apache/airflow
https://github.com/apache/airflow
17,276
["airflow/providers/amazon/aws/operators/ecs.py", "tests/providers/amazon/aws/operators/test_ecs.py"]
Make platform version as independent parameter of ECSOperator
Currently `ECSOperator` propagates `platform_version` parameter either in case `launch_type` is `FARGATE` or there is `capacity_provider_strategy` parameter provided. The case with `capacity_provider_strategy` is wrong. Capacity provider strategy can contain a reference on EC2 capacity provider. If it's an EC2 capacity...
https://github.com/apache/airflow/issues/17276
https://github.com/apache/airflow/pull/17281
5c1e09cafacea922b9281e901db7da7cadb3e9be
71088986f12be3806d48e7abc722c3f338f01301
2021-07-27T20:44:50Z
python
2021-08-02T08:05:08Z
closed
apache/airflow
https://github.com/apache/airflow
17,249
["dev/README_RELEASE_HELM_CHART.md", "dev/chart/build_changelog_annotations.py"]
Add Changelog Annotation to Helm Chart
Our Helm Chart misses changelog annotation: https://artifacthub.io/docs/topics/annotations/helm/ ![image](https://user-images.githubusercontent.com/595491/127112987-b5541ddb-120c-4904-8f23-4f5985cbf3e3.png)
https://github.com/apache/airflow/issues/17249
https://github.com/apache/airflow/pull/20555
485ff6cc64d8f6a15d8d6a0be50661fe6d04b2d9
c56835304318f0695c79ac42df7a97ad05ccd21e
2021-07-27T07:24:22Z
python
2021-12-29T21:24:46Z
closed
apache/airflow
https://github.com/apache/airflow
17,240
["airflow/operators/bash.py", "tests/operators/test_bash.py"]
bash operator overrides environment variables instead of updating them
**Apache Airflow version**: 1.10.15 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): `Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.6", GitCommit:"96fac5cd13a5dc064f7d9f4f23030a6aeface6cc", GitTreeState:"clean", BuildDate:"2019-08-19T11:13:49Z", GoVersion:"go1....
https://github.com/apache/airflow/issues/17240
https://github.com/apache/airflow/pull/18944
b2045d6d1d4d2424c02d7d9b40520440aa4e5070
d4a3d2b1e7cf273caaf94463cbfcbcdb77bfc338
2021-07-26T21:10:14Z
python
2021-10-13T19:28:17Z
closed
apache/airflow
https://github.com/apache/airflow
17,235
["airflow/www/views.py", "tests/www/views/test_views_connection.py"]
Connection inputs in Extra field are overwritten by custom form widget fields
**Apache Airflow version**: 2.1.0 **What happened**: There are several hooks that still use optional parameters from the classic `Extra` field. However, when creating the connection the `Extra` field is overwritten with values from the custom fields that are included in the form. Because the `Extra` field is ove...
https://github.com/apache/airflow/issues/17235
https://github.com/apache/airflow/pull/17269
76e6315473671b87f3d5fe64e4c35a79658789d3
1941f9486e72b9c70654ea9aa285d566239f6ba1
2021-07-26T17:16:23Z
python
2021-07-31T05:35:12Z
closed
apache/airflow
https://github.com/apache/airflow
17,193
["airflow/providers_manager.py"]
Custom connection cannot use SelectField
When you have Custom Connection and use SelectField, Connection screen becomes unusable (see #17064) We should detect the situation and throw an exception when Provider Info is initialized.
https://github.com/apache/airflow/issues/17193
https://github.com/apache/airflow/pull/17194
504294e4c231c4fe5b81c37d0a04c0832ce95503
8e94c1c64902b97be146cdcfe8b721fced0a283b
2021-07-23T15:59:47Z
python
2021-07-23T18:26:51Z
closed
apache/airflow
https://github.com/apache/airflow
17,192
["airflow/providers/salesforce/hooks/salesforce.py", "docs/apache-airflow-providers-salesforce/connections/salesforce.rst", "tests/providers/salesforce/hooks/test_salesforce.py"]
Adding additional login support for SalesforceHook
**Description** Currently the `SalesforceHook` only supports authentication via username, password, and security token. The Salesforce API used under the hood supports a few other authentication types: - Direct access via a session ID - IP filtering - JWT access **Use case / motivation** The `SalesforceHoo...
https://github.com/apache/airflow/issues/17192
https://github.com/apache/airflow/pull/17399
bb52098cd685497385801419a1e0a59d6a0d7283
5c0e98cc770b4f055dbd1c0b60ccbd69f3166da7
2021-07-23T15:27:10Z
python
2021-08-06T13:20:56Z
closed
apache/airflow
https://github.com/apache/airflow
17,186
["airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py"]
Fix template_ext processing for Kubernetes Pod Operator
The "template_ext" mechanism is useful for automatically loading and jinja-processing files which are specified in parameters of Operators. However this might lead to certain problems for example (from slack conversation): ``` The templated_fields in KubernetesPodOperator seems cause the error airflow jinja2.excep...
https://github.com/apache/airflow/issues/17186
https://github.com/apache/airflow/pull/17760
3b99225a4d3dc9d11f8bd80923e68368128adf19
73d2b720e0c79323a29741882a07eb8962256762
2021-07-23T07:55:07Z
python
2021-08-21T13:57:30Z
closed
apache/airflow
https://github.com/apache/airflow
17,168
["airflow/providers/amazon/aws/example_dags/example_local_to_s3.py", "airflow/providers/amazon/aws/transfers/local_to_s3.py", "tests/providers/amazon/aws/transfers/test_local_to_s3.py"]
Add LocalFilesystemtoS3Operator
**Description** Currently, an S3Hook exists that allows transfer of files to S3 via `load_file()`, however there is no operator associated with it. The S3Load Operator would wrap the S3 Hook, so it is not used directly. **Use case / motivation** Seeing as to upload a local file to S3 using the S3 Hook, a Pytho...
https://github.com/apache/airflow/issues/17168
https://github.com/apache/airflow/pull/17382
721d4e7c60cbccfd064572f16c3941f41ff8ab3a
1632c9f519510ff218656bbc1554c80cb158e85a
2021-07-22T18:02:17Z
python
2021-08-14T15:26:26Z