multiwoven-integrations 0.34.0 → 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: 3ebf8ef48419c9724217ce90888b0cea454b715dcaec7cab8903c3b994e0e23f
4
- data.tar.gz: 94048a4a4d2794fdeee73b9b2426f18e77f5412d6af9eab4a3bbafcac934277d
3
+ metadata.gz: e61c82f1e31623d9970165b02d0de53fd83e9a884e5d98d48ca4328d1ece23aa
4
+ data.tar.gz: b37126ee6335f832709bc27697662dc3262fac19f78cfb5aa2d2f7b94937e10d
5
5
  SHA512:
6
- metadata.gz: 5f02b62f2097263bac9db7cbf9ea3961d72816ca6af8628a8fb56fc54626c344647471d2774da61abcff0d7031f20fdc76fea2631651535435a797da3c9eea79
7
- data.tar.gz: f7de34a831108a64f987f510882568c2ac19d58177be6178ffbe25b97f4baf80ca59bca3d62afb0055d2d0e86d97b98383dc8756ead177b63302fc8e424f2229
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.0"
5
+ VERSION = "0.34.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -56,7 +56,7 @@ module Multiwoven::Integrations::Source
56
56
  connection_config = sync_config.source.connection_specification
57
57
  connection_config = connection_config.with_indifferent_access
58
58
  connection_config = create_connection(connection_config)
59
- if sync_config.increment_strategy_config
59
+ if sync_config.increment_strategy_config.increment_strategy == "page"
60
60
  @limit = sync_config.increment_strategy_config.limit
61
61
  @offset = sync_config.increment_strategy_config.offset
62
62
  else
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.0
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-15 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