abnobdoss commented on code in PR #3414:
URL: https://github.com/apache/iceberg-python/pull/3414#discussion_r3321331468
##########
mkdocs/docs/api.md:
##########
@@ -1527,17 +1527,72 @@ def cleanup_old_snapshots(table_name: str,
snapshot_ids: list[int]):
cleanup_old_snapshots("analytics.user_events", [12345, 67890, 11111])
```
-## Views
+## Create a view
-PyIceberg supports view operations.
+If the REST server does not indicate support for view endpoints, you can
enable it by setting `"view-endpoints-supported": "true"`:
Review Comment:
Would it make sense to explicitly call this out as the intended purpose?
```suggestion
Older REST server implementations sometimes do not advertise support for
view endpoints. If yours supports views but doesn't advertise it, you can
specify this and enable view functionality by setting
`"view-endpoints-supported": "true"`:
```
--
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]