multiwoven-integrations 0.11.0 → 0.11.3

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: 8a76de4bbbe54dda8a7a063b0e2ad56aa79cb68625661cb7396b1a23db6e8ac6
4
- data.tar.gz: 486ad225768b3fe8732f80deeb35d25e3f2e9e73ffa652d6ea592e51288dbdc6
3
+ metadata.gz: 7dc0c61f91c24ee731138d0125a1901533d3175cb89fe0842ce3f67f1595f17f
4
+ data.tar.gz: c78bf38b5b3d83a540f40e9b18a85b1198ef40e8798847fd417211e39bf15729
5
5
  SHA512:
6
- metadata.gz: '03249a470b67cac1c549d7c7682e80f0f6e1b6c62b41c547687b1b03cbf11cc8a691b5cdfc1fa05259df58d0ed192d020f466d8136b1ce6c582d9bbc0187f245'
7
- data.tar.gz: b30b3fe2853752f86478aaf80b300c6f9bb038bd72a2b6a2f5507819ef15d8686a2182eb29ee99136191d31be9efcf58eede56fa9ebc12edfe6d97d255b6f091
6
+ metadata.gz: a0a2b3a4cb7e8fb8a1d20c7d3547f52509e5b775ee709edbb33f8b3c6e26558037bc1f5a13f531e93a4bb6c1afacacfd962690d06ca7d7249e0790ef43632f79
7
+ data.tar.gz: 3f8e4b9bd8fc2cdf0b32ab63cd692df69c420453438dc9faf017177b472a58dc4cf77e794a6012ee4a4376fe4c8ae316c648a184838302631a316b047e730a39
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.11.0"
5
+ VERSION = "0.11.3"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -37,12 +37,14 @@
37
37
  "description": "Sample Request Format",
38
38
  "type": "string",
39
39
  "title": "Request Format",
40
+ "x-request-format": true,
40
41
  "order": 4
41
42
  },
42
43
  "response_format": {
43
44
  "description": "Sample Response Format",
44
45
  "type": "string",
45
46
  "title": "Response Format",
47
+ "x-response-format": true,
46
48
  "order": 5
47
49
  }
48
50
  }
@@ -9,8 +9,8 @@
9
9
  "required": ["databricks_host", "token", "endpoint", "request_format", "response_format"],
10
10
  "properties": {
11
11
  "databricks_host": {
12
- "title": "databricks_host",
13
- "description": "databricks_host",
12
+ "title": "Databricks Host URL",
13
+ "description": "Endpoint host URL for the Databricks serving endpoint.",
14
14
  "type": "string",
15
15
  "examples": ["app.databricks.com"],
16
16
  "order": 0
@@ -33,12 +33,14 @@
33
33
  "title": "Request Format",
34
34
  "description": "Sample Request Format",
35
35
  "type": "string",
36
+ "x-request-format": true,
36
37
  "order": 3
37
38
  },
38
39
  "response_format": {
39
40
  "title": "Response Format",
40
41
  "description": "Sample Response Format",
41
42
  "type": "string",
43
+ "x-response-format": true,
42
44
  "order": 4
43
45
  }
44
46
  }
@@ -30,12 +30,14 @@
30
30
  "title": "Request Format",
31
31
  "description": "Sample Request Format",
32
32
  "type": "string",
33
+ "x-request-format": true,
33
34
  "order": 3
34
35
  },
35
36
  "response_format": {
36
37
  "title": "Response Format",
37
38
  "description": "Sample Response Format",
38
39
  "type": "string",
40
+ "x-response-format": true,
39
41
  "order": 4
40
42
  },
41
43
  "credentials_json": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiwoven-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-09 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport