ExecutionSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)
DataScan execution settings.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
trigger |
google.cloud.dataplex_v1.types.Trigger
Optional. Spec related to how often and when a scan should be triggered. If not specified, the default is OnDemand, which means the scan will not run until the user calls RunDataScan API. |
field |
str
Immutable. The unnested field (Date or Timestamp) that contains values that monotonically increase over time. This field is a member of oneof _ incremental .
|