multiwoven-integrations 0.23.1 → 0.23.2

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: b73ec323c93d601cfeb200962644b0b3e419e0509122f7955c20efd38c0a069b
4
- data.tar.gz: e04dead61a4db4c86376a143ca2446f2f953080324e8a66435653e4b74320bed
3
+ metadata.gz: 4861db422ce52460b5ed1040b9e701749f082d4fdaed094ff5cc3d216d063be9
4
+ data.tar.gz: 219cf41f7f942a7c29fdb90288e10322389dd4df2afd73c5f0a49506e0d19b5a
5
5
  SHA512:
6
- metadata.gz: b7db93a99d64ff53c2fdf49af8029b2937017c0a445139e0bd2a058fdccb8637394cbf974a40941eacee5157c25ac767886121db167d92b9833daccebed65ac7
7
- data.tar.gz: 6ecce7517417b9a6bc8d65d741097aee8bdbae02b22d639bf16f149900f86b06b7f1c24c3df4f90be801488b0679b1a8dbdada094fe282349a52197d89aae02c
6
+ metadata.gz: 3a1b7f64049d35a912dd8752b726f65cabfb71ff2cfa8d416a695c701ec86c5613616b8eedd4a76bf7e8ff9e38fb0dc61072ff0403954c466f3c4cf077addcaf
7
+ data.tar.gz: 44541cbd9ff291190a8a0aee7a02fd0238e524abd193e7cc51ea433d81b611513924b552ade007e2f59882a07104acbc094ea4dc717a9421e7e814959d4d82e9
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.23.1"
5
+ VERSION = "0.23.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -63,8 +63,7 @@ module Multiwoven::Integrations::Source
63
63
  model_id: model,
64
64
  content_type: "application/json",
65
65
  accept: "application/json",
66
- body: payload,
67
- inference_profile: connection_config[:inference_profile]
66
+ body: payload
68
67
  )
69
68
  process_response(response)
70
69
  rescue StandardError => e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiwoven-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.1
4
+ version: 0.23.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P