Package com.atlan.api
Class OpenLineageEndpoint
java.lang.Object
com.atlan.api.AbstractEndpoint
com.atlan.api.ChronosEndpoint
com.atlan.api.OpenLineageEndpoint
API endpoints for interacting with OpenLineage.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.api.AbstractEndpoint
AbstractEndpoint.RawResponse, AbstractEndpoint.ThrowingSupplier<T,E extends Exception> -
Field Summary
Fields inherited from class com.atlan.api.AbstractEndpoint
client -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsend(OpenLineageEvent request, AtlanConnectorType connectorType) Sends the OpenLineage event to Atlan to be consumed.voidsend(OpenLineageEvent request, AtlanConnectorType connectorType, RequestOptions options) Sends the OpenLineage event to Atlan to be consumed.Methods inherited from class com.atlan.api.ChronosEndpoint
getBaseUrlMethods inherited from class com.atlan.api.AbstractEndpoint
executeWithRetries, getBaseUrl, getClient
-
Constructor Details
-
OpenLineageEndpoint
-
-
Method Details
-
send
Sends the OpenLineage event to Atlan to be consumed.- Parameters:
request- OpenLineage event to sendconnectorType- 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 sendconnectorType- of the connection that should receive the OpenLineage eventoptions- to override default client settings- Throws:
AtlanException- on any issues with API communication
-