Skip to content

Commit

Permalink
chore(CE): Update databricks json schema (#367)
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 12, 2024
1 parent 0e6ed74 commit 6f3ca65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2)
multiwoven-integrations (0.11.3)
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.2"
VERSION = "0.11.3"

ENABLED_SOURCES = %w[
Snowflake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"required": ["databricks_host", "token", "endpoint", "request_format", "response_format"],
"properties": {
"databricks_host": {
"title": "databricks_host",
"description": "databricks_host",
"title": "Databricks Host URL",
"description": "Endpoint host URL for the Databricks serving endpoint.",
"type": "string",
"examples": ["app.databricks.com"],
"order": 0
Expand Down

0 comments on commit 6f3ca65

Please sign in to comment.