multiwoven-integrations 0.34.1 → 0.34.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: b1f8952e17b1583b551e7c1146c0c77a8c08d37cab42c60d9c9627df8d83d47e
4
- data.tar.gz: 8399978264953e99630553e5f39101be946b84de14458f01ebd7d600b6ef0aa3
3
+ metadata.gz: e61c82f1e31623d9970165b02d0de53fd83e9a884e5d98d48ca4328d1ece23aa
4
+ data.tar.gz: b37126ee6335f832709bc27697662dc3262fac19f78cfb5aa2d2f7b94937e10d
5
5
  SHA512:
6
- metadata.gz: be388e2f019d8e4b0ea6638ac49cf833d3caabf752915a19a82a1fce1137722a4d02497a406933c5b2498dc9bae15670423db0a4eced4b7547ac81d0db8e00eb
7
- data.tar.gz: 7bee70992c91690ed0823f9c262fc71389a24dc33ed6323c3387ed982107b1c0b36483c89367146722263bf257909a777e3cbc3c858b6f4d2c7f7e381d6c2b8b
6
+ metadata.gz: 4f81b6d4c90067d74be610b31bdfdfbd9bdf8fb60a9e6dbe56e872b7dc3b2ecfcabb28f6b4ab98e5c5c092f8fcfa2aaccbc9154f842af8906d105b63f4467a20
7
+ data.tar.gz: b2063c186173f056cebe9d51623a72c7c373bd59cc12f7065c7eb0e115d9332af4ee240f9481e4d19dd7ac7fead5edfd311c536dfadfc05a36f81daa4a9c6b8c
@@ -137,6 +137,7 @@ module Multiwoven::Integrations::Destination
137
137
 
138
138
  def group_by_table(records)
139
139
  records.map do |table_name|
140
+ table_name = "__default__" if table_name.empty?
140
141
  {
141
142
  tablename: table_name,
142
143
  columns: PINECONE_OBJECTS.map do |column|
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.34.1"
5
+ VERSION = "0.34.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
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.34.1
4
+ version: 0.34.2
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: 2025-09-19 00:00:00.000000000 Z
11
+ date: 2025-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport