Class DataSource (3.19.0)

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

Attributes

NameDescription
service google.cloud.datacatalog_v1.types.DataSource.Service
Service that physically stores the data.
resource str
Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
source_entry str
Output only. Data Catalog entry name, if applicable.
storage_properties google.cloud.datacatalog_v1.types.StorageProperties
Detailed properties of the underlying storage. This field is a member of oneof_ properties.

Classes

Service

Service(value)

Name of a service that stores the data.

Values: SERVICE_UNSPECIFIED (0): Default unknown service. CLOUD_STORAGE (1): Google Cloud Storage service. BIGQUERY (2): BigQuery service.