Skip to content

Commit

Permalink
fix(CE): correction in databricks model connection_spec (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: afthab vp <[email protected]>
  • Loading branch information
github-actions[bot] and afthabvp authored Aug 22, 2024
1 parent 271f297 commit 90742d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.0)
multiwoven-integrations (0.9.1)
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.9.0"
VERSION = "0.9.1"

ENABLED_SOURCES = %w[
Snowflake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Databricks Model",
"type": "object",
"required": ["databricks_host", "token", "model_name"],
"required": ["databricks_host", "token", "endpoint"],
"properties": {
"databricks_host": {
"title": "databricks_host",
Expand Down

0 comments on commit 90742d8

Please sign in to comment.