Paulo456 commented on issue #15854:
URL: https://github.com/apache/superset/issues/15854#issuecomment-1630671446
in log sqlalchemy looks good if u change model PermissionView to this:
- permission = relationship("Permission")
+ permission = relationship("Permission", lazy="joined")
view_menu_id = Column(Integer, ForeignKey("ab_view_menu.id"))
- view_menu = relationship("ViewMenu")
+ view_menu = relationship("ViewMenu", lazy="joined")
--
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]