multiwoven-integrations 0.11.4 → 0.11.6
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: 0cb0d4182e8be51150d2fd84111f0815d68fa7582cdd29b8f4a03cb24befa668
|
4
|
+
data.tar.gz: c2a79e6a6b172723cc4620ea029677490adeca529508bbdd45d058057c630856
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b95df3f3c22521d8c682268a57d0bfe30a4a6d42106b6179de77f376df4f09aafb5cc1a3314cf50d2fd7b9f87a7ce7dfeb76d941a59c6157f2dc3e21167760a1
|
7
|
+
data.tar.gz: 2b6af2a30fac74a3582bada5cb74377e456ded173dff215699802a31b86016b8f917e7ea24752b61d92e87b465d3f6a70e747a53abaf9750accb951f712d4276
|
@@ -71,7 +71,7 @@ module Multiwoven::Integrations::Source
|
|
71
71
|
|
72
72
|
def build_url(url, connection_config)
|
73
73
|
format(url, databricks_host: connection_config[:databricks_host],
|
74
|
-
endpoint_name: connection_config[:
|
74
|
+
endpoint_name: connection_config[:endpoint])
|
75
75
|
end
|
76
76
|
|
77
77
|
def send_request(url, token, payload)
|
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"documentation_url": "https://docs.multiwoven.com/integrations/sources/google_vertex-model",
|
3
|
-
"stream_type": "
|
4
|
-
"connector_query_type": "
|
3
|
+
"stream_type": "user_defined",
|
4
|
+
"connector_query_type": "ai_ml",
|
5
5
|
"connection_specification": {
|
6
6
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
7
7
|
"title": "Google Vertex Model",
|
8
8
|
"type": "object",
|
9
|
-
"required": ["project_id", "endpoint_id", "
|
9
|
+
"required": ["project_id", "endpoint_id", "region", "credentials_json", "request_format", "response_format"],
|
10
10
|
"properties": {
|
11
11
|
"project_id": {
|
12
12
|
"type": "string",
|
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.
|
4
|
+
version: 0.11.6
|
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-
|
11
|
+
date: 2024-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|