You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current schema check requires both the table name and a schema as arguments, but we could switch this to make use of the fact that all the schemas are stored in self.TABLE_SCHEMAS[table_name]
You can see some similar refactoring I did in #4241 for the initialization code.
The text was updated successfully, but these errors were encountered:
Our current schema check requires both the table name and a schema as arguments, but we could switch this to make use of the fact that all the schemas are stored in
self.TABLE_SCHEMAS[table_name]
You can see some similar refactoring I did in #4241 for the initialization code.
The text was updated successfully, but these errors were encountered: