pkdotson commented on a change in pull request #16454:
URL: https://github.com/apache/superset/pull/16454#discussion_r705457324
##########
File path: superset/connectors/sqla/models.py
##########
@@ -267,6 +269,28 @@ def get_sqla_col(self, label: Optional[str] = None) ->
Column:
def datasource(self) -> RelationshipProperty:
return self.table
+ def get_extra_dict(self) -> Dict[str, Any]:
Review comment:
I'll probably do this as a follow up just to get this going.
--
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]