pipelineSources property

Map<String, String>? pipelineSources
getter/setter pair

The sources of the pipeline (for example, Dataplex).

The keys and values are set by the corresponding sources during pipeline creation.

Immutable.

Implementation

core.Map<core.String, core.String>? pipelineSources;