djouallah opened a new issue, #7473:
URL: https://github.com/apache/iceberg/issues/7473
### Query engine
Python
### Question
I managed to connect to tabular catalog, create a table, all good, trying
now to load a parquet file, using this code
```
from tabular import loader
import os
loader.enable_loading(
identifier='tpch.scada',
file_type="parquet",
mode="append",
catalog =catalog ,
override=True
)
```
I get this error
HTTPError: 409 Client Error:
RESTError: CommitFailedException: Failed to commit to table tpch.scada in
warehouse with ?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]