sql
sql copied to clipboard
Implement catalog functionality
Requirements.
- Taking input configuration from user for each catalog.
- Configuration should cover all the required details to connect to the catalog instance.
- Securely store any confidential data mentioned in the configuration.
Solution Overview (Tech tasks) <TODO>
Question:
- Is there any DML support for catalog? e.g.
CREATE CATALOG catalog,SHOW CATALOGS. Does user could create catalog dynamically? - Does the
defaultcatalog mapping to the current OpenSearch cluster? - What auth type is support for CATALOG? Basic Auth? Access-Key/Id?
Will include all of these into separate tasks.