betodealmeida commented on code in PR #20412:
URL: https://github.com/apache/superset/pull/20412#discussion_r899544490
##########
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:
@zephyring I changed it so that it's not required, but if present it can't
be `None`, which is what we want.
--
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]