Snowflake · Example Payload

Warehouse Warehouse Example

Data LakesData SharingData WarehousingDatabaseSQL

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

Top-level fields

warehouse_typewarehouse_sizewait_for_completionmax_cluster_countmin_cluster_countscaling_policyauto_suspendauto_resumeinitially_suspendedcommentenable_query_accelerationquery_acceleration_max_scale_factormax_concurrency_levelstatement_queued_timeout_in_secondsstatement_timeout_in_secondstypesizestatestarted_clustersrunningqueuedis_defaultis_currentavailableprovisioningquiescingothercreated_onresumed_onupdated_onownerbudgetkindowner_role_typewarehouse_credit_limittarget_statement_size

Example Payload

Raw ↑
{
  "warehouse_type": "example_value",
  "warehouse_size": "example_value",
  "wait_for_completion": "example_value",
  "max_cluster_count": 10,
  "min_cluster_count": 10,
  "scaling_policy": "example_value",
  "auto_suspend": 10,
  "auto_resume": "example_value",
  "initially_suspended": "example_value",
  "comment": "example_value",
  "enable_query_acceleration": "example_value",
  "query_acceleration_max_scale_factor": 10,
  "max_concurrency_level": 10,
  "statement_queued_timeout_in_seconds": 10,
  "statement_timeout_in_seconds": 10,
  "type": "example_value",
  "size": "example_value",
  "state": "example_value",
  "started_clusters": 10,
  "running": 10,
  "queued": 10,
  "is_default": true,
  "is_current": true,
  "available": "example_value",
  "provisioning": "example_value",
  "quiescing": "example_value",
  "other": "example_value",
  "created_on": "example_value",
  "resumed_on": "example_value",
  "updated_on": "example_value",
  "owner": "example_value",
  "budget": "example_value",
  "kind": "example_value",
  "owner_role_type": "example_value",
  "warehouse_credit_limit": 10,
  "target_statement_size": "example_value"
}