Not able load data #208
-
./kaskada-cli load --table Purchase --file-type csv --file-path file://Users/path/purchase.csv Getting this error while trying load the data. Even I tried to purchase.parquet.Im getting the same error |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, Can you provide some more details around the steps you were doing? Have you successfully created the Also if you could provide a copy of the logs from the Engine that would be helpful to figure out what the issue is. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi, this looks close to an issue we had yesterday and we pushed a fix to the instructions page #207 Could you try the following
Some things to note here
|
Beta Was this translation helpful? Give feedback.
-
I just ran in to this in a trial. The problem is that this returns an internal error, so the client gives you practically no information about what's wrong - even if you look at the process logs it just says "failed getting source metadata". I think we should update the error messages to make it clear that the file you passed doesn't exist. |
Beta Was this translation helpful? Give feedback.
Hi, this looks close to an issue we had yesterday and we pushed a fix to the instructions page #207
Could you try the following
Some things to note here
file:
portion needs 2 slashesfile:
portion worked for me after giving the full path. the${PWD}
will be replaced with the path to the current directory you are in at the moment.