Class SyncSummary (1.65.0)

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

Summary from the Sync job. For continuous syncs, the summary is updated periodically. For batch syncs, it gets updated on completion of the sync.

Attributes

Name Description
row_synced int
Output only. Total number of rows synced.
total_slot int
Output only. BigQuery slot milliseconds consumed for the sync job.
system_watermark_time google.protobuf.timestamp_pb2.Timestamp
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.

Methods

SyncSummary

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

Summary from the Sync job. For continuous syncs, the summary is updated periodically. For batch syncs, it gets updated on completion of the sync.