kaxil commented on a change in pull request #16436:
URL: https://github.com/apache/airflow/pull/16436#discussion_r651323745
##########
File path: airflow/providers/elasticsearch/hooks/elasticsearch.py
##########
@@ -30,7 +30,8 @@ class ElasticsearchHook(DbApiHook):
This hook uses the Elasticsearch conn_id.
- :param elasticsearch_conn_id: The Airflow connection used for
Elasticsearch credentials.
+ :param elasticsearch_conn_id: The :ref:`ElasticSearch connection id
<howto/connection:elasticsearch>`
+ used for Elasticsearch credentials.
Review comment:
```suggestion
:param elasticsearch_conn_id: The :ref:`ElasticSearch connection id
<howto/connection:elasticsearch>`
used for Elasticsearch credentials.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]