multiwoven-integrations 0.34.3 → 0.34.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: 26de49e95f5e42ee120a8ff08aa2e6690fac256496870b643db9afea71ff221c
4
- data.tar.gz: b1af60ffa953977ae791a67d07931726b03cf58d637be8b8ca3a826760a94bff
3
+ metadata.gz: 90e7587c47a3bce2e837264f9ab1c37b0a5827415053e940d436d15fb8d6c578
4
+ data.tar.gz: 7a782a7ee7be618ba60ea4b33a86f47856299ddfcff0418e117905b94da7616c
5
5
  SHA512:
6
- metadata.gz: 0c159fcc1b9bb3b28a66a0c071a0adb2998e68134752cc865b0e3f70e953732590719cb0996991c96c3c8fa038b0c03870e88b396b65c385b3b6c4387f58ee2a
7
- data.tar.gz: 23a1b467a73c242cf8b00a209e95e6623765e0ef54a9406bfe2ccff51a599268e63adc0d0a0b3774a921035ef9a6f7bb3450c683f628e4e680b469386363f327
6
+ metadata.gz: 23bdf078a602919e2c2011a8813b7ab74db73826e424ce7e1672b3da54093cc7a20210914f6b0055eecced03a60d0b3ae1f1462f13f580698138f151517d5dde
7
+ data.tar.gz: 441d6d030e719d955dd60808be99c1e732273ebcb920591b67075d4f4cfe75ff1fdd87bb7e4f02be99615bf73ef8cc937f0df557af1d0e9af75b8aa8717036ea
@@ -78,8 +78,12 @@ module Multiwoven::Integrations::Destination
78
78
 
79
79
  records.each do |record_object|
80
80
  record = extract_data(record_object, properties)
81
- @namespace = stream.name
82
- args = [@index_name, @namespace, record]
81
+ @namespace = if stream.name == "__default__"
82
+ ""
83
+ else
84
+ stream.name
85
+ end
86
+ args = [@index_name, stream.name, record]
83
87
  begin
84
88
  pinecone_index = @pinecone.index(@index_name)
85
89
  response = send_to_pinecone(pinecone_index, record)
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.34.3"
5
+ VERSION = "0.34.4"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
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.34.3
4
+ version: 0.34.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P