potiuk commented on a change in pull request #12837:
URL: https://github.com/apache/airflow/pull/12837#discussion_r537081332



##########
File path: airflow/providers/apache/spark/hooks/spark_submit.py
##########
@@ -109,6 +111,17 @@ class SparkSubmitHook(BaseHook, LoggingMixin):
     conn_type = 'spark'
     hook_name = 'Spark'
 
+    @staticmethod
+    def get_connection_form_widgets() -> Dict[str, Field]:
+        return {}
+
+    @staticmethod
+    def get_custom_fields() -> Dict:

Review comment:
       No problem with that name.




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


Reply via email to