OpenMetadata
OpenMetadata copied to clipboard
Lineage from S3 to Trino.
**Is your feature request related to a problem? I have deployed openmetadata 1.3x using kubernetes. I have trino as well as s3 connector configured. The trino is using glue catalog which maps to s3 delta tables. OM1.3 is not showing lineage between trino and s3.
Describe the solution you'd like
we can use the query on trino to get the s3 location for the table
show create table <table name>
and can we create lineage based on this data.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.