Snowflake · Example Payload

Task Task Run Example

Data LakesData SharingData WarehousingDatabaseSQL

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

Top-level fields

root_task_namedatabase_nameschema_namestatefirst_error_task_namefirst_error_codefirst_error_messagescheduled_timequery_start_timenext_scheduled_timecompleted_timeroot_task_idgraph_versionrun_id

Example Payload

Raw ↑
{
  "root_task_name": "example_value",
  "database_name": "example_value",
  "schema_name": "example_value",
  "state": "example_value",
  "first_error_task_name": "example_value",
  "first_error_code": 10,
  "first_error_message": "example_value",
  "scheduled_time": "example_value",
  "query_start_time": "example_value",
  "next_scheduled_time": "example_value",
  "completed_time": "example_value",
  "root_task_id": "500123",
  "graph_version": 10,
  "run_id": "500123"
}