exemplary-citizen commented on a change in pull request #14449:
URL: https://github.com/apache/superset/pull/14449#discussion_r694382318
##########
File path: superset/views/database/forms.py
##########
@@ -402,3 +417,130 @@ def at_least_one_schema_is_allowed(database: Database) ->
bool:
'Use [""] for empty string.'
),
)
+
+
+class ColumnarToDatabaseForm(DynamicForm):
+ # pylint: disable=E0211
+ def columnar_allowed_dbs() -> List[Database]: # type: ignore
Review comment:
Adding that decorator will throw `TypeError: 'staticmethod' object is
not callable`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]