Hello all, Im trying to use the SchemaMetadataClas...
# troubleshoot
h
Hello all, Im trying to use the SchemaMetadataClass but when im trying to use it i get this Error. Thank You!
b
you're programmatically creating datasets or doing ingestion using the connectors?
h
I'm doing a ingestion. I have found out, that when i create mce datahub is making this check.
b
proposedSnapshot.aspects is a list, which can contain SchemaMetadata and other objects.
h
Yeah that is right, but this dont resolve the Error.
b
if you're using a specific connector and it throws the message while ingesting, then you should highlight which datasource it is. If you're writing code to generate the MCE, I don't think anyone can debug without seeing the rest of the code.
h
Yes, you right. I have resolve my Problem 🙂 After i readed again, what u write . Thank you!