Subham-KRLX commented on code in PR #64591:
URL: https://github.com/apache/airflow/pull/64591#discussion_r3218869570


##########
providers/zendesk/src/airflow/providers/zendesk/hooks/zendesk.py:
##########
@@ -43,54 +60,167 @@ class ZendeskHook(BaseHook):
 
     @classmethod
     def get_ui_field_behaviour(cls) -> dict[str, Any]:
+        """Relabel fields for the Connection UI."""
         return {
             "hidden_fields": ["schema", "port", "extra"],

Review Comment:
   I will remove extra from hidden_fields so the new token and OAuth fields 
stay visible and the UI matches the custom connection fields in 
[provider.yaml](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html).



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