DataZone / Client / get_lineage_event

get_lineage_event#

DataZone.Client.get_lineage_event(**kwargs)#

Describes the lineage event.

See also: AWS API Documentation

Request Syntax

response = client.get_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

{
    'createdAt': datetime(2015, 1, 1),
    'createdBy': 'string',
    'domainId': 'string',
    'event': StreamingBody(),
    'eventTime': datetime(2015, 1, 1),
    'id': 'string',
    'processingStatus': 'REQUESTED'|'PROCESSING'|'SUCCESS'|'FAILED'
}

Response Structure

  • (dict) –

    • createdAt (datetime) –

      The timestamp of when the lineage event was created.

    • createdBy (string) –

      The user who created the lineage event.

    • domainId (string) –

      The ID of the domain.

    • event (StreamingBody) –

      The lineage event details.

    • eventTime (datetime) –

      The time of the lineage event.

    • id (string) –

      The ID of the lineage event.

    • 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