-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
Description
_tables = [i[TABLE_NAME] for i in data] |
[i[TABLE_NAME] for i in data if i[TABLE_NAME] not in get_view_names(self, connection, schema, **kwargs)]
. I am not sure if the current behaviour is the correct one, but I find it annoying in the context of library usage on Apache Superset, in which table names are multiplicated by this issue, they are listed both as view and table.