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
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",
**{
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",