ebyhr commented on code in PR #3414:
URL: https://github.com/apache/iceberg-python/pull/3414#discussion_r3307949065


##########
mkdocs/docs/configuration.md:
##########
@@ -347,6 +347,7 @@ catalog:
 | warehouse           | myWarehouse                      | Warehouse location 
or identifier to request from the catalog service. May be used to determine 
server-side overrides, such as the warehouse location. |
 | snapshot-loading-mode | refs                           | The snapshots to 
return in the body of the metadata. Setting the value to `all` would return the 
full set of snapshots currently valid for the table. Setting the value to 
`refs` would load all snapshots referenced by branches or tags. |
 | `header.X-Iceberg-Access-Delegation` | `vended-credentials` | Signal to the 
server that the client supports delegated access via a comma-separated list of 
access mechanisms. The server may choose to supply access via any or none of 
the requested mechanisms. When using `vended-credentials`, the server provides 
temporary credentials to the client. When using `remote-signing`, the server 
signs requests on behalf of the client. (default: `vended-credentials`) |
+| view-endpoints-supported | true                           | Enables view 
endpoints if the REST server does not indicate support for them natively. |

Review Comment:
   We could reuse the sentence of https://github.com/apache/iceberg: 
   
   ```
   For backwards compatibility with older REST servers. Set to `true` if the 
server supports view endpoints but doesn't send the `endpoints` field in the 
ConfigResponse.
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to