DataZone / Client / get_data_source_run
get_data_source_run#
- DataZone.Client.get_data_source_run(**kwargs)#
- Gets an Amazon DataZone data source run. - See also: AWS API Documentation - Request Syntax- response = client.get_data_source_run( domainIdentifier='string', identifier='string' ) - Parameters:
- domainIdentifier (string) – - [REQUIRED] - The ID of the domain in which this data source run was performed. 
- identifier (string) – - [REQUIRED] - The ID of the data source run. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'createdAt': datetime(2015, 1, 1), 'dataSourceConfigurationSnapshot': 'string', 'dataSourceId': 'string', 'domainId': 'string', 'errorMessage': { 'errorDetail': 'string', 'errorType': 'ACCESS_DENIED_EXCEPTION'|'CONFLICT_EXCEPTION'|'INTERNAL_SERVER_EXCEPTION'|'RESOURCE_NOT_FOUND_EXCEPTION'|'SERVICE_QUOTA_EXCEEDED_EXCEPTION'|'THROTTLING_EXCEPTION'|'VALIDATION_EXCEPTION' }, 'id': 'string', 'projectId': 'string', 'runStatisticsForAssets': { 'added': 123, 'failed': 123, 'skipped': 123, 'unchanged': 123, 'updated': 123 }, 'startedAt': datetime(2015, 1, 1), 'status': 'REQUESTED'|'RUNNING'|'FAILED'|'PARTIALLY_SUCCEEDED'|'SUCCESS', 'stoppedAt': datetime(2015, 1, 1), 'type': 'PRIORITIZED'|'SCHEDULED', 'updatedAt': datetime(2015, 1, 1) } - Response Structure- (dict) – - createdAt (datetime) – - The timestamp of when the data source run was created. 
- dataSourceConfigurationSnapshot (string) – - The configuration snapshot of the data source run. 
- dataSourceId (string) – - The ID of the data source for this data source run. 
- domainId (string) – - The ID of the domain in which this data source run was performed. 
- errorMessage (dict) – - Specifies the error message that is returned if the operation cannot be successfully completed. - errorDetail (string) – - The details of the error message that is returned if the operation cannot be successfully completed. 
- errorType (string) – - The type of the error message that is returned if the operation cannot be successfully completed. 
 
- id (string) – - The ID of the data source run. 
- projectId (string) – - The ID of the project in which this data source run occured. 
- runStatisticsForAssets (dict) – - The asset statistics from this data source run. - added (integer) – - The - addedstatistic for the data source run.
- failed (integer) – - The - failedstatistic for the data source run.
- skipped (integer) – - The - skippedstatistic for the data source run.
- unchanged (integer) – - The - unchangedstatistic for the data source run.
- updated (integer) – - The - updatedstatistic for the data source run.
 
- startedAt (datetime) – - The timestamp of when this data source run started. 
- status (string) – - The status of this data source run. 
- stoppedAt (datetime) – - The timestamp of when this data source run stopped. 
- type (string) – - The type of this data source run. 
- updatedAt (datetime) – - The timestamp of when this data source run was updated. 
 
 
 - Exceptions- DataZone.Client.exceptions.InternalServerException
- DataZone.Client.exceptions.ResourceNotFoundException
- DataZone.Client.exceptions.AccessDeniedException
- DataZone.Client.exceptions.ThrottlingException
- DataZone.Client.exceptions.ServiceQuotaExceededException
- DataZone.Client.exceptions.ConflictException
- DataZone.Client.exceptions.ValidationException
- DataZone.Client.exceptions.UnauthorizedException