From 4a86b24f788d2b395040f89d2df68c10bad7261f Mon Sep 17 00:00:00 2001 From: RajatPawar <18614743+RajatPawar@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:24:08 -0700 Subject: [PATCH] Revert: re-add azureblob + gcs to the destination type enum (ENG-4200) Add-back for the blob-storage withhold. Restores the two enum values and the type description. Merge only once we control the written object naming. Co-Authored-By: Claude Opus 4.8 --- api/api.yaml | 6 +++--- api/generated/api.bundled.json | 4 +++- api/generated/api.json | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/api/api.yaml b/api/api.yaml index 9ab7ed3..d8459ed 100644 --- a/api/api.yaml +++ b/api/api.yaml @@ -3017,12 +3017,12 @@ paths: type: string description: The type of the destination. For `slack`, set `metadata.url` to a Slack incoming webhook URL. - The warehouse and message-queue types (`clickhouse`, - `snowflake`, `bigquery`, `redshift`, `sqs`, `sns`, + The warehouse, object-storage, and message-queue types (`clickhouse`, + `snowflake`, `bigquery`, `redshift`, `azureblob`, `gcs`, `sqs`, `sns`, `eventbridge`, `pubsub`, `rabbitmq`) are configured via the `metadata` and `secrets` fields documented below. example: webhook - enum: [webhook, kinesis, s3, slack, clickhouse, snowflake, bigquery, redshift, sqs, sns, eventbridge, pubsub, rabbitmq] + enum: [webhook, kinesis, s3, slack, clickhouse, snowflake, bigquery, redshift, azureblob, gcs, sqs, sns, eventbridge, pubsub, rabbitmq] secrets: type: object description: Secrets for the destination. diff --git a/api/generated/api.bundled.json b/api/generated/api.bundled.json index 0c4a7a4..2a5a011 100644 --- a/api/generated/api.bundled.json +++ b/api/generated/api.bundled.json @@ -4469,7 +4469,7 @@ }, "type": { "type": "string", - "description": "The type of the destination. For `slack`, set `metadata.url` to a Slack incoming webhook URL. The warehouse and message-queue types (`clickhouse`, `snowflake`, `bigquery`, `redshift`, `sqs`, `sns`, `eventbridge`, `pubsub`, `rabbitmq`) are configured via the `metadata` and `secrets` fields documented below.", + "description": "The type of the destination. For `slack`, set `metadata.url` to a Slack incoming webhook URL. The warehouse, object-storage, and message-queue types (`clickhouse`, `snowflake`, `bigquery`, `redshift`, `azureblob`, `gcs`, `sqs`, `sns`, `eventbridge`, `pubsub`, `rabbitmq`) are configured via the `metadata` and `secrets` fields documented below.", "example": "webhook", "enum": [ "webhook", @@ -4480,6 +4480,8 @@ "snowflake", "bigquery", "redshift", + "azureblob", + "gcs", "sqs", "sns", "eventbridge", diff --git a/api/generated/api.json b/api/generated/api.json index af2336a..6030a52 100644 --- a/api/generated/api.json +++ b/api/generated/api.json @@ -48971,7 +48971,7 @@ }, "type": { "type": "string", - "description": "The type of the destination. For `slack`, set `metadata.url` to a Slack incoming webhook URL. The warehouse and message-queue types (`clickhouse`, `snowflake`, `bigquery`, `redshift`, `sqs`, `sns`, `eventbridge`, `pubsub`, `rabbitmq`) are configured via the `metadata` and `secrets` fields documented below.", + "description": "The type of the destination. For `slack`, set `metadata.url` to a Slack incoming webhook URL. The warehouse, object-storage, and message-queue types (`clickhouse`, `snowflake`, `bigquery`, `redshift`, `azureblob`, `gcs`, `sqs`, `sns`, `eventbridge`, `pubsub`, `rabbitmq`) are configured via the `metadata` and `secrets` fields documented below.", "example": "webhook", "enum": [ "webhook", @@ -48982,6 +48982,8 @@ "snowflake", "bigquery", "redshift", + "azureblob", + "gcs", "sqs", "sns", "eventbridge",