Skip to content

I would love to snowflake to support supports_multivalues_insert #55

Closed
@wxianxin

Description

@wxianxin

Please answer these questions before submitting your issue. Thanks!

  1. What version of Python are you using (python --version)?
    python 3.7

  2. What operating system and processor architecture are you using (python -c 'import platform; print(platform.platform())')?
    Mac OS. X86

  3. What are the component versions in the environment (pip list)?
    All latest as of today: 20180814

  4. 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.

  1. What did you expect to see?
    Add support for pandas sql to fast upload dataframe to snowflake table.

  2. What did you see instead?
    Slow ORM unit of work.

  3. Can you set logging to DEBUG and collect the logs?

Not necessary

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions