parentPath property
The dot-delimited path of the parent container that holds the target field.This path defines the structural hierarchy and is essential for correctly generating SQL when field keys contain special characters (e.g., dots or brackets).Example: json_payload.labels (This points to the 'labels' object).
This is an empty string if the target field is at the root level.
Implementation
core.String? parentPath;