multiwoven-integrations 0.11.2 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dc0c61f91c24ee731138d0125a1901533d3175cb89fe0842ce3f67f1595f17f
|
4
|
+
data.tar.gz: c78bf38b5b3d83a540f40e9b18a85b1198ef40e8798847fd417211e39bf15729
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0a2b3a4cb7e8fb8a1d20c7d3547f52509e5b775ee709edbb33f8b3c6e26558037bc1f5a13f531e93a4bb6c1afacacfd962690d06ca7d7249e0790ef43632f79
|
7
|
+
data.tar.gz: 3f8e4b9bd8fc2cdf0b32ab63cd692df69c420453438dc9faf017177b472a58dc4cf77e794a6012ee4a4376fe4c8ae316c648a184838302631a316b047e730a39
|
@@ -9,8 +9,8 @@
|
|
9
9
|
"required": ["databricks_host", "token", "endpoint", "request_format", "response_format"],
|
10
10
|
"properties": {
|
11
11
|
"databricks_host": {
|
12
|
-
"title": "
|
13
|
-
"description": "
|
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
|