Skip to content

Commit

Permalink
fix(CE): endpoint mismatch in spec (#398)
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 Oct 3, 2024
1 parent 31ec315 commit be23b45
Show file tree
Hide file tree
Showing 4 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.5)
multiwoven-integrations (0.11.6)
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.5"
VERSION = "0.11.6"

ENABLED_SOURCES = %w[
Snowflake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def process_response(response)

def build_url(url, connection_config)
format(url, databricks_host: connection_config[:databricks_host],
endpoint_name: connection_config[:endpoint_name])
endpoint_name: connection_config[:endpoint])
end

def send_request(url, token, payload)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
connection_specification: {
databricks_host: "test-host.databricks.com",
token: "test_token",
endpoint_name: "test",
endpoint: "test",
request_format: "{}",
response_format: "{}"
}
Expand Down

0 comments on commit be23b45

Please sign in to comment.