python-esppy icon indicating copy to clipboard operation
python-esppy copied to clipboard

Module connectors/fs.py runs into an error with option publishwithupsert

Open sas-rocks opened this issue 5 years ago • 0 comments

The module connectors/fs.py needs to be modified to work with option: publishwithupsert: The statement in current line 117: publish_with_upsert=prop('publishwithupsert', dtype='boolean') needs to be replaced with publishwithupsert=prop('publishwithupsert', dtype='boolean')

sas-rocks avatar May 12 '20 12:05 sas-rocks