john-bodley commented on code in PR #23113:
URL: https://github.com/apache/superset/pull/23113#discussion_r1110383294
##########
superset/connectors/sqla/models.py:
##########
@@ -551,13 +549,11 @@ class SqlaTable(Model, BaseDatasource): # pylint:
disable=too-many-public-metho
TableColumn,
back_populates="table",
cascade="all, delete-orphan",
- lazy="selectin", # Only non-eager loading that works with
bidirectional joined.
Review Comment:
The default is `lazy="select"` (which is akin to `lazy=True`), i.e., the
relationships are lazy loaded.
--
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]