Niivii commented on issue #2128:
URL: https://github.com/apache/arrow-adbc/issues/2128#issuecomment-2604574355
Hello, this is still an issue in 1.4.0.
```
File "\app\db.py", line 31, in push_to_snowflake
self.write_database(
~~~~~~~~~~~~~~~~~~~^
table_name=table,
^^^^^^^^^^^^^^^^^
...<2 lines>...
engine="adbc",
^^^^^^^^^^^^^^
)
^
File "\.venv\Lib\site-packages\polars\dataframe\frame.py", line 4200, in
write_database
n_rows = cursor.adbc_ingest(
unpacked_table_name,
...<4 lines>...
**(engine_options or {}),
)
File "\.venv\Lib\site-packages\adbc_driver_manager\dbapi.py", line 937, in
adbc_ingest
return _blocking_call(self._stmt.execute_update, (), {},
self._stmt.cancel)
File "adbc_driver_manager\\_lib.pyx", line 1594, in
adbc_driver_manager._lib._blocking_call
File "adbc_driver_manager\\_lib.pyx", line 1299, in
adbc_driver_manager._lib.AdbcStatement.execute_update
File "adbc_driver_manager\\_lib.pyx", line 260, in
adbc_driver_manager._lib.check_error
adbc_driver_manager.InternalError: INTERNAL: some files not loaded by COPY
command, 1 files remain after 5 retries
```

--
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]