Class PostScanActions (1.13.0)

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

The configuration of post scan actions of DataQualityScan.

Attributes

NameDescription
bigquery_export google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.BigQueryExport
Optional. If set, results will be exported to the provided BigQuery table.
notification_report google.cloud.dataplex_v1.types.DataQualitySpec.PostScanActions.NotificationReport
Optional. If set, results will be sent to the provided notification receipts upon triggers.

Classes

BigQueryExport

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

The configuration of BigQuery export post scan action.

JobEndTrigger

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

This trigger is triggered whenever a scan job run ends, regardless of the result.

JobFailureTrigger

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

This trigger is triggered when the scan job itself fails, regardless of the result.

NotificationReport

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

The configuration of notification report post scan action.

Recipients

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

The individuals or groups who are designated to receive notifications upon triggers.

ScoreThresholdTrigger

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

This trigger is triggered when the DQ score in the job result is less than a specified input score.