Package com.atlan.api

Class OpenLineageEndpoint


public class OpenLineageEndpoint extends ChronosEndpoint
API endpoints for interacting with OpenLineage.
  • Constructor Details

    • OpenLineageEndpoint

      public OpenLineageEndpoint(AtlanClient client)
  • Method Details

    • send

      public void send(OpenLineageEvent request, AtlanConnectorType connectorType) throws AtlanException
      Sends the OpenLineage event to Atlan to be consumed.
      Parameters:
      request - OpenLineage event to send
      connectorType - of the connection that should receive the OpenLineage event
      Throws:
      AtlanException - on any issues with API communication
    • send

      public void send(OpenLineageEvent request, AtlanConnectorType connectorType, RequestOptions options) throws AtlanException
      Sends the OpenLineage event to Atlan to be consumed.
      Parameters:
      request - OpenLineage event to send
      connectorType - of the connection that should receive the OpenLineage event
      options - to override default client settings
      Throws:
      AtlanException - on any issues with API communication