You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "djouallah (via GitHub)" <gi...@apache.org> on 2023/04/29 13:18:39 UTC

[GitHub] [iceberg] djouallah opened a new issue, #7473: authentification using pyiceberg

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: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] djouallah closed issue #7473: error loading file using pyiceberg

Posted by "djouallah (via GitHub)" <gi...@apache.org>.
djouallah closed issue #7473: error loading file using pyiceberg
URL: https://github.com/apache/iceberg/issues/7473


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] djouallah commented on issue #7473: error loading file using pyiceberg

Posted by "djouallah (via GitHub)" <gi...@apache.org>.
djouallah commented on issue #7473:
URL: https://github.com/apache/iceberg/issues/7473#issuecomment-1528930975

   apology wrong forum as it is tabular specific, file loader does not work in the sandbox


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org