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
-
Field Summary
Fields inherited from class com.atlan.api.AbstractEndpoint
client
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
send
(OpenLineageEvent request, AtlanConnectorType connectorType) Sends the OpenLineage event to Atlan to be consumed.void
send
(OpenLineageEvent request, AtlanConnectorType connectorType, RequestOptions options) Sends the OpenLineage event to Atlan to be consumed.Methods inherited from class com.atlan.api.ChronosEndpoint
getBaseUrl
Methods inherited from class com.atlan.api.AbstractEndpoint
getBaseUrl
-
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
-