Exemplo n.º 1
0
 def _get_table_schema(self, name):
     return Schema.from_tuples(self._tables[name])
Exemplo n.º 2
0
 def get_schema(self, name):
     name = name.replace('`', '')
     return Schema.from_tuples(MOCK_TABLES[name])
Exemplo n.º 3
0
 def _get_table_schema(self, name):
     name = name.replace('`', '')
     return Schema.from_tuples(self._tables[name])
Exemplo n.º 4
0
 def _get_table_schema(self, name):
     # name = name.replace('`', '')
     return Schema.from_tuples(self._tables[name])