:doc:`DataZone <../../datazone>` / Client / get_lineage_event

*****************
get_lineage_event
*****************



.. py:method:: DataZone.Client.get_lineage_event(**kwargs)

  

  Describes the lineage event.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetLineageEvent>`_  


  **Request Syntax**
  ::

    response = client.get_lineage_event(
        domainIdentifier='string',
        identifier='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The ID of the domain.

    

  
  :type identifier: string
  :param identifier: **[REQUIRED]** 

    The ID of the lineage event.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

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

    

    - *(dict) --* 
      

      - **domainId** *(string) --* 

        The ID of the domain.

        
      

      - **id** *(string) --* 

        The ID of the lineage event.

        
      

      - **event** (:class:`.StreamingBody`) -- 

        The lineage event details.

        
      

      - **createdBy** *(string) --* 

        The user who created the lineage event.

        
      

      - **processingStatus** *(string) --* 

        The progressing status of the lineage event.

        
      

      - **eventTime** *(datetime) --* 

        The time of the lineage event.

        
      

      - **createdAt** *(datetime) --* 

        The timestamp of when the lineage event was created.

        
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

  
  *   :py:class:`DataZone.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DataZone.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DataZone.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DataZone.Client.exceptions.ValidationException`

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  