djouallah commented on issue #1018: URL: https://github.com/apache/iceberg-python/issues/1018#issuecomment-2467190119
still getting errors with with pyiceberg 0.8 rc1 ``` HTTPError Traceback (most recent call last) [/usr/local/lib/python3.10/dist-packages/pyiceberg/catalog/rest.py](https://localhost:8080/#) in _create_table(self, identifier, schema, location, partition_spec, sort_order, properties, stage_create) 598 try: --> 599 response.raise_for_status() 600 except HTTPError as exc: 11 frames HTTPError: 409 Client Error: Conflict for url: https://xxxx-polaris.snowflakecomputing.com/polaris/api/catalog/v1/dwh/namespaces/aemo/tables The above exception was the direct cause of the following exception: TableAlreadyExistsError Traceback (most recent call last) [/usr/local/lib/python3.10/dist-packages/pyiceberg/catalog/rest.py](https://localhost:8080/#) in _handle_non_200_response(self, exc, error_handler) 470 ) 471 --> 472 raise exception(response) from exc 473 474 def _init_sigv4(self, session: Session) -> None: TableAlreadyExistsError: AlreadyExistsException: Table already exists: aemo.mstdatetime ``` -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org