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ยง
- Cloud
Client Transport - Posts OpenLineage events to an HTTP endpoint via
CloudClient.