betodealmeida commented on code in PR #20412:
URL: https://github.com/apache/superset/pull/20412#discussion_r899473729
##########
superset/databases/schemas.py:
##########
@@ -397,6 +397,7 @@ class Meta: # pylint: disable=too-few-public-methods
)
is_managed_externally = fields.Boolean(allow_none=True, default=False)
external_url = fields.String(allow_none=True)
+ uuid = fields.String(allow_none=True)
Review Comment:
Right, this allows the user to pass `None` for the UUID, and in that case a
random one will be generated.
--
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]