github.com/instill-ai/component@v0.16.0-beta/pkg/connector/bigquery/v0/config/tasks.json (about) 1 { 2 "TASK_INSERT": { 3 "instillShortDescription": "Insert data to BigQuery.", 4 "input": { 5 "instillUIOrder": 0, 6 "properties": { 7 "data": { 8 "additionalProperties": false, 9 "instillShortDescription": "The data to be inserted to BigQuery", 10 "description": "The data to be inserted to BigQuery", 11 "instillUIOrder": 0, 12 "patternProperties": { 13 "^[a-z_][-a-z_0-9]{0,31}$": { 14 "instillAcceptFormats": [ 15 "*" 16 ], 17 "instillUIOrder": 0, 18 "instillUpstreamTypes": [ 19 "reference", 20 "template" 21 ], 22 "title": "Data" 23 } 24 }, 25 "required": [], 26 "title": "Data", 27 "type": "object" 28 } 29 }, 30 "required": [ 31 "data" 32 ], 33 "title": "Input", 34 "type": "object" 35 }, 36 "output": { 37 "instillUIOrder": 0, 38 "properties": { 39 "status": { 40 "description": "Status of the upload operation", 41 "instillFormat": "string", 42 "instillUIOrder": 0, 43 "title": "Status", 44 "type": "string" 45 } 46 }, 47 "required": [ 48 "status" 49 ], 50 "title": "Output", 51 "type": "object" 52 } 53 } 54 }