multiwoven-integrations 0.1.58 → 0.1.59

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: 29cbee8d44e08300e83a2e0ac25d99d634647ce20fb697031ee34fcd4adad585
4
- data.tar.gz: 9c243fb2c5ada27226304532f0205c15ebbadb98edfeeee1718ad25501d1d504
3
+ metadata.gz: ed2b61bc102ef0615b7f709f86d417cf95624a2dcb53dbee0539354e91f35dbe
4
+ data.tar.gz: 63174c339d33f456b6c33213f3f749268a3e5f41c4d0038dbfd00c989e291fd3
5
5
  SHA512:
6
- metadata.gz: 769007cb7f1be4ed317f6c188b02b2c97aec6394273e9d8e25eb47dd7dbed38e01ce41add3b6fc880b84ddf5721edb6c9ab22c7954dd8677490009318db57010
7
- data.tar.gz: 39b68fed74b656ac3efe0eea2fcab949a151c3a3d0fd89e54a2ebaf0516fa96169031a0a72332aa8651e3e06b9b2e0312dcc6ec458a24f968606117630c5076f
6
+ metadata.gz: 47664552a7e311705a1bad6e76ef4a7d9c98826a4c7d18177fed92c2c05cb0533c66ea1cd53bf5ca445dbb040bf9bf76565f8ca6d3128ee4a42c38ad734b8988
7
+ data.tar.gz: 4afc37d3267698a74696a90d3b687a4b84a450cc7dec7a1948353bb994b37886fb1a6599be04c63d4d69d22910f809d74abc00152f23c8c00f6e8f3dc51fc796
@@ -115,7 +115,7 @@ module Multiwoven
115
115
  attribute? :supported_sync_modes, Types::Array.of(SyncMode).optional.default(["incremental"])
116
116
 
117
117
  # Applicable for database streams
118
- attribute? :source_defined_cursor, Types::Bool.default(false).optional
118
+ attribute :source_defined_cursor, Types::Bool.default(false)
119
119
  attribute? :default_cursor_field, Types::Array.of(Types::String).optional
120
120
  attribute? :source_defined_primary_key, Types::Array.of(Types::Array.of(Types::String)).optional
121
121
  attribute? :namespace, Types::String.optional
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.58"
5
+ VERSION = "0.1.59"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -118,7 +118,9 @@ module Multiwoven
118
118
  "json_schema": json_schema,
119
119
  "required": required,
120
120
  "supported_sync_modes": %w[incremental],
121
- "source_defined_primary_key": [primary_key]
121
+ "source_defined_primary_key": [primary_key],
122
+ "source_defined_cursor": false,
123
+ "default_cursor_field": nil
122
124
  }
123
125
  end
124
126
  end
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.58
4
+ version: 0.1.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P