diff --git a/api/api.yaml b/api/api.yaml index 9ab7ed3..07c8a31 100644 --- a/api/api.yaml +++ b/api/api.yaml @@ -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: @@ -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: @@ -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 @@ -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 diff --git a/api/generated/api.bundled.json b/api/generated/api.bundled.json index 0c4a7a4..57705af 100644 --- a/api/generated/api.bundled.json +++ b/api/generated/api.bundled.json @@ -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 }, @@ -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 }, @@ -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": { @@ -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": { diff --git a/api/generated/api.json b/api/generated/api.json index af2336a..1b2c078 100644 --- a/api/generated/api.json +++ b/api/generated/api.json @@ -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 }, @@ -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 }, @@ -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": { @@ -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": {