DataZone / Client / delete_lineage_event

delete_lineage_event

DataZone.Client.delete_lineage_event(**kwargs)

Deletes the specified lineage event.

See also: AWS API Documentation

Request Syntax

response = client.delete_lineage_event(
    domainIdentifier='string',
    identifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the domain.

  • identifier (string) –

    [REQUIRED]

    The ID of the lineage event.

Return type:

dict

Returns:

Response Syntax

{
    'id': 'string',
    'domainId': 'string',
    'processingStatus': 'REQUESTED'|'PROCESSING'|'SUCCESS'|'FAILED'
}

Response Structure

  • (dict) –

    • id (string) –

      The ID of the lineage event.

    • domainId (string) –

      The ID of the domain.

    • processingStatus (string) –

      The progressing status of the lineage event.

Exceptions

  • DataZone.Client.exceptions.InternalServerException

  • DataZone.Client.exceptions.ResourceNotFoundException

  • DataZone.Client.exceptions.AccessDeniedException

  • DataZone.Client.exceptions.ThrottlingException

  • DataZone.Client.exceptions.ValidationException

  • DataZone.Client.exceptions.UnauthorizedException