Delta Egress schema configuration - Portal and CLI integration added
Users of Delta Egress feature can now configure non-default table schema not only via HTTP API but also through the Portal and CLI.
Support in the Portal is integrated into the existing Egress Route creation and modification dialog:
Correspondingly, the CLI command for managing Delta Egress routes has been extended to support the table schema configuration:
spotf stream egress-route create-or-update delta \
--name 'delta-route' \
--stream-group-name 'example-group' \
--stream-name 'example-stream' \
--egress-sink-name 'delta-sink' \
--schema 'Otel' \
--otel-schema-logs 'true' \
--otel-schema-metrics 'true' \
--otel-schema-traces 'true'