get_data_quality_ruleset
(**kwargs)¶Returns an existing ruleset by identifier or name.
See also: AWS API Documentation
Request Syntax
response = client.get_data_quality_ruleset(
Name='string'
)
[REQUIRED]
The name of the ruleset.
{
'Name': 'string',
'Description': 'string',
'Ruleset': 'string',
'TargetTable': {
'TableName': 'string',
'DatabaseName': 'string'
},
'CreatedOn': datetime(2015, 1, 1),
'LastModifiedOn': datetime(2015, 1, 1),
'RecommendationRunId': 'string'
}
Response Structure
The name of the ruleset.
A description of the ruleset.
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
The name and database name of the target table.
The name of the Glue table.
The name of the database where the Glue table exists.
A timestamp. The time and date that this data quality ruleset was created.
A timestamp. The last point in time when this data quality ruleset was modified.
When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
Exceptions
Glue.Client.exceptions.EntityNotFoundException
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.OperationTimeoutException
Glue.Client.exceptions.InternalServiceException