Skip to main content

processes

Overview

Nameprocesses
TypeResource
Idgoogle.datalineage.processes

Fields

NameDatatypeDescription
namestringImmutable. The resource name of the lineage process. Format: projects/{project}/locations/{location}/processes/{process}. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.
attributesobjectOptional. The attributes of the process. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the process). Up to 100 attributes are allowed.
displayNamestringOptional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.
originobjectOrigin of a process.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, processesId, projectsIdGets the details of the specified process.
listSELECTlocationsId, projectsIdList processes in the given project and location. List order is descending by insertion time.
createINSERTlocationsId, projectsIdCreates a new process.
deleteDELETElocationsId, processesId, projectsIdDeletes the process with the specified name.
_listEXEClocationsId, projectsIdList processes in the given project and location. List order is descending by insertion time.
patchEXEClocationsId, processesId, projectsIdUpdates a process.