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 glue #74

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

Add metadata extractor for glue #74

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/glue, defining output
  • register your extractor plugins/extractors/populate.go
  • add extractor the extractor list in docs/reference/extractor.md

Output must contain a Table

Explore the Table Data Model and add as many features as possible.

Table

Field Sample Value
urn my_database.my_table
name my_table
source glue
description table description
schema [][Column]

Column

Field Sample Value
name total_price
description item's total price
data_type decimal
@ravisuhag ravisuhag added extractor Add new extractor good first issue Good for newcomers labels Aug 17, 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