eladkal commented on code in PR #29635:
URL: https://github.com/apache/airflow/pull/29635#discussion_r1113600318
##########
airflow/providers/yandex/hooks/yandex.py:
##########
@@ -78,6 +78,11 @@ def get_connection_form_widgets() -> dict[str, Any]:
description="Optional. This key will be placed to all created
Compute nodes"
"to let you have a root shell there",
),
+ "endpoint": StringField(
+ lazy_gettext("API endpoint"),
+ widget=BS3TextFieldWidget(),
+ description="Optional.",
Review Comment:
I think it's better to have here some more meaningful description
--
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]