Hey folks, how are you?! I'm having some issue try...
# troubleshoot
g
Hey folks, how are you?! I'm having some issue trying to ingest data from
trino
We're using
Starburst
with a
glue catalog
and when trying to ingest data using the
Trino Source
we're encountering the following error:
Copy code
'message="Table \'"schema".table$properties\' not found"
It seems that in fact that doesn't exist and it's not the way to query for properties in this case. Any ideas?
h
I think you have ran into this issue https://github.com/datahub-project/datahub/issues/5790
g
Yea! Thanks a lot!! I should have checked the issues on github before. I was trying to understand the code and didn't do that 🤦‍♀️ I'm querying a
delta
connector that truly doesn't have that table!