You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FLOW-1429 Add integration test for PowerApps connector (#2)
* FLOW-1429 Add integration test for PowerApps connector #2
* FLOW-3900: Handling nulls and setup tests based on client id and secret
---------
Co-authored-by: Rafal Zukowski <[email protected]>
* FLOW-3900: Update summary with a fix description
* FLOW-1429 Update SnowflakeTestApp mock parameters to use TestData (#5)
FLOW-1429 Update SnowflakeTestApp mock parameters to use TestData
---------
Co-authored-by: Rafal Zukowski <[email protected]>
Copy file name to clipboardExpand all lines: certified-connectors/Snowflake v2/ConnectorArtifacts/apidefinition.swagger.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
{
2
2
"swagger": "2.0",
3
-
"info": {
4
-
"version": "1.1",
5
-
"title": "Snowflake",
6
-
"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.",
7
-
"x-ms-api-annotation": {
8
-
"status": "Preview"
3
+
"info": {
4
+
"version": "1.1",
5
+
"title": "Snowflake",
6
+
"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.",
"Bearer token not configured. Please update ConnectionParametersProviderMock.TestBearerToken with a valid OAuth bearer token. See README.md for instructions.";
22
+
privateconststringAPPLICATION_NOT_RUNNING_ERROR=
23
+
"SnowflakeTestApp is not running at {0}. Please start the application before running tests. Error: {1}";
0 commit comments