rusackas commented on code in PR #41492:
URL: https://github.com/apache/superset/pull/41492#discussion_r3685635093


##########
superset/databases/schemas.py:
##########
@@ -1191,6 +1200,12 @@ class EngineInformationSchema(Schema):
             )
         }
     )
+    identifier_quote = fields.Nested(

Review Comment:
   Added a purpose-built SQLLabBootstrapDatabaseSchema in sqllab/schemas.py 
that models the actual bootstrap payload (DATABASE_KEYS plus 
allows_virtual_table_explore, with engine_information nested via 
EngineInformationSchema), and swapped it in for ImportV1DatabaseSchema on 
SQLLabBootstrapSchema.



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

Reply via email to