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

Adjust Ingestion to be "Table Aware" #18691

Open
eladrus opened this issue Nov 19, 2024 · 1 comment
Open

Adjust Ingestion to be "Table Aware" #18691

eladrus opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request Ingestion

Comments

@eladrus
Copy link

eladrus commented Nov 19, 2024

As part of our efforts for building a real time table ingestion service to OMD we're using the Ingestion Framework External Deployment with Trino Metadata Ingestion.
We see that some tables are taking very long to be ingested, around 5-10 minutes although their schema is very thin.
It seems that there is a preprocessor phase that retrieves table comments and uses a filter on schema level:
https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/src/metadata/ingestion/source/database/trino/queries.py#L34
when ingesting only 1 table in an event driven architecture is seems like an overkill.
Table comments retrieval should be aware of any tables filtered in tableFilterPattern key of the YAML configuration.
Relevant Slack thread:
https://openmetadata.slack.com/archives/C02B6955S4S/p1724075683883439

@eladrus eladrus added the enhancement New feature or request label Nov 19, 2024
@TeddyCr
Copy link
Contributor

TeddyCr commented Nov 21, 2024

cc @ulixius9

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

No branches or pull requests

3 participants