AAfghahi commented on a change in pull request #14381:
URL: https://github.com/apache/superset/pull/14381#discussion_r628455777
##########
File path: superset/models/dashboard.py
##########
@@ -171,6 +171,7 @@ def url(self) -> str:
@property
def datasources(self) -> Set[BaseDatasource]:
+ # pylint: disable=using-constant-test
Review comment:
yeah it was failing the test, but Hugh merged a fix to it, so I will
rebase it.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]