Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support testConnection Without Catalog Name in Gravitino #6260

Open
dataageek opened this issue Jan 15, 2025 · 0 comments
Open

[FEATURE] Support testConnection Without Catalog Name in Gravitino #6260

dataageek opened this issue Jan 15, 2025 · 0 comments
Labels
feature New feature or request

Comments

@dataageek
Copy link

Describe the feature

Description:

The testConnection method currently requires a catalog name, as it depends on Metalake, which enforces this. However, there are cases where we need to validate the connection using only provider and properties before creating a catalog. This limitation makes it difficult to test connections early in the workflow.

Motivation

  • Enables connection testing before catalog creation.
  • Simplifies workflows and enhances flexibility.

Describe the solution

Allow testConnection to work with just provider and properties, making the catalog name optional.

Additional context

No response

@dataageek dataageek added the feature New feature or request label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant