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

Allow mapping of column names when reading metadata from the external source #66

Closed
chiaradiamarcelo opened this issue Nov 27, 2020 · 0 comments · Fixed by #67
Closed

Comments

@chiaradiamarcelo
Copy link
Contributor

chiaradiamarcelo commented Nov 27, 2020

We need this in cases where the representation of the column names in Exasol db are different than in the external source.

For example, ElasticSearch nested column names are case sensitive dot-separated names, as in book.author.name for example.
We cannot use this identifier in Exasol, as the dialect does not allow dot in quoted identifiers, thus "book.author.name" is not allowed.

chiaradiamarcelo added a commit that referenced this issue Nov 27, 2020
* #66: Allow mapping of column names when reading metadata from the external source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant