s0neq commented on code in PR #29635:
URL: https://github.com/apache/airflow/pull/29635#discussion_r1113895749


##########
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:
   hi! i fixed the description, if everything's ok lets merge? it seems only 
people with write access can do it



-- 
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]

Reply via email to