Class Origin (0.3.5)

Origin(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Origin of a process.

Attributes

NameDescription
source_type google.cloud.datacatalog_lineage_v1.types.Origin.SourceType
Type of the source. Use of a source_type other than CUSTOM for process creation or updating is highly discouraged, and may be restricted in the future without notice.
name str
If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - {source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"} - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - {source_type: CUSTOM, name: "myCustomIntegration"}

Classes

SourceType

SourceType(value)

Type of the source of a process.

Values: SOURCE_TYPE_UNSPECIFIED (0): Source is Unspecified CUSTOM (1): A custom source BIGQUERY (2): BigQuery DATA_FUSION (3): Data Fusion COMPOSER (4): Composer LOOKER_STUDIO (5): Looker Studio DATAPROC (6): Dataproc