Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 773 Bytes

File metadata and controls

16 lines (11 loc) · 773 Bytes

ConnectingTarget

All datasets between the input datasets (exclusive) and the target datasets (inclusive) except for the datasets to ignore.

Properties

Name Type Required Description
input_rids List[BuildableRid] Yes The upstream input datasets (exclusive).
target_rids List[BuildableRid] Yes The downstream target datasets (inclusive).
ignored_rids List[BuildableRid] Yes The datasets between the input datasets and target datasets to exclude.
type Literal["connecting"] Yes None

[Back to Model list] [Back to API list] [Back to README]