We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some RDMS provide column descriptions via REMARKS column metadata field.
It can be used to populate COMMENT metadata field of Spark columns propagating it to Paqruet, Delta, and Catalogs.
JDBC reader - get column descriptions by getting 'REMARKS' metadata field from a connection.
TBA
The text was updated successfully, but these errors were encountered:
#362 Implement fetching of column descriptions from JDBC databases.
875efda
#362 Add 'comment' metadata when using JDBC source.
f9a9b97
#362 Add unit tests for the new feature.
4a708c1
#362 Improve fetching descriptions for databases that keep table cata…
199206d
…log always in lowercase.
23c1125
0e70c98
3ff801e
248b41c
Successfully merging a pull request may close this issue.
Background
Some RDMS provide column descriptions via REMARKS column metadata field.
It can be used to populate COMMENT metadata field of Spark columns propagating it to Paqruet, Delta, and Catalogs.
Feature
JDBC reader - get column descriptions by getting 'REMARKS' metadata field from a connection.
Example
TBA
Proposed Solution
TBA
The text was updated successfully, but these errors were encountered: