Re: [I] when using SQL catalog, table location is not optional [iceberg-python]

2024-10-29 Thread via GitHub
djouallah closed issue #1254: when using SQL catalog, table location is not optional URL: https://github.com/apache/iceberg-python/issues/1254 -- 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 sp

Re: [I] when using SQL catalog, table location is not optional [iceberg-python]

2024-10-29 Thread via GitHub
Fokko commented on issue #1254: URL: https://github.com/apache/iceberg-python/issues/1254#issuecomment-2445382202 @djouallah I don't think it is obvious, but you can add the location to the catalog itself: ```python catalog = SqlCatalog( "default", **{

Re: [I] when using SQL catalog, table location is not optional [iceberg-python]

2024-10-29 Thread via GitHub
djouallah commented on issue #1254: URL: https://github.com/apache/iceberg-python/issues/1254#issuecomment-2443460372 it seems to be a bug with the sql catalog, as it works fine with Polaris, fwiw, this how I am using the sqlcatalog ``` catalog = SqlCatalog( "default",