frictionlessdata / tableschema-sql-py

Generate SQL tables, load and extract data, based on JSON Table Schema descriptors.
MIT License
60 stars 19 forks source link

fix call to join - TypeError: join() takes exactly one argument (2 given) #47

Closed ludflu closed 7 years ago

ludflu commented 7 years ago

2017-01-02T15:48:21.242711765Z File "/usr/local/lib/python2.7/dist-packages/jsontableschema_sql/storage.py", line 203, in write 2017-01-02T15:48:21.242716862Z table = self.get_table(bucket) 2017-01-02T15:48:21.242721760Z File "/usr/local/lib/python2.7/dist-packages/jsontableschema_sql/storage.py", line 236, in get_table 2017-01-02T15:48:21.242726957Z tablename = '.'.join(self.__dbschema, tablename) 2017-01-02T15:48:21.242731855Z TypeError: join() takes exactly one argument (2 given)