Renamed and changed required fields in DatabricksZerobus destination schema
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
Two required fields in the ObservabilityPipelineDatabricksZerobusDestination schema were renamed and are no longer required: ingestion_endpoint → ingestion_endpoint_key and unity_catalog_endpoint → unity_catalog_endpoint_key. The new fields take an environment variable name or secret identifier rather than a raw URL, and both have been removed from the required array. Clients sending the old field names will have those values silently ignored, and any code reading those fields from responses will break.