observe_link¶
A link connects two datasets through a resource key.
Schema### Required¶
fields
(List of String) A collection of field mappings on which to link source and target datasets. Each element of the array can be written as a colon separated string, e.g.source_column:target_column
. If the source and target fields have the same name, the target field name can be omitted, i.e.col:col
can be written ascol
.source
(String) OID for the source dataset.target
(String) OID for the target dataset.
Read-Only¶
id
(String) The ID of this resource.