GitHub user Zevrap-81 created a discussion: load_table endpoint

When using rest api for loading a table, more specifically using the endpoint 
`/v1/{prefix}/namespaces/{namespace}/tables/{table}`, the config properties are 
returned along with the table. The rest api specification for iceberg doesn't 
specify what properties are set here
```
  "config": {
    "additionalProp1": "string",
    "additionalProp2": "string",
    "additionalProp3": "string"
  },
``` 
This returns some crutial information for setting table properties in 
pyiceberg, viz., `s3.endpoint` url. However, this is imporperly set to 
localhost instead of the correct uri. So my question is how are these 
properties set and how can i influence these so polaris returns these correctly?

GitHub link: https://github.com/apache/polaris/discussions/4261

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to