Package not found. Please check the package name and try again.

multiwoven-integrations 0.11.2 → 0.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d66b37c38c05a728d4acbe3c2575ab45f0a19172d2d0f9d131801415a5d55c36
4
- data.tar.gz: 6e6ae1f325d5e3fb9280a468edfc3a2c30c5d4b4bf9c01c074dc1b5a59572bbf
3
+ metadata.gz: 8c86aa091331ae90834b6dde0bfd09771f896c28bdb81ebb9f3c34efb80e5b05
4
+ data.tar.gz: 2f93118a0b17c5657f96416201ea14086578b32d447d1d68aba0c984c6f1b971
5
5
  SHA512:
6
- metadata.gz: ff785a6727e67f136cd44fa49d046579db31e6f1335f4d40c248110781f77a3e9bb79b0c43f8255186bf1f25da439527a43b80ffc96d224c57606639fc936fcf
7
- data.tar.gz: 10f4da6e75ecca43a03f4600320b50ce54a948bce82e70d86541d92dfa8300b168451507e57e4d7c6eff97289d74c968b6c62a1211f3ab462fc7707b3e569811
6
+ metadata.gz: 728c890e77796c64deadff68421446486cc200d206af1804a2489da9bce0504420445504460853419c276a1b54493ca1d14c63414da6976c568a74692a021f2f
7
+ data.tar.gz: 736c61d17845c9fb4ad2bbd049124197888c33060009e00fdb3621e4459975f8446df5f90baf904758b3799194c6f4e648e0cde9aa51decfdbb89d5c8b8a4a85
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.11.2"
5
+ VERSION = "0.11.4"
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
@@ -9,8 +9,8 @@
9
9
  "required": ["databricks_host", "token", "endpoint", "request_format", "response_format"],
10
10
  "properties": {
11
11
  "databricks_host": {
12
- "title": "databricks_host",
13
- "description": "databricks_host",
12
+ "title": "Databricks Host URL",
13
+ "description": "Endpoint host URL for the Databricks serving endpoint.",
14
14
  "type": "string",
15
15
  "examples": ["app.databricks.com"],
16
16
  "order": 0
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.2
4
+ version: 0.11.4
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-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport