multiwoven-integrations 0.34.0 → 0.34.1

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: b1f8952e17b1583b551e7c1146c0c77a8c08d37cab42c60d9c9627df8d83d47e
4
+ data.tar.gz: 8399978264953e99630553e5f39101be946b84de14458f01ebd7d600b6ef0aa3
5
5
  SHA512:
6
- metadata.gz: 5f02b62f2097263bac9db7cbf9ea3961d72816ca6af8628a8fb56fc54626c344647471d2774da61abcff0d7031f20fdc76fea2631651535435a797da3c9eea79
7
- data.tar.gz: f7de34a831108a64f987f510882568c2ac19d58177be6178ffbe25b97f4baf80ca59bca3d62afb0055d2d0e86d97b98383dc8756ead177b63302fc8e424f2229
6
+ metadata.gz: be388e2f019d8e4b0ea6638ac49cf833d3caabf752915a19a82a1fce1137722a4d02497a406933c5b2498dc9bae15670423db0a4eced4b7547ac81d0db8e00eb
7
+ data.tar.gz: 7bee70992c91690ed0823f9c262fc71389a24dc33ed6323c3387ed982107b1c0b36483c89367146722263bf257909a777e3cbc3c858b6f4d2c7f7e381d6c2b8b
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.34.0"
5
+ VERSION = "0.34.1"
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.1
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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport