Class SourceHierarchyDatasets (1.15.0)

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

Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
dataset_template google.cloud.datastream_v1.types.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate
The dataset template to use for dynamic dataset creation.
project_id str
Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource. This field is a member of oneof_ _project_id.

Classes

DatasetTemplate

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

Dataset template used for dynamic dataset creation.