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: a7c243e28fa9925a82ee68f84359a027ea71ce3e3b12189e02b54c5938207021
4
- data.tar.gz: dc802b13ad025f1a7297fa6aa7e938c5599994fe73be92e103212609bdf25272
3
+ metadata.gz: 7398aa2877b8e3378fa375102c47e1f8c769ab1268355e1c6f51e921eec7d863
4
+ data.tar.gz: 0a7da724a3c1ad20e73d2b0c5ed892f05be083b85b6ba19b18626a9d8d08bc55
5
5
  SHA512:
6
- metadata.gz: d1dee7afc9b52139bf2c8ac51de71dedd042b343ead87eaa61cc704672ae53ce87972e025fb6d2940df57806824fd613fb5aba1bb65aa19ab28f0a4bdb292432
7
- data.tar.gz: a67eae7ca3c35d29eb3021e4fb7bd42a83220a700d9edf68b4ba72905c4d184650e0935f9b355fa7d29e5381c9fb2575f4cbd20b4dbab40ec29e5d66de7b0f06
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")
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.14.0"
5
+ VERSION = "0.14.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -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
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiwoven-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P