Steve Nyemba 1 year ago
parent
commit
5f1592b973
1 changed files with 1 additions and 1 deletions
  1. 1 1
      transport/sql.py

+ 1 - 1
transport/sql.py

@@ -306,7 +306,7 @@ class SQLWriter(SQLRW,Writer):
                 if type(_args['schema']) == str :
                     self.schema = _args['schema'] if 'schema' in _args else self.schema
                 elif type(_args['schema']) == list:
-                    self.make(schema=_args['schema'])
+                    self.make(table=table,schema=_args['schema'])
                     pass
             # self.schema = _args['schema'] if 'schema' in _args else self.schema
             table = self._tablename(table)