hughhhh commented on a change in pull request #14451:
URL: https://github.com/apache/superset/pull/14451#discussion_r630447540



##########
File path: superset/databases/schemas.py
##########
@@ -290,6 +291,10 @@ class Meta:  # pylint: disable=too-few-public-methods
     allow_ctas = fields.Boolean(description=allow_ctas_description)
     allow_cvas = fields.Boolean(description=allow_cvas_description)
     allow_dml = fields.Boolean(description=allow_dml_description)
+    # configuration_method is used on the frontend to
+    # inform the backend whether to explode parameters
+    # or to provide only a sqlalchemy_uri
+    configuration_method = EnumField(ConfigurationMethod, by_value=True)

Review comment:
       remove 1 of the 2




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to