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

Read metadata from remote Exasol #20

Closed
Tracked by #21
redcatbear opened this issue Oct 5, 2022 · 0 comments · Fixed by #30
Closed
Tracked by #21

Read metadata from remote Exasol #20

redcatbear opened this issue Oct 5, 2022 · 0 comments · Fixed by #30
Assignees
Labels
feature Product feature

Comments

@redcatbear
Copy link
Collaborator

redcatbear commented Oct 5, 2022

Situation

In the first MVP of the Exasol Virtual Schema we only supported reading metadata from a local Exasol database. The first step in enabling access to a remote Exasol database is to be able to read the metadata using the Lua Exasol Driver.

Acceptance Criteria

  1. Users can define a remote connection
  2. Exasol can read the metadata for a remote connection
  3. An integration test proves that reading the remote metadata works
  4. Properties are backward-compatible (ignoring is OK) with the existing Java-variant
  5. Connection definitions are backward-compatible with the existing Java-variant

It is okay though if the test accesses the same database as long as it uses the database driver to do it. Since IMPORT is not in the scope of this ticket, this kind of test is the easiest way to decouple the tickets.

Implementation hints

Check "Accessing Connection Definitions" in the online handbook for details on how to read the contents of connection definitions in a Lua script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
1 participant