Hey there, I feel like there's an issue with URN p...
# ingestion
k
Hey there, I feel like there's an issue with URN parsing on something:
Failed to convert urn to entity key: urns parts and key fields do not have same length
I get this error. I am wondering what does it refer here as key fields, and how can I debug this? This is for superset ingestion that uses Trino
c
The urn gets parsed using following format
urn:li:dataset:\(urn:li:dataPlatform:(.*),(.*),(.*)\)
Is your URN compatible with this ? Can you share urn causing issue here? Also the context in which issue is happening. eg: stateful ingestion?