We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f192794 commit 9fd0965Copy full SHA for 9fd0965
website/src/api.md
@@ -24,7 +24,21 @@
24
* Create and list namespaces.
25
* Create, load, and drop tables
26
27
-Currently only rest catalog has been implemented, and other catalogs are under active development. Here is an
+There is support for the following catalogs:
28
+
29
+* `RestCatalog` - the Iceberg REST catalog
30
31
+* `Glue` - the AWS Glue Data Catalog
32
33
+* `HMS` - Apache Iceberg HiveMetaStore catalog
34
35
+* `S3Tables` - AWS S3 Tables
36
37
+* `SQL` - SQL-based catalog
38
39
+## `RestCatalog`
40
41
+Here is an
42
example of how to create a `RestCatalog`:
43
44
```rust,no_run,noplayground
0 commit comments