Hi Team Could Someone please help me with it ? wh...
# troubleshoot
g
Hi Team Could Someone please help me with it ? when i am trying to ingest upstreamLineage .. getting below error, but the field is present in datahub if we check curl response below
Copy code
Provided urn urn:li:datasetField:(urn:li:dataset:(urn:li:dataPlatform:postgres,bar4,DEV),c1)\" is invalid: Failed to find entity with name datasetField in EntityRegistry
curl 'http://localhost:8080/entities/urn:li:dataset:(urn:li:dataPlatform:postgres,bar4,DEV)' {"value":{"com.linkedin.metadata.snapshot.DatasetSnapshot":{"*urn":"urnlidataset:(urnlidataPlatform:postgres,bar4,DEV*)","aspects":[{"com.linkedin.metadata.key.DatasetKey":{"origin":"DEV","name":"bar4","platform":"urnlidataPlatform:postgres"}},{"com.linkedin.common.BrowsePaths":{"paths":["/dev/postgres"]}},{"com.linkedin.schema.SchemaMetadata":{"fields":[{"*fieldPath":"c1",*"description":"test fine grained lineage","type":{"type":{"com.linkedin.schema.StringType":{}}},"nativeDataType":"VARCHAR(50)"}],"schemaName":"customer","version":0,"platformSchema":{"com.linkedin.schema.MySqlDDL":{"tableSchema":"col1"}},"platform":"urnlidataPlatform:postgres","hash":"hash"}},{"com.linkedin.dataset.DatasetProperties":{"description":"bar2 DataSet"}},{"com.linkedin.common.DataPlatformInstance":{"platform":"urnlidataPlatform:postgres"}}]}}}*%*
d
instead of this
urn:li:datasetField
it should be
urn:li:schemaField
g
Thanks it worked
d
I think it is not visible on the UI yet
g
The transformation information can be displayed when we hover the link between columns ... it will very useful . else this is not useful.