Class: Google::Cloud::Dataplex::V1::DataQualitySpec
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualitySpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_quality.rb
Overview
DataQualityScan related setting.
Defined Under Namespace
Classes: PostScanActions
Instance Attribute Summary collapse
-
#catalog_publishing_enabled ⇒ ::Boolean
Optional.
-
#post_scan_actions ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions
Optional.
-
#row_filter ⇒ ::String
Optional.
-
#rules ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>
Required.
-
#sampling_percent ⇒ ::Float
Optional.
Instance Attribute Details
#catalog_publishing_enabled ⇒ ::Boolean
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 53 class DataQualitySpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of post scan actions of DataQualityScan. # @!attribute [rw] bigquery_export # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport] # Optional. If set, results will be exported to the provided BigQuery # table. # @!attribute [rw] notification_report # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport] # Optional. If set, results will be sent to the provided notification # receipts upon triggers. class PostScanActions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of BigQuery export post scan action. # @!attribute [rw] results_table # @return [::String] # Optional. The BigQuery table to export DataQualityScan results to. # Format: # //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID # or # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The individuals or groups who are designated to receive notifications # upon triggers. # @!attribute [rw] emails # @return [::Array<::String>] # Optional. The email recipients who will receive the DataQualityScan # results report. class Recipients include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the DQ score in the job result is less # than a specified input score. # @!attribute [rw] score_threshold # @return [::Float] # Optional. The score range is in [0,100]. class ScoreThresholdTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the scan job itself fails, regardless of # the result. class JobFailureTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered whenever a scan job run ends, regardless # of the result. class JobEndTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The configuration of notification report post scan action. # @!attribute [rw] recipients # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients] # Required. The recipients who will receive the notification report. # @!attribute [rw] score_threshold_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger] # Optional. If set, report will be sent when score threshold is met. # @!attribute [rw] job_failure_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger] # Optional. If set, report will be sent when a scan job fails. # @!attribute [rw] job_end_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger] # Optional. If set, report will be sent when a scan job ends. class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#post_scan_actions ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 53 class DataQualitySpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of post scan actions of DataQualityScan. # @!attribute [rw] bigquery_export # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport] # Optional. If set, results will be exported to the provided BigQuery # table. # @!attribute [rw] notification_report # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport] # Optional. If set, results will be sent to the provided notification # receipts upon triggers. class PostScanActions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of BigQuery export post scan action. # @!attribute [rw] results_table # @return [::String] # Optional. The BigQuery table to export DataQualityScan results to. # Format: # //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID # or # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The individuals or groups who are designated to receive notifications # upon triggers. # @!attribute [rw] emails # @return [::Array<::String>] # Optional. The email recipients who will receive the DataQualityScan # results report. class Recipients include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the DQ score in the job result is less # than a specified input score. # @!attribute [rw] score_threshold # @return [::Float] # Optional. The score range is in [0,100]. class ScoreThresholdTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the scan job itself fails, regardless of # the result. class JobFailureTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered whenever a scan job run ends, regardless # of the result. class JobEndTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The configuration of notification report post scan action. # @!attribute [rw] recipients # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients] # Required. The recipients who will receive the notification report. # @!attribute [rw] score_threshold_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger] # Optional. If set, report will be sent when score threshold is met. # @!attribute [rw] job_failure_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger] # Optional. If set, report will be sent when a scan job fails. # @!attribute [rw] job_end_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger] # Optional. If set, report will be sent when a scan job ends. class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#row_filter ⇒ ::String
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 53 class DataQualitySpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of post scan actions of DataQualityScan. # @!attribute [rw] bigquery_export # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport] # Optional. If set, results will be exported to the provided BigQuery # table. # @!attribute [rw] notification_report # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport] # Optional. If set, results will be sent to the provided notification # receipts upon triggers. class PostScanActions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of BigQuery export post scan action. # @!attribute [rw] results_table # @return [::String] # Optional. The BigQuery table to export DataQualityScan results to. # Format: # //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID # or # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The individuals or groups who are designated to receive notifications # upon triggers. # @!attribute [rw] emails # @return [::Array<::String>] # Optional. The email recipients who will receive the DataQualityScan # results report. class Recipients include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the DQ score in the job result is less # than a specified input score. # @!attribute [rw] score_threshold # @return [::Float] # Optional. The score range is in [0,100]. class ScoreThresholdTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the scan job itself fails, regardless of # the result. class JobFailureTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered whenever a scan job run ends, regardless # of the result. class JobEndTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The configuration of notification report post scan action. # @!attribute [rw] recipients # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients] # Required. The recipients who will receive the notification report. # @!attribute [rw] score_threshold_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger] # Optional. If set, report will be sent when score threshold is met. # @!attribute [rw] job_failure_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger] # Optional. If set, report will be sent when a scan job fails. # @!attribute [rw] job_end_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger] # Optional. If set, report will be sent when a scan job ends. class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#rules ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataQualityRule>
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 53 class DataQualitySpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of post scan actions of DataQualityScan. # @!attribute [rw] bigquery_export # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport] # Optional. If set, results will be exported to the provided BigQuery # table. # @!attribute [rw] notification_report # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport] # Optional. If set, results will be sent to the provided notification # receipts upon triggers. class PostScanActions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of BigQuery export post scan action. # @!attribute [rw] results_table # @return [::String] # Optional. The BigQuery table to export DataQualityScan results to. # Format: # //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID # or # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The individuals or groups who are designated to receive notifications # upon triggers. # @!attribute [rw] emails # @return [::Array<::String>] # Optional. The email recipients who will receive the DataQualityScan # results report. class Recipients include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the DQ score in the job result is less # than a specified input score. # @!attribute [rw] score_threshold # @return [::Float] # Optional. The score range is in [0,100]. class ScoreThresholdTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the scan job itself fails, regardless of # the result. class JobFailureTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered whenever a scan job run ends, regardless # of the result. class JobEndTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The configuration of notification report post scan action. # @!attribute [rw] recipients # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients] # Required. The recipients who will receive the notification report. # @!attribute [rw] score_threshold_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger] # Optional. If set, report will be sent when score threshold is met. # @!attribute [rw] job_failure_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger] # Optional. If set, report will be sent when a scan job fails. # @!attribute [rw] job_end_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger] # Optional. If set, report will be sent when a scan job ends. class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#sampling_percent ⇒ ::Float
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 53 class DataQualitySpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of post scan actions of DataQualityScan. # @!attribute [rw] bigquery_export # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport] # Optional. If set, results will be exported to the provided BigQuery # table. # @!attribute [rw] notification_report # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport] # Optional. If set, results will be sent to the provided notification # receipts upon triggers. class PostScanActions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration of BigQuery export post scan action. # @!attribute [rw] results_table # @return [::String] # Optional. The BigQuery table to export DataQualityScan results to. # Format: # //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID # or # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The individuals or groups who are designated to receive notifications # upon triggers. # @!attribute [rw] emails # @return [::Array<::String>] # Optional. The email recipients who will receive the DataQualityScan # results report. class Recipients include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the DQ score in the job result is less # than a specified input score. # @!attribute [rw] score_threshold # @return [::Float] # Optional. The score range is in [0,100]. class ScoreThresholdTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered when the scan job itself fails, regardless of # the result. class JobFailureTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # This trigger is triggered whenever a scan job run ends, regardless # of the result. class JobEndTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The configuration of notification report post scan action. # @!attribute [rw] recipients # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients] # Required. The recipients who will receive the notification report. # @!attribute [rw] score_threshold_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger] # Optional. If set, report will be sent when score threshold is met. # @!attribute [rw] job_failure_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger] # Optional. If set, report will be sent when a scan job fails. # @!attribute [rw] job_end_trigger # @return [::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger] # Optional. If set, report will be sent when a scan job ends. class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |