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

vdk-plugins: support multiple database of the same type based on config subsections #3310

Open
DeltaMichael opened this issue Apr 15, 2024 · 0 comments

Comments

@DeltaMichael
Copy link
Contributor

Overview

For the following config, we should initialise multiple instances of the same database type. Each database should also register an ingester.

[vdk]
;some default trino config

[vdk.test_trino]
;some test trino config

[vdk.prod_trino]
;some prod trino config

This should also work with multiple databases, e.g.

[vdk]
;some oracle config

[vdk.oracle_test]
;some test oracle config

[vdk.test_trino]
;some test trino config

[vdk.prod_trino]
;some prod trino config

This case should be supported as well.

[vdk]
;some oracle config
;some trino config

[vdk.test]
;some test trino config
;some test oracle config

Suggested implementation

Acceptance criteria

The following plugins support multiple DBs of the same type (or separate tickets are opened for each plugin)

  1. vdk-impala
  2. vdk-trino
  3. vdk-oracle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant