You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Jdbc Catalog, I can have many catalogs as I want. Each catalog contains its own namespaces and tables.
But with REST catalog, I wonder if I can do the same thing like JDBC Catalog. I can't find any API to create catalog and show all catalogs.
Can someone give me an ideas?
Thank!
The text was updated successfully, but these errors were encountered:
To achieve this goal, here's what I did: I changed the name of the rest catalog to be obtained from the environment variable, and then built the rest server as a docker image. If I need to manage multiple different catalogs, I can start multiple rest servers containers using different environment variables, and then my client can connect to anyone of them, thereby achieving the purpose of managing multiple catalogs. I hope this will help you.
When using Jdbc Catalog, I can have many catalogs as I want. Each catalog contains its own namespaces and tables.
But with REST catalog, I wonder if I can do the same thing like JDBC Catalog. I can't find any API to create catalog and show all catalogs.
Can someone give me an ideas?
Thank!
The text was updated successfully, but these errors were encountered: