multiwoven-integrations 0.1.55 → 0.1.56
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6d85b91e8cc2c023143cb57b3cc08524096598c744d9840cdc123aa2d21cf64
|
|
4
|
+
data.tar.gz: 3da5529c48ec5b15f663af674dae4eef4bf9dbbbc00492ae94176299d0b7c04e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19d5f91f0163d2cbc7717458b5910e99f756d7cfb3f80b3eaf8e96908eecee3932f37bbb91478fb383e6f436ea265606794d6d7e475a375e8d9066d9d58649ca
|
|
7
|
+
data.tar.gz: a3d3ed1bd89f959c182a497d8db8acf4f9b8f608272b646426d5bda7b87402047dc52bb58e0d0c24860daabdee30abae84c88a039c157561929b339b4352fb5a
|
|
@@ -114,7 +114,7 @@ module Multiwoven
|
|
|
114
114
|
attribute? :supported_sync_modes, Types::Array.of(SyncMode).optional.default(["incremental"])
|
|
115
115
|
|
|
116
116
|
# Applicable for database streams
|
|
117
|
-
attribute? :source_defined_cursor, Types::Bool.optional
|
|
117
|
+
attribute? :source_defined_cursor, Types::Bool.default(false).optional
|
|
118
118
|
attribute? :default_cursor_field, Types::Array.of(Types::String).optional
|
|
119
119
|
attribute? :source_defined_primary_key, Types::Array.of(Types::Array.of(Types::String)).optional
|
|
120
120
|
attribute? :namespace, Types::String.optional
|
|
@@ -168,6 +168,7 @@ module Multiwoven
|
|
|
168
168
|
attribute :stream, Stream
|
|
169
169
|
attribute :sync_mode, SyncMode
|
|
170
170
|
attribute? :cursor_field, Types::String.optional
|
|
171
|
+
attribute? :current_cursor_field, Types::String.optional
|
|
171
172
|
attribute :destination_sync_mode, DestinationSyncMode
|
|
172
173
|
end
|
|
173
174
|
|
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.1.
|
|
4
|
+
version: 0.1.56
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Subin T P
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -484,7 +484,7 @@ metadata:
|
|
|
484
484
|
homepage_uri: https://www.multiwoven.com/
|
|
485
485
|
source_code_uri: https://github.com/Multiwoven/multiwoven-integrations
|
|
486
486
|
changelog_uri: https://github.com/Multiwoven/multiwoven-integrations/blob/master/CHANGELOG.md
|
|
487
|
-
post_install_message:
|
|
487
|
+
post_install_message:
|
|
488
488
|
rdoc_options: []
|
|
489
489
|
require_paths:
|
|
490
490
|
- lib
|
|
@@ -500,7 +500,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
500
500
|
version: '0'
|
|
501
501
|
requirements: []
|
|
502
502
|
rubygems_version: 3.4.1
|
|
503
|
-
signing_key:
|
|
503
|
+
signing_key:
|
|
504
504
|
specification_version: 4
|
|
505
505
|
summary: Integration suite for open source reverse ETL platform
|
|
506
506
|
test_files: []
|