Skip to content
Open
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
12 changes: 6 additions & 6 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3132,7 +3132,7 @@ paths:
x-go-type-skip-optional-pointer: true
tableName:
type: string
description: The destination table name (`clickhouse`, `snowflake`, `redshift`).
description: The destination table name. Required for `clickhouse`, `snowflake`, and `redshift`.
example: events
x-go-type-skip-optional-pointer: true
database:
Expand All @@ -3152,12 +3152,12 @@ paths:
x-go-type-skip-optional-pointer: true
dbName:
type: string
description: The database name (`snowflake`, `redshift`).
description: The database name. Required for `snowflake` and `redshift`.
example: ANALYTICS
x-go-type-skip-optional-pointer: true
schemaName:
type: string
description: The schema name (`snowflake`, `redshift`).
description: The schema name. Required for `snowflake`; optional for `redshift`.
example: PUBLIC
x-go-type-skip-optional-pointer: true
projectId:
Expand Down Expand Up @@ -3479,7 +3479,7 @@ paths:
example: default
tableName:
type: string
description: The destination table name (`clickhouse`, `snowflake`, `redshift`).
description: The destination table name. Required for `clickhouse`, `snowflake`, and `redshift`.
example: events
database:
type: string
Expand All @@ -3495,11 +3495,11 @@ paths:
example: SVC_AMPERSAND
dbName:
type: string
description: The database name (`snowflake`, `redshift`).
description: The database name. Required for `snowflake` and `redshift`.
example: ANALYTICS
schemaName:
type: string
description: The schema name (`snowflake`, `redshift`).
description: The schema name. Required for `snowflake`; optional for `redshift`.
example: PUBLIC
projectId:
type: string
Expand Down
12 changes: 6 additions & 6 deletions api/generated/api.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -4614,7 +4614,7 @@
},
"tableName": {
"type": "string",
"description": "The destination table name (`clickhouse`, `snowflake`, `redshift`).",
"description": "The destination table name. Required for `clickhouse`, `snowflake`, and `redshift`.",
"example": "events",
"x-go-type-skip-optional-pointer": true
},
Expand All @@ -4638,13 +4638,13 @@
},
"dbName": {
"type": "string",
"description": "The database name (`snowflake`, `redshift`).",
"description": "The database name. Required for `snowflake` and `redshift`.",
"example": "ANALYTICS",
"x-go-type-skip-optional-pointer": true
},
"schemaName": {
"type": "string",
"description": "The schema name (`snowflake`, `redshift`).",
"description": "The schema name. Required for `snowflake`; optional for `redshift`.",
"example": "PUBLIC",
"x-go-type-skip-optional-pointer": true
},
Expand Down Expand Up @@ -5034,7 +5034,7 @@
},
"tableName": {
"type": "string",
"description": "The destination table name (`clickhouse`, `snowflake`, `redshift`).",
"description": "The destination table name. Required for `clickhouse`, `snowflake`, and `redshift`.",
"example": "events"
},
"database": {
Expand All @@ -5054,12 +5054,12 @@
},
"dbName": {
"type": "string",
"description": "The database name (`snowflake`, `redshift`).",
"description": "The database name. Required for `snowflake` and `redshift`.",
"example": "ANALYTICS"
},
"schemaName": {
"type": "string",
"description": "The schema name (`snowflake`, `redshift`).",
"description": "The schema name. Required for `snowflake`; optional for `redshift`.",
"example": "PUBLIC"
},
"projectId": {
Expand Down
12 changes: 6 additions & 6 deletions api/generated/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -49126,7 +49126,7 @@
},
"tableName": {
"type": "string",
"description": "The destination table name (`clickhouse`, `snowflake`, `redshift`).",
"description": "The destination table name. Required for `clickhouse`, `snowflake`, and `redshift`.",
"example": "events",
"x-go-type-skip-optional-pointer": true
},
Expand All @@ -49150,13 +49150,13 @@
},
"dbName": {
"type": "string",
"description": "The database name (`snowflake`, `redshift`).",
"description": "The database name. Required for `snowflake` and `redshift`.",
"example": "ANALYTICS",
"x-go-type-skip-optional-pointer": true
},
"schemaName": {
"type": "string",
"description": "The schema name (`snowflake`, `redshift`).",
"description": "The schema name. Required for `snowflake`; optional for `redshift`.",
"example": "PUBLIC",
"x-go-type-skip-optional-pointer": true
},
Expand Down Expand Up @@ -51490,7 +51490,7 @@
},
"tableName": {
"type": "string",
"description": "The destination table name (`clickhouse`, `snowflake`, `redshift`).",
"description": "The destination table name. Required for `clickhouse`, `snowflake`, and `redshift`.",
"example": "events"
},
"database": {
Expand All @@ -51510,12 +51510,12 @@
},
"dbName": {
"type": "string",
"description": "The database name (`snowflake`, `redshift`).",
"description": "The database name. Required for `snowflake` and `redshift`.",
"example": "ANALYTICS"
},
"schemaName": {
"type": "string",
"description": "The schema name (`snowflake`, `redshift`).",
"description": "The schema name. Required for `snowflake`; optional for `redshift`.",
"example": "PUBLIC"
},
"projectId": {
Expand Down
Loading