Issue #203 added Pub/Sub source models (ClickPipePubSubSource, ClickPipePostPubSubSource, ClickPipePatchPubSubSource) to the Rust client library. They're covered by wiremock + serde tests, but there's no live E2E test for the source yet.
We need a clickpipe_pubsub_test binary under crates/clickhouse-cloud-api/tests/clickpipes/, matching the pattern of the existing source binaries (s3_test.rs, kafka_test.rs, kinesis_test.rs, etc.).
This will require GCP credentials and Pub/Sub topic provisioning — we'll work out the details when we pick this up.
Issue #203 added Pub/Sub source models (
ClickPipePubSubSource,ClickPipePostPubSubSource,ClickPipePatchPubSubSource) to the Rust client library. They're covered by wiremock + serde tests, but there's no live E2E test for the source yet.We need a
clickpipe_pubsub_testbinary undercrates/clickhouse-cloud-api/tests/clickpipes/, matching the pattern of the existing source binaries (s3_test.rs,kafka_test.rs,kinesis_test.rs, etc.).This will require GCP credentials and Pub/Sub topic provisioning — we'll work out the details when we pick this up.