News

Apache Iceberg version main (development) Query engine None Please describe the bug 🐞 When loading a table stored in the Glue catalog using pyiceberg, the table identifier does not have the catalog's ...
In most other places, the Table identifier is either a tuple of 2 elements (database_name, table_name) or a string with 2 parts, database_name.table_name. See more examples. In #289, I wanted to ...