Hello, I'm currently ingesting FineGrainedLineage...
# advice-metadata-modeling
s
Hello, I'm currently ingesting FineGrainedLineage using java emitter. I am constructing the schemaField urn by string, something like this
"urn:li:schemaField:(urn:li:dataset:(urn:li:dataPlatform:%s,%s.%s.%s,%s),%s)"
. However, I noticed in the new version (0.9.2) that
SchemaField
class is already available, I was trying to use that instead but couldn't have it working. Does anyone have example on how to use that api? Thank you!
a
Hi Ramoncito, this is something we’re working on in the GraphQL API that should vastly improved this experience. In the meantime, I assume you’ve reviewed the other lineage sample code? https://datahubproject.io/docs/lineage/sample_code/