sql icon indicating copy to clipboard operation
sql copied to clipboard

Implement catalog functionality

Open vamsimanohar opened this issue 3 years ago • 1 comments

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>

vamsimanohar avatar May 20 '22 17:05 vamsimanohar

Question:

  1. Is there any DML support for catalog? e.g. CREATE CATALOG catalog, SHOW CATALOGS. Does user could create catalog dynamically?
  2. Does the default catalog mapping to the current OpenSearch cluster?
  3. What auth type is support for CATALOG? Basic Auth? Access-Key/Id?

penghuo avatar Jun 22 '22 17:06 penghuo

Will include all of these into separate tasks.

vamsimanohar avatar Oct 10 '22 21:10 vamsimanohar