multiwoven-integrations 0.11.3 → 0.11.5

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: 7dc0c61f91c24ee731138d0125a1901533d3175cb89fe0842ce3f67f1595f17f
4
- data.tar.gz: c78bf38b5b3d83a540f40e9b18a85b1198ef40e8798847fd417211e39bf15729
3
+ metadata.gz: d34ca59fc58e4345d01b70ca385e48317b2f62d419328d5f4a90b6ad353793e5
4
+ data.tar.gz: 5e40098b4821ece6cb1042bf5fcbeb3837b79a7b1be6c729181db9b1c4fb33e7
5
5
  SHA512:
6
- metadata.gz: a0a2b3a4cb7e8fb8a1d20c7d3547f52509e5b775ee709edbb33f8b3c6e26558037bc1f5a13f531e93a4bb6c1afacacfd962690d06ca7d7249e0790ef43632f79
7
- data.tar.gz: 3f8e4b9bd8fc2cdf0b32ab63cd692df69c420453438dc9faf017177b472a58dc4cf77e794a6012ee4a4376fe4c8ae316c648a184838302631a316b047e730a39
6
+ metadata.gz: 194c25e50ac5bd767c2f8de29e21a84da6df2157f71b61ad13b77b144d637be042471f5163e4760cfd5d2b19d7deedf933f2761b1db110c51c72a882666872ed
7
+ data.tar.gz: faebd827dc102194d72465a78f1ff674592b303ef88b2d5ed09c1c171f61a8672977925fdbdf6783a90765b1e22525d871a4c41c7324785743ef5d21a967161e
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.11.3"
5
+ VERSION = "0.11.5"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -56,7 +56,7 @@ module Multiwoven::Integrations::Source
56
56
 
57
57
  def create_connection(connection_config)
58
58
  @auth_token = Base64.strict_encode64("#{connection_config[:username]}:#{connection_config[:password]}")
59
- Faraday.new(connection_config[:host]) do |faraday|
59
+ Faraday.new(connection_config[:url]) do |faraday|
60
60
  faraday.request :url_encoded
61
61
  faraday.adapter Faraday.default_adapter
62
62
  end
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "documentation_url": "https://docs.multiwoven.com/integrations/sources/google_vertex-model",
3
- "stream_type": "dynamic",
4
- "connector_query_type": "raw_sql",
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", "location", "credentials_json", "request_format", "response_format"],
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.3
4
+ version: 0.11.5
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-11 00:00:00.000000000 Z
11
+ date: 2024-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport