multiwoven-integrations 0.1.61 → 0.1.62

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5efde87ecb1cfd15171d17bdc92a3248e9ab7b5400542c7e8650e1e3eac2651
4
- data.tar.gz: ad8179cddd26bd47638e4f9b117a99fe762aae1c3772439622962f6a4c8741a7
3
+ metadata.gz: 749edf931d33fb39393d5f98960ad8c5ef48def776912a2d4cc75c5b4e8586d7
4
+ data.tar.gz: c5d6b8cb5784a151fe6e051504e8d2381123c58d51e4089b08ef51352a0950de
5
5
  SHA512:
6
- metadata.gz: f989346268782ec65ce95c33a299755bda4b947fab7fa845c10223856e982742f9940ba9c9ea5d2fb71f2bfdf5f7d6f0e98a8f729c93d17922d363dbf14c04ac
7
- data.tar.gz: 8ecc6a3bfeaa2d9c62bdd58305715672ceede40a75b12fb003a50a4928c5e76522fa2c371a6cbe105053df2a3dbb240cab5a03c22a45b81a419b0d811ef948af
6
+ metadata.gz: e56eadd5af8d6926e78cb14751fbe64c9760adb907397d8b47f0227e701a461cc2b4c088518af1bc54a2fb257d631a3efd78c9e4cb2c5256de3276c48eba5bab
7
+ data.tar.gz: bf2d81fc4cd44725d4b4644b901a14904e30fce5cdb279b783b70be12c96f644b33792fbf8420878970c7020ae93e0fcf65fd59f213ab53733230fec36d4b48d
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.61"
5
+ VERSION = "0.1.62"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -41,7 +41,7 @@ module Multiwoven
41
41
  connection_config = sync_config.source.connection_specification.with_indifferent_access
42
42
  initialize_client(connection_config)
43
43
  query = sync_config.model.query
44
- query = batched_query(query, sync_config.limit, sync_config.offset) unless sync_config.limit.nil? && sync_config.offset.nil?
44
+ query = "#{query} LIMIT #{sync_config.limit}" unless sync_config.limit.nil?
45
45
  queried_data = @client.query(query)
46
46
  results = queried_data.map do |record|
47
47
  flatten_nested_hash(record)
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.61
4
+ version: 0.1.62
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: 2024-04-16 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport