Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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, object-storage, and message-queue types (`clickhouse`,
`snowflake`, `bigquery`, `redshift`, `azureblob`, `gcs`, `sqs`, `sns`,
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.
example: webhook
enum: [webhook, kinesis, s3, slack, clickhouse, snowflake, bigquery, redshift, azureblob, gcs, sqs, sns, eventbridge, pubsub, rabbitmq]
enum: [webhook, kinesis, s3, slack, clickhouse, snowflake, bigquery, redshift, sqs, sns, eventbridge, pubsub, rabbitmq]
secrets:
type: object
description: Secrets for the destination.
Expand Down
4 changes: 1 addition & 3 deletions api/generated/api.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -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, 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.",
"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.",
"example": "webhook",
"enum": [
"webhook",
Expand All @@ -4480,8 +4480,6 @@
"snowflake",
"bigquery",
"redshift",
"azureblob",
"gcs",
"sqs",
"sns",
"eventbridge",
Expand Down
4 changes: 1 addition & 3 deletions api/generated/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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, 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.",
"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.",
"example": "webhook",
"enum": [
"webhook",
Expand All @@ -48982,8 +48982,6 @@
"snowflake",
"bigquery",
"redshift",
"azureblob",
"gcs",
"sqs",
"sns",
"eventbridge",
Expand Down
Loading