Error while calling a copy local from python
Hi,
I was trying to execute a COPY LOCAL vertica command (to load a csv file) from python and get the following error :
line 192, in read_message
raise errors.ConnectionError(e.message)
vertica.errors.ConnectionError: F
I am not quite sure as to what exactly the error code 'F' means on a connection error. Can someone shed some light here ?
Also, this is the details of the vertica and python versions used by me:
>>> import vertica
>>> vertica.__version__
'0.5.5'
python --version
Python 2.7.12 :: Anaconda 4.1.1 (64-bit)
0