-
Notifications
You must be signed in to change notification settings - Fork 208
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
feat: Vertica metadata extractor #433
Conversation
Adding a metadata extractor for Vertica using MySQL as template Signed-off-by: Ashutosh Sanzgiri <[email protected]>
Signed-off-by: Ashutosh Sanzgiri <[email protected]>
Signed-off-by: Ashutosh Sanzgiri <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add a readme of this extractor? thanks
CLUSTER_KEY config parameter is used as cluster name | ||
Not distinguishing between table & view for now | ||
""" | ||
# SELECT statement from vertica information_schema to extract table and column metadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need any vertica deps to use this extractor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I can add a section in the README in the top directory of the repo, under the List of Extractors.
I can also add an example as a file example/scripts/vertica_data_loader.py that shows how the extractor can be used.
Signed-off-by: Ashutosh Sanzgiri <[email protected]>
Signed-off-by: Ashutosh Sanzgiri <[email protected]>
Signed-off-by: Ashutosh Sanzgiri <[email protected]>
Signed-off-by: Ashutosh Sanzgiri <[email protected]>
Signed-off-by: Ashutosh Sanzgiri <[email protected]>
* Adding metadata extractor for Vertica Adding a metadata extractor for Vertica using MySQL as template Signed-off-by: Ashutosh Sanzgiri <[email protected]> * renaming appropriately Signed-off-by: Ashutosh Sanzgiri <[email protected]> * reordering imports Signed-off-by: Ashutosh Sanzgiri <[email protected]> * add docs for vertica extractor Signed-off-by: Ashutosh Sanzgiri <[email protected]> * fix lint errors Signed-off-by: Ashutosh Sanzgiri <[email protected]> * fix isort errors Signed-off-by: Ashutosh Sanzgiri <[email protected]> * fix isort errors Signed-off-by: Ashutosh Sanzgiri <[email protected]> * fix isort errors Signed-off-by: Ashutosh Sanzgiri <[email protected]>
feat: Adding a metadata extractor for Vertica
Summary of Changes
Adding metadata extractor for Vertica
Tests
Confirmed extractor works in a local installation.
Can contribute a sample_vertica_loader.py file
No tests added, but could add. Please provide pointers on doing this.
Documentation
None so for
CheckList
Make sure you have checked all steps below to ensure a timely review.
make test