Mark Keller

Results 93 comments of Mark Keller

Here's my original benchmarks that I ran when I added this feature: Description | Old Insert to_sql insert | no pd_writer | pd_writer -- | -- | -- | --...

> How did you implement or rather call no pd_writer - no chunking - using write_pandas? By using https://github.com/snowflakedb/snowflake-connector-python/blob/a7ac99cafd6c2b01e2ed76fef319ca077ee259be/test/pandas/test_pandas_tools.py#L29 Note that you need to make sure that the table is...

> PS: Is there already a branch for this issue for contributions? Could you check if the following PR would remedy your issue @Zaubeerer ? https://github.com/snowflakedb/snowflake-connector-python/pull/362

@sfc-gh-hchaturvedi instead of putting something like this in the title: "Do not Merge - Test Only." just mark the PR as a draft

Hey @aashayVimeo are you able to log into the UI and observe that the queries show up in your history? I'd say that reaching out to our support might be...

Putting this back to being a draft, we need https://github.com/atlassian/gajira-transition/issues/23 resolved before we could merge this

> I see that some checks are failing but it doesn't seem to be related to my changes (looks like a missing environment variable). > Should I change anything in...

@chuckthesoftwarechef could you also add `cpplint` as part of this PR?

Are you importing the module through any special means? How could the module be partially initialized if you are opening a connection already?