multiwoven-integrations 0.15.6 → 0.15.7

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: b96516483bf86d1169acbf3feb44446a1918cade906a4be0571fde16ec75fe9a
4
- data.tar.gz: a87b331943e82a980693787e837aabe31fb612f341fd1b429469543607849f3f
3
+ metadata.gz: 32c240b4b7351393469c38c3a9350b48314081f8c86c3a47a1f5d2f8f5135551
4
+ data.tar.gz: 84ba1001f04a3aa82756309df45ab402ce602d1e87c9cca6a34228a6167e5129
5
5
  SHA512:
6
- metadata.gz: a4f1e3f76f73d4acbb58274b779f3d49db3e61cc2c3d17eecd033535844fad1240d1398ab67d59bb654f3e3b722de4e75038efedaebfb4a01120092aa1e009d2
7
- data.tar.gz: 1631f64f1f87abe6bed877ebd293241c958eea6ccb85712239a636dd4bfd967622f1917ed021dda602cb1365e0fb9eafe85bc74eaf28a86b6f9807a15dad3e7f
6
+ metadata.gz: 5657d3ad9501a1775fee054880615a0b8d181ce84e9ca05e63e6ad5629c8258266aa652e7aa37f10d817f71ab6df2c9bcb25fb8d6e036ce9eecf5d3bd8196cb6
7
+ data.tar.gz: 52be9d52894d822e4d003993ea4b5c82706cd740b70eb74ff917bb851bb9f5e48f18f43cfe3896bb996b75a51db2ebed31a70eeab4b057da91c4c1819f5349c5
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.15.6"
5
+ VERSION = "0.15.7"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -59,8 +59,9 @@ module Multiwoven::Integrations::Source
59
59
  url_host = connection_config[:url_host]
60
60
  headers = connection_config[:headers]
61
61
  config = connection_config[:config]
62
+ http_method = connection_config[:http_method]
62
63
  config[:timeout] ||= 30
63
- response = send_request(url_host, HTTP_POST, payload, headers, config)
64
+ response = send_request(url_host, http_method, payload, headers, config)
64
65
  process_response(response)
65
66
  rescue StandardError => e
66
67
  handle_exception(e, context: "HTTP MODEL:RUN_MODEL:EXCEPTION", type: "error")
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.15.6
4
+ version: 0.15.7
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-11-22 00:00:00.000000000 Z
11
+ date: 2024-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport