multiwoven-integrations 0.1.59 → 0.1.60

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: ed2b61bc102ef0615b7f709f86d417cf95624a2dcb53dbee0539354e91f35dbe
4
- data.tar.gz: 63174c339d33f456b6c33213f3f749268a3e5f41c4d0038dbfd00c989e291fd3
3
+ metadata.gz: c196c94e7a1a1cbd91855c1a6ecaa0759152f9c7ad07002a2dc124d4ba06f8b1
4
+ data.tar.gz: 84947109e0dbdc82ff22a3ea30e93b369d92edf099562b4d5026e6fbb2690f88
5
5
  SHA512:
6
- metadata.gz: 47664552a7e311705a1bad6e76ef4a7d9c98826a4c7d18177fed92c2c05cb0533c66ea1cd53bf5ca445dbb040bf9bf76565f8ca6d3128ee4a42c38ad734b8988
7
- data.tar.gz: 4afc37d3267698a74696a90d3b687a4b84a450cc7dec7a1948353bb994b37886fb1a6599be04c63d4d69d22910f809d74abc00152f23c8c00f6e8f3dc51fc796
6
+ metadata.gz: 28904dc824d4178096d6a5ae08477967c32854c86d727822c59956696d75d36c563f53e3300d557b3fe73256d071398eefb81efde323cecd5b704c060560051c
7
+ data.tar.gz: ae5c528985092ab05773752822b85bae3ea8753a42019d4cb33933f4f1fcaec6d616c7edb2dd94e541f3c1fde8d7502b201014fdfdeb8453973cd64349b034f0
@@ -151,6 +151,8 @@ module Multiwoven
151
151
  attribute? :request_rate_limit_unit, RequestRateLimitingUnit
152
152
  attribute? :request_rate_concurrency, Types::Integer.default(10)
153
153
  attribute? :schema_mode, Types::String.optional.default("schema")
154
+ attribute :source_defined_cursor, Types::Bool.default(false)
155
+ attribute? :default_cursor_field, Types::Array.of(Types::String).optional
154
156
 
155
157
  def to_multiwoven_message
156
158
  MultiwovenMessage.new(
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.59"
5
+ VERSION = "0.1.60"
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.1.59
4
+ version: 0.1.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P