multiwoven-integrations 0.14.0 → 0.14.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7398aa2877b8e3378fa375102c47e1f8c769ab1268355e1c6f51e921eec7d863
|
4
|
+
data.tar.gz: 0a7da724a3c1ad20e73d2b0c5ed892f05be083b85b6ba19b18626a9d8d08bc55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88d1248a19d5f86a0217399892359e184c8c658ea8fe55847a952fd50d9866cb606c4cee8d3949880076b7c2e53422b4ea89e1075bc9c425aaf1e0b6bc688a5d
|
7
|
+
data.tar.gz: 2c69211d061e26d56343f995eaaec9112cd53312f7bc73b024e6a15f0b3b29a2761eb1190b8a95a90adf1e50ceb9e03afb163694d79bf6fd66d613ff8bb9f05e
|
@@ -11,7 +11,7 @@ module Multiwoven
|
|
11
11
|
DestinationSyncMode = Types::String.enum("insert", "upsert")
|
12
12
|
ConnectorType = Types::String.enum("source", "destination")
|
13
13
|
ConnectorQueryType = Types::String.enum("raw_sql", "soql", "ai_ml")
|
14
|
-
ModelQueryType = Types::String.enum("raw_sql", "dbt", "soql", "table_selector", "ai_ml")
|
14
|
+
ModelQueryType = Types::String.enum("raw_sql", "dbt", "soql", "table_selector", "ai_ml", "dynamic_sql")
|
15
15
|
ConnectionStatusType = Types::String.enum("succeeded", "failed")
|
16
16
|
StreamType = Types::String.enum("static", "dynamic", "user_defined")
|
17
17
|
StreamAction = Types::String.enum("fetch", "create", "update", "delete")
|
@@ -14,9 +14,11 @@
|
|
14
14
|
"order": 0
|
15
15
|
},
|
16
16
|
"headers": {
|
17
|
-
"type": "string",
|
18
17
|
"title": "Http Headers",
|
19
|
-
"order": 1
|
18
|
+
"order": 1,
|
19
|
+
"additionalProperties": {
|
20
|
+
"type": "string"
|
21
|
+
}
|
20
22
|
},
|
21
23
|
"config": {
|
22
24
|
"title": "",
|
@@ -31,6 +33,20 @@
|
|
31
33
|
}
|
32
34
|
},
|
33
35
|
"order": 2
|
36
|
+
},
|
37
|
+
"request_format": {
|
38
|
+
"title": "Request Format",
|
39
|
+
"description": "Sample Request Format",
|
40
|
+
"type": "string",
|
41
|
+
"x-request-format": true,
|
42
|
+
"order": 3
|
43
|
+
},
|
44
|
+
"response_format": {
|
45
|
+
"title": "Response Format",
|
46
|
+
"description": "Sample Response Format",
|
47
|
+
"type": "string",
|
48
|
+
"x-response-format": true,
|
49
|
+
"order": 4
|
34
50
|
}
|
35
51
|
}
|
36
52
|
}
|