Example #1
0
def test_table_schema_name_lookup(schema_name, schema):
    assert schema == lookup_table_schema("test.ms", schema_name)
Example #2
0
 def _table_schema(self):
     return lookup_table_schema(self.canonical_name, self.table_schema)
Example #3
0
def test_table_suffix_lookup(filename, schema):
    assert schema == lookup_table_schema(filename, None)