Today, we require an explicit call to create an endpoint before creating Iceberg tables. This isn't a great user experience, since it requires an Iceberg client to perform.
This PR adds the REST endpoint for creating namespace, and plugs it into the catalog impl.
Tested this manually against Open Catalog.
Backports Required
[ ] none - not a bug fix
[ ] none - this is a backport
[ ] none - issue does not exist in previous branches
[ ] none - papercut/not impactful enough to backport
Today, we require an explicit call to create an endpoint before creating Iceberg tables. This isn't a great user experience, since it requires an Iceberg client to perform.
This PR adds the REST endpoint for creating namespace, and plugs it into the catalog impl.
Tested this manually against Open Catalog.
Backports Required
Release Notes
none