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

Add metadata extractor for hive #75

Open
5 tasks
ravisuhag opened this issue Jun 25, 2021 · 0 comments
Open
5 tasks

Add metadata extractor for hive #75

ravisuhag opened this issue Jun 25, 2021 · 0 comments
Labels
extractor Add new extractor good first issue Good for newcomers

Comments

@ravisuhag
Copy link
Member

ravisuhag commented Jun 25, 2021

Deliverables

  • add unit tests
  • add extractor
  • add README.md in plugins/extractors/hive, defining output
  • register your extractor plugins/extractors/populate.go
  • add extractor the extractor list in docs/reference/extractor.md

Output must contain a Table

Table

Field Sample Value
urn my_database.my_table
name my_table
source hive
description table description
profile.total_rows 2100
schema [][Column]

Column

Field Sample Value
name total_price
description item's total price
data_type decimal
is_nullable true
length 12,2
@ravisuhag ravisuhag added extractor Add new extractor enhancement New feature or request good first issue Good for newcomers and removed enhancement New feature or request labels Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extractor Add new extractor good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant