multiwoven-integrations 0.1.31 → 0.1.32

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: 8e3ffd041d8b25bfbae7c39e01491aad0d56d4a0e6b55707c57587b1a3b6993d
4
- data.tar.gz: ed377a5d5c51060b7f288da572586194c1a846b5a10396c1a27f30cef960837d
3
+ metadata.gz: 4a489a81f1256c4b9b3330ff9a0bdf0e0de4ea6785adfb46ff5569598657c452
4
+ data.tar.gz: a87e81b569be6ff5f9a5828aaca24da6ca533f1b7f3e584c673186a4641b715a
5
5
  SHA512:
6
- metadata.gz: 4623a3a407aa222480eff99d1a862b0d59a1d1fe941255d0a31fd3539d5bda79faf87042eb281a9b0a15c254cc04ce0ed314d4f27bd8fa2798ce0e084afafde7
7
- data.tar.gz: 8fc6cd88f2c293d2c84f0e923e25c9a57aea1fc21802e1d41dab5a3ee96e816deaefc635a4e06309b10128e3ce9ffc4b8e2d69274e95f1fd4e96f7315fe12bfb
6
+ metadata.gz: 3320dbac0e973597222396a356d32bcd40763b20a84cf022fff0b242efc170b7ccac7f8d977a7f37da66196e8def6a456a8e2a5bd4d116d3889bf4eca1b40e8e
7
+ data.tar.gz: 631c60c420a342bcfc5bf0f0e8f48905fd0de4466843d87a24769862b3d1ace7b9d52f419d3ffcdd8e06560eaa8a533408236967db105e5f708e2e30bebf53b3
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.31"
5
+ VERSION = "0.1.32"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -5,40 +5,35 @@
5
5
  "$schema": "http://json-schema.org/draft-07/schema#",
6
6
  "title": "Databricks",
7
7
  "type": "object",
8
- "required": ["host", "port", "database", "schema"],
8
+ "required": ["host", "port", "http_path", "catalog", "schema"],
9
9
  "properties": {
10
- "title": "",
11
- "type": "object",
12
- "required": ["host", "port", "access_token", "http_path", "catalog", "schema"],
13
- "properties": {
14
10
  "host": {
15
- "title": "Server Hostname",
16
- "description": "Server host name for the Databricks Cluster. It is different from the SQL Endpoint Cluster.",
17
- "type": "string",
18
- "examples": "abc-12345678-wxyz.cloud.databricks.com",
19
- "order": 0
11
+ "title": "Server Hostname",
12
+ "description": "Server host name for the Databricks Cluster. It is different from the SQL Endpoint Cluster.",
13
+ "type": "string",
14
+ "examples": ["abc-12345678-wxyz.cloud.databricks.com"],
15
+ "order": 0
20
16
  },
21
17
  "port": {
22
- "title": "Port",
23
- "description": "",
24
- "type": "string",
25
- "default": "443",
26
- "order": 1
18
+ "title": "Port",
19
+ "description": "",
20
+ "type": "string",
21
+ "default": "443",
22
+ "order": 1
27
23
  },
28
24
  "access_token": {
29
- "title": "Personal Access Token",
30
- "description": "",
31
- "type": "string",
32
- "multiwoven_secret": true,
33
- "order": 2
34
- }
25
+ "title": "Personal Access Token",
26
+ "description": "",
27
+ "type": "string",
28
+ "multiwoven_secret": true,
29
+ "order": 2
35
30
  },
36
31
  "http_path": {
37
- "title": "HTTP Path",
38
- "description": "",
39
- "examples": "sql/protocolvx/o/1234567489/0000-1111111-abcd90",
40
- "type": "string",
41
- "order": 3
32
+ "title": "HTTP Path",
33
+ "description": "",
34
+ "examples": ["sql/protocolvx/o/1234567489/0000-1111111-abcd90"],
35
+ "type": "string",
36
+ "order": 3
42
37
  },
43
38
  "catalog": {
44
39
  "description": "The name of the catalog",
@@ -48,7 +43,7 @@
48
43
  "order": 4
49
44
  },
50
45
  "schema": {
51
- "description": " The default schema tables are written.",
46
+ "description": "The default schema tables are written.",
52
47
  "default": "default",
53
48
  "type": "string",
54
49
  "title": "Database schema",
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.1.31
4
+ version: 0.1.32
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-03-04 00:00:00.000000000 Z
11
+ date: 2024-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport