Snowflake · Example Payload

Stream Stream Example

Data LakesData SharingData WarehousingDatabaseSQL

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

Top-level fields

created_onnamecommentdatabase_nameschema_nameownertable_namestalemodestale_afterinvalid_reasonowner_role_typetype

Example Payload

Raw ↑
{
  "created_on": "example_value",
  "name": "Example Title",
  "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": "example_value",
  "invalid_reason": "example_value",
  "owner_role_type": "example_value",
  "type": "example_value"
}