Skip to main content

Module cloud

Module cloud 

Source
Expand description

Default HTTP transport backed by olai_http::CloudClient.

CloudClient handles auth (bearer token, Databricks, AWS/GCP credentials, or unauthenticated) and retry/backoff, so this transport works against deployed, authenticated OpenLineage endpoints out of the box. It does not add its own retry loop; it does bound each request with a timeout so one hung upstream request cannot stall the shared background drain.

Structsยง

CloudClientTransport
Posts OpenLineage events to an HTTP endpoint via CloudClient.