Skip to content

Commit

Permalink
fix(CE): change location to region in vertex (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: TivonB-AI2 <[email protected]>
  • Loading branch information
github-actions[bot] and TivonB-AI2 authored Sep 16, 2024
1 parent ed8916e commit da7ccc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integrations/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
multiwoven-integrations (0.11.4)
multiwoven-integrations (0.11.5)
activesupport
async-websocket
aws-sdk-athena
Expand Down
2 changes: 1 addition & 1 deletion integrations/lib/multiwoven/integrations/rollout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Multiwoven
module Integrations
VERSION = "0.11.4"
VERSION = "0.11.5"

ENABLED_SOURCES = %w[
Snowflake
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"documentation_url": "https://docs.multiwoven.com/integrations/sources/google_vertex-model",
"stream_type": "dynamic",
"connector_query_type": "raw_sql",
"stream_type": "user_defined",
"connector_query_type": "ai_ml",
"connection_specification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Google Vertex Model",
"type": "object",
"required": ["project_id", "endpoint_id", "location", "credentials_json", "request_format", "response_format"],
"required": ["project_id", "endpoint_id", "region", "credentials_json", "request_format", "response_format"],
"properties": {
"project_id": {
"type": "string",
Expand Down

0 comments on commit da7ccc9

Please sign in to comment.