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 presto #114

Closed
5 tasks
ravisuhag opened this issue Jun 28, 2021 · 0 comments · Fixed by #320
Closed
5 tasks

Add metadata extractor for presto #114

ravisuhag opened this issue Jun 28, 2021 · 0 comments · Fixed by #320
Assignees
Labels
extractor Add new extractor good first issue Good for newcomers

Comments

@ravisuhag
Copy link
Member

ravisuhag commented Jun 28, 2021

Write a metadata extractor for Presto view

Deliverables

  • add unit tests
  • add extractor
  • add README.md in plugins/extractors/presto, 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 presto
description table description
profile.total_rows 2100
schema [][Column]

Column

Field Sample Value
name total_price
description item's total price
data_type decimal
length 12,2
@ravisuhag ravisuhag changed the title Add metadata extractor for presto_view_metadata Add metadata extractor for presto Jul 7, 2021
@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
@scortier scortier linked a pull request Feb 27, 2022 that will close this issue
5 tasks
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

Successfully merging a pull request may close this issue.

2 participants