field property
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.
Optional.
Implementation
core.List<core.String>? field;