diff --git a/docs/entities.md b/docs/entities.md index c0cf1d650f..c81b70fd1a 100644 --- a/docs/entities.md +++ b/docs/entities.md @@ -39,13 +39,13 @@ For information on managing namespaces with the REST API or for more information ## Table -Polaris tables are entites that map to [Apache Iceberg tables](https://iceberg.apache.org/docs/nightly/configuration/). +Polaris tables are entities that map to [Apache Iceberg tables](https://iceberg.apache.org/docs/nightly/configuration/). 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](../regtests/client/python/docs/CreateTableRequest.md). ## View -Polaris views are entites that map to [Apache Iceberg views](https://iceberg.apache.org/view-spec/). +Polaris views are entities that map to [Apache Iceberg views](https://iceberg.apache.org/view-spec/). For information on managing views with the REST API or for more information on what data can be associated with a view, see [the API docs](../regtests/client/python/docs/CreateViewRequest.md). diff --git a/docs/index.html b/docs/index.html index ac8987d906..631bc3c756 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1348,13 +1348,13 @@
A namespace is a logical entity that resides within a catalog and can contain other entities such as tables or views. Some other systems may refer to namespaces as schemas or databases.
In Polaris, namespaces can be nested up to 16 levels. For example, a.b.c.d.e.f.g is a valid namespace. b is said to reside within a, and so on.
For information on managing namespaces with the REST API or for more information on what data can be associated with a namespace, see the API docs.
-Polaris tables are entites that map to Apache Iceberg tables.
+">Polaris tables are entities that map to Apache Iceberg tables.
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.
-Polaris views are entites that map to Apache Iceberg views.
+">Polaris views are entities that map to Apache Iceberg views.
For information on managing views with the REST API or for more information on what data can be associated with a view, see the API docs.
{- "source": {
- "namespace": [
- "accounting",
- "tax"
], - "name": "paid-view"
}, - "destination": {
- "namespace": [
- "accounting",
- "tax"
], - "name": "owed-view"
}
}{- "error": {
- "message": "Malformed request",
- "type": "BadRequestException",
- "code": 400
}
}