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

JDBC reader - get column descriptions by getting 'REMARKS' metadata field from a connection #362

Closed
yruslan opened this issue Feb 20, 2024 · 0 comments · Fixed by #364
Closed
Labels
DE enhancement New feature or request Pramen-Scala

Comments

@yruslan
Copy link
Collaborator

yruslan commented Feb 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DE enhancement New feature or request Pramen-Scala
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant