Lee-W commented on code in PR #58759:
URL: https://github.com/apache/airflow/pull/58759#discussion_r2567423767
##########
providers/openfaas/src/airflow/providers/openfaas/hooks/openfaas.py:
##########
@@ -32,16 +32,29 @@ class OpenFaasHook(BaseHook):
Interact with OpenFaaS to query, deploy, invoke and update function.
:param function_name: Name of the function, Defaults to None
- :param conn_id: openfaas connection to use, Defaults to open_faas_default
- for example host : http://openfaas.faas.com, Connection Type : Http
+ :param conn_id: OpenFaaS connection to use, Defaults to open_faas_default
Review Comment:
```suggestion
:param conn_id: OpenFaaS connection to use, defaults to
``open_faas_default``
```
nit
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]