Hello! Please could i ask you to explain me how to...
# ui
m
Hello! Please could i ask you to explain me how to create data lineage by field ? i create 2 tables {"snapshot": {"aspects":[{"com.linkedin.schema.SchemaMetadata":{ "fields":[ { "fieldPath":"foo", "description":"xxx", "nativeDataType":"string", "type":{"type":{"com.linkedin.schema.StringType":{}}} }, ]}}], "urn":"urnlidataset:(urnlidataPlatform:foo,xxx,PROD)"}} ----- than join "upstreams":[ { "auditStamp":{ "time":0, "actor":"urnlicorpuser:fbar" }, "dataset":"urnlidataset:(urnlidataPlatform:foo,barUp,PROD)", "type":"TRANSFORMED"
g
Support for field-level lineage is still a WIP (see this RFC https://github.com/linkedin/datahub/blob/master/docs/rfc/active/1841-lineage/field%20level%20lineage.md#aspect-representing-[…]e-field-level-lineage). We have the data model for it in the code, but don't do anything with it yet
We do have dataset-level lineage fully supported already