multiwoven-integrations 0.1.31 → 0.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a489a81f1256c4b9b3330ff9a0bdf0e0de4ea6785adfb46ff5569598657c452
|
|
4
|
+
data.tar.gz: a87e81b569be6ff5f9a5828aaca24da6ca533f1b7f3e584c673186a4641b715a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3320dbac0e973597222396a356d32bcd40763b20a84cf022fff0b242efc170b7ccac7f8d977a7f37da66196e8def6a456a8e2a5bd4d116d3889bf4eca1b40e8e
|
|
7
|
+
data.tar.gz: 631c60c420a342bcfc5bf0f0e8f48905fd0de4466843d87a24769862b3d1ace7b9d52f419d3ffcdd8e06560eaa8a533408236967db105e5f708e2e30bebf53b3
|
|
@@ -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", "
|
|
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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
18
|
+
"title": "Port",
|
|
19
|
+
"description": "",
|
|
20
|
+
"type": "string",
|
|
21
|
+
"default": "443",
|
|
22
|
+
"order": 1
|
|
27
23
|
},
|
|
28
24
|
"access_token": {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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": "
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|