Hi, all Is DataHub file based lineage supported f...
# troubleshoot
f
Hi, all Is DataHub file based lineage supported for Vertica? Tried it out and got the following error:
Copy code
mapping values are not allowed here
Not sure if the error is with my recipe and lineage yml or just missing capability.
h
Hello @few-carpenter-93837 this definitely looks like yml formatting error. I suggest try using some yaml validator -by some IDE like vs code or intellij. You can also use online yaml validator like https://codebeautify.org/yaml-validator, if it suits you.
f
@hundreds-photographer-13496 Do you know what might be the cause that the lineage was set into the first entity instead of using the existing entities?
thay all seem to be part of dataset, but still another one was created (first) that links to empty objects as the source and target in lineage.
h
Could you double check urns of entities (correct and unexpected) ? My first guess is that this might have happened due to difference between urns . In yaml file for lineage, you will need to use name, platform_instance, etc in exactly same case as they appear in urn.
f
ahaa, might be the case! thanks for the fast response once again
Thank you so much, that was exactly the case, I used only the name, but the urn contains the schema in front of the name!