davlee1972 commented on issue #2545:
URL: https://github.com/apache/arrow-adbc/issues/2545#issuecomment-2683482174
The table created is "MY_TEST" if the Snowflake upper case everything
default is turned on.
ADBC is saving to "my_test"
cursor.execute("Create table my_test (SECURITYID NUMBER)")
res = cursor.adbc_ingest("MY_TEST", table, mode="append")
or
cursor.execute('Create table "my_test" (SECURITYID NUMBER)')
res = cursor.adbc_ingest("my_test", table, mode="append")
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]