Closed
Description
Please answer these questions before submitting your issue. Thanks!
-
What version of Python are you using (
python --version
)?
python 3.7 -
What operating system and processor architecture are you using (
python -c 'import platform; print(platform.platform())'
)?
Mac OS. X86 -
What are the component versions in the environment (
pip list
)?
All latest as of today: 20180814 -
What did you do?
dialect = getattr(connection, 'dialect', None)
if dialect and getattr(dialect, 'supports_multivalues_insert', False):
print('YESSSS!!!!!!!!!!!!!!!!!')
else:
print('NOOOOOOO!')
I got No
. There is no support for supports_multivalues_insert
. I feel heartbroken.
A complete runnable program is good.
-
What did you expect to see?
Add support for pandas sql to fast upload dataframe to snowflake table. -
What did you see instead?
Slow ORM unit of work. -
Can you set logging to DEBUG and collect the logs?
Not necessary