Class EntityReference (0.7.0)

EntityReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The soft reference to everything you can attach a lineage event to.

Attributes

Name Description
fully_qualified_name str
Required. `Fully Qualified Name (FQN)
field MutableSequence[str]
Optional. Field path within the entity. Each nesting level should be a separate value in the repeated field. The order matters. Must be empty for asset level lineage For example to address "salary.net" subfield where "salary" is a column and "net" is a proto field two values in the field should be reported, the first is "salary" and the second is "net". Each field length is limited to 500 characters. Maximum supported nesting level is 20.