-
Notifications
You must be signed in to change notification settings - Fork 7
Function load of Table class does not create table #53
Copy link
Copy link
Open
Description
I am trying to import data to keboola from csv with load function in class Table. According to documentation, it should create table, if not exist:
def load(self, table_id, file_path, is_incremental=False, delimiter=',',
enclosure='"', escaped_by='', columns=None,
without_headers=False):
"""
Create a new table from CSV file.
When I trying to import data to non-exists table, I receive an error 404 Client Error: Not Found for url. Is this normal and load function should be only for update existing table ? Now, I have to check if table exist, if not, create it and than load the data. According to me, it should create the table automatically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels