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

Create "Add Data source" Page #13

Open
lokeshdevnani opened this issue May 18, 2023 · 0 comments
Open

Create "Add Data source" Page #13

lokeshdevnani opened this issue May 18, 2023 · 0 comments
Labels
Capability New Capability or Feature

Comments

@lokeshdevnani
Copy link
Contributor

It should support -
Option 1: Select the data source type (MS SQL or Postgres)

Option 2:

  • If dataSource = "MS SQL", select Auth type -> username/password [ Default ] or AAD
  • If dataSource = "Postgres", select Auth type -> username/password [ Default ]

AAD based:
image

Password-based:
image

Inspired by Intellij's data source manager.

Basis the connection generated - we'll give the ability to test the connection with various properties

  • SELECT 1 - to verify simple selects are working
  • Get all tables - to verify information_schema or catalog is working
  • Basic user access and DDL commands
@lokeshdevnani lokeshdevnani added the Capability New Capability or Feature label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Capability New Capability or Feature
Projects
None yet
Development

No branches or pull requests

1 participant