package app import ( "fmt" "net/url" "github.com/seaweedfs/seaweedfs/weed/admin/dash" ) templ IcebergTables(data dash.IcebergTablesData) {
| Table Name | Type | S3 Location | Created | Actions |
|---|---|---|---|---|
| { table.Name } | Iceberg |
s3://{ data.CatalogName }/{ data.NamespaceName }/{ table.Name }/
|
if table.CreatedAt.IsZero() { - } else { { table.CreatedAt.Format("2006-01-02 15:04") } } | |
No tables foundCreate tables via the Iceberg REST API. |
||||