Glue / Client / update_data_quality_ruleset
update_data_quality_ruleset#
- Glue.Client.update_data_quality_ruleset(**kwargs)#
- Updates the specified data quality ruleset. - See also: AWS API Documentation - Request Syntax- response = client.update_data_quality_ruleset( Name='string', Description='string', Ruleset='string' ) - Parameters:
- Name (string) – - [REQUIRED] - The name of the data quality ruleset. 
- Description (string) – A description of the ruleset. 
- Ruleset (string) – A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Name': 'string', 'Description': 'string', 'Ruleset': 'string' } - Response Structure- (dict) – - Name (string) – - The name of the data quality ruleset. 
- Description (string) – - A description of the ruleset. 
- Ruleset (string) – - A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide. 
 
 
 - Exceptions- Glue.Client.exceptions.EntityNotFoundException
- Glue.Client.exceptions.AlreadyExistsException
- Glue.Client.exceptions.IdempotentParameterMismatchException
- Glue.Client.exceptions.InvalidInputException
- Glue.Client.exceptions.OperationTimeoutException
- Glue.Client.exceptions.InternalServiceException
- Glue.Client.exceptions.ResourceNumberLimitExceededException