Skip to content

Commit f28cdc2

Browse files
Snowflake V2 Add apidefinition contact and categories (microsoft#3942)
1 parent 66a618b commit f28cdc2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

certified-connectors/Snowflake v2/ConnectorArtifacts/apidefinition.swagger.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "1.1",
55
"title": "Snowflake",
66
"description": "Snowflake Connector allows you to build canvas apps and surface Snowflake data in Virtual Tables, while also enabling faster data processing and analytics compared to traditional solutions. This version fixes support for null values in columns of date and time types.",
7+
"contact": {
8+
"name": "Snowflake Support",
9+
"url": "https://www.snowflake.com/support",
10+
"email": "support@snowflake.com"
11+
},
712
"x-ms-api-annotation": {
813
"status": "Preview"
914
},
@@ -319,7 +324,7 @@
319324
"deprecated": false,
320325
"x-ms-visibility": "internal",
321326
"x-ms-api-annotation": {
322-
"status": "Production",
327+
"status": "Preview",
323328
"family": "ODataStylePostItem",
324329
"revision": 2
325330
}
@@ -397,7 +402,7 @@
397402
"deprecated": false,
398403
"x-ms-visibility": "internal",
399404
"x-ms-api-annotation": {
400-
"status": "Production",
405+
"status": "Preview",
401406
"family": "ODataStyleGetItem",
402407
"revision": 2
403408
}
@@ -2177,6 +2182,10 @@
21772182
{
21782183
"propertyName": "Privacy policy",
21792184
"propertyValue": "https://www.snowflake.com/privacy-policy"
2185+
},
2186+
{
2187+
"propertyName": "Categories",
2188+
"propertyValue": "Data;Marketing"
21802189
}
21812190
]
21822191
}

0 commit comments

Comments
 (0)