POST /api/data/v1/streams HTTP/1.1
Host: {instance}.domo.com
X-DOMO-Developer-Token: {token}
Content-Type: application/json
{
"transport": {
"type": "CONNECTOR",
"description": "com.domo.connector.snowflakeunloadv2",
"version": "1"
},
"configuration": [
{
"name": "query",
"value": "SELECT * FROM table",
"type": "string",
"category": "METADATA"
}
],
"account": {
"id": 3
},
"updateMethod": "APPEND",
"dataProvider": {
"key": "snowflake-unload-v2"
},
"dataSource": {
"name": "hello world",
"description": "config works?"
},
"advancedScheduleJson": "{\"type\": \"MANUAL\", \"timezone\": \"UTC\"}"
}