Skip to content

Commit 1c924d4

Browse files
authored
Add generic table documentations (#1374)
* add generic table documentation (incomplete) * fix table and spacing * remove documentation in client api since there is no implementation yet * remove spacing * minor fix - proof read * review fix, wording * add generic table documentation (incomplete) * fix table and spacing * remove documentation in client api since there is no implementation yet * remove spacing * minor fix - proof read * review fix, wording * proof read - punctuation fix * change table privilege reference
1 parent 6225a74 commit 1c924d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/content/in-dev/unreleased/access-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ To grant the full set of privileges (drop, list, read, write, etc.) on an object
117117
| --------- | ----------- |
118118
| TABLE_CREATE | Enables registering a table with the catalog. |
119119
| TABLE_DROP | Enables dropping a table from the catalog. |
120-
| TABLE_LIST | Enables listing any tables in the catalog. |
121-
| TABLE_READ_PROPERTIES | Enables reading [properties](https://iceberg.apache.org/docs/nightly/configuration/#table-properties) of the table. |
122-
| TABLE_WRITE_PROPERTIES | Enables configuring [properties](https://iceberg.apache.org/docs/nightly/configuration/#table-properties) for the table. |
120+
| TABLE_LIST | Enables listing any table in the catalog. |
121+
| TABLE_READ_PROPERTIES | Enables reading properties of the table. |
122+
| TABLE_WRITE_PROPERTIES | Enables configuring properties for the table. |
123123
| TABLE_READ_DATA | Enables reading data from the table by receiving short-lived read-only storage credentials from the catalog. |
124124
| TABLE_WRITE_DATA | Enables writing data to the table by receiving short-lived read+write storage credentials from the catalog. |
125125
| TABLE_FULL_METADATA | Grants all table privileges, except TABLE_READ_DATA and TABLE_WRITE_DATA, which need to be granted individually. |

site/content/in-dev/unreleased/entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For information on managing namespaces with the REST API or for more information
4949

5050
## Table
5151

52-
Polaris tables are entities that map to [Apache Iceberg tables](https://iceberg.apache.org/docs/nightly/configuration/).
52+
Polaris tables are entities that map to [Apache Iceberg tables](https://iceberg.apache.org/docs/nightly/configuration/), [Delta tables](https://docs.databricks.com/aws/en/delta/table-properties), or [Hudi tables](https://hudi.apache.org/docs/next/configurations#TABLE_CONFIG).
5353

5454
For information on managing tables with the REST API or for more information on what data can be associated with a table, see [the API docs]({{% github-polaris "client/python/docs/CreateTableRequest.md" %}}).
5555

0 commit comments

Comments
 (0)