Snowflake · Example Payload

Snowflake Createstream Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createstream Example is an example object payload from Snowflake, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createStream",
  "method": "POST",
  "path": "/api/v2/databases/{database}/schemas/{schema}/streams",
  "summary": "Create a Stream",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatestreamRequestExample",
      "example": {
        "created_on": "2026-01-15T10:30:00Z",
        "name": "Example Title",
        "stream_source": {
          "src_type": "example_value",
          "name": "Example Title",
          "database_name": "example_value",
          "schema_name": "example_value"
        },
        "comment": "example_value",
        "database_name": "example_value",
        "schema_name": "example_value",
        "owner": "example_value",
        "table_name": "example_value",
        "stale": true,
        "mode": "example_value",
        "stale_after": "2026-01-15T10:30:00Z",
        "invalid_reason": "example_value",
        "owner_role_type": "example_value",
        "type": "example_value"
      }
    }
  ],
  "responseExamples": []
}