multiwoven-integrations 0.1.71 → 0.1.72

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: a65066efeada8a6555fc8e23f80862ebfddb8c615be9542e0fc500c45f67fa01
4
- data.tar.gz: 6f996c02a65311d517780cc34342f9af1639c8aa25fbe5fa6fb4cd56dbb587bd
3
+ metadata.gz: 145e9dbf372280297517b8ca9ae1e7aa5b36807d3e22b7935565a150e952498e
4
+ data.tar.gz: dabf94ddf1c14e138a5c07378484aaa5bb58194cd58532eb70ad2cdd7d9e0361
5
5
  SHA512:
6
- metadata.gz: 9b476f1e2eb4f7560138b35ef34469e466a87e718841415ad6974dcb060ef4e908307089360ec4f3715d8b51f1291cf4fd4d0f76f0af7199a0366d0a7d5316cc
7
- data.tar.gz: 12442e52ba12b7abfac10b63bb57432fc070b2b422827364cbb60982db4ce1afe05abab04d1c8f03b5cfc386d4f7dad2fe66852d093f86fafc0491c636b74308
6
+ metadata.gz: c26f8408f8e525c7c607ecc5d78a31ccde1ff6e518e30859c2247622c05e12d681fde3d863bb59c6cec29494e242f7a08cdde4dc59e334e3d2fc5f4090f2ceae
7
+ data.tar.gz: 16072217e59ce1af0e019dde252282515219420a3428fa57a0e0fdce51d754602bdbb6c657fd1030650f29fd401f4e4deffd210f28bd1e02e4354e02ce8fff80
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "Http",
4
- "title": "http",
4
+ "title": "HTTP",
5
5
  "connector_type": "destination",
6
6
  "category": "Http",
7
7
  "documentation_url": "https://docs.multiwoven.com/destinations/http",
@@ -52,6 +52,7 @@ module Multiwoven::Integrations::Destination
52
52
 
53
53
  records.each do |record|
54
54
  query = Multiwoven::Integrations::Core::QueryBuilder.perform(action, table_name, record)
55
+ logger.debug("POSTGRESQL:WRITE:QUERY query = #{query} sync_id = #{sync_config.sync_id} sync_run_id = #{sync_config.sync_run_id}")
55
56
  begin
56
57
  db.exec(query)
57
58
  write_success += 1
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.71"
5
+ VERSION = "0.1.72"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
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.71
4
+ version: 0.1.72
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-05-27 00:00:00.000000000 Z
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport