multiwoven-integrations 0.1.71 → 0.1.73
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: c9f12b6e7ed8927ea4dd1606ebc668286c0f8b594de8f21a95940a3e7d6186c3
|
|
4
|
+
data.tar.gz: 37689ed52ff9cb8ae8eed14aec908d725f2f43c1a8ac1ea29ffba6d62f7c9ea1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 876998f9a9b1194db9f2017326f7fdf813715538fdd4dd21973717f786fe5c5d0b0929aab4296f13c83861cace0f12c18ad97ec7983964b655388b45a30294e8
|
|
7
|
+
data.tar.gz: bf09fe09f534b40640a7c0a783868a90aba97c1ba17fdebc17f931b784f754fe4eb03ceaf764bf81bbd64de5f9beb2b1358b36e3607886059bc7140e5327f9b1
|
|
@@ -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
|
|
@@ -1,4 +1,25 @@
|
|
|
1
|
-
<svg height="
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<svg height="100" width="100" version="1.1" id="Layer_1" xmlns:x="ns_extend;" xmlns:i="ns_ai;" xmlns:graph="ns_graphs;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50.6 50.6" style="enable-background:new 0 0 50.6 50.6;" xml:space="preserve">
|
|
2
|
+
<metadata>
|
|
3
|
+
<sfw xmlns="ns_sfw;">
|
|
4
|
+
<slices>
|
|
5
|
+
</slices>
|
|
6
|
+
<sliceSourceBounds bottomLeftOrigin="true" height="50.6" width="50.6" x="0" y="0">
|
|
7
|
+
</sliceSourceBounds>
|
|
8
|
+
</sfw>
|
|
9
|
+
</metadata>
|
|
10
|
+
<g>
|
|
11
|
+
<g>
|
|
12
|
+
<path d="M0.6,0H5c0.3,0,0.6,0.3,0.6,0.6V50c0,0.3-0.3,0.6-0.6,0.6H0.6C0.3,50.6,0,50.4,0,50V0.6C0,0.3,0.3,0,0.6,0z" fill="yellow">
|
|
13
|
+
</path>
|
|
14
|
+
<path d="M11.8,0h4.4c0.3,0,0.6,0.3,0.6,0.6V50c0,0.3-0.3,0.6-0.6,0.6h-4.4c-0.3,0-0.6-0.3-0.6-0.6V0.6C11.3,0.3,11.5,0,11.8,0z" fill="yellow">
|
|
15
|
+
</path>
|
|
16
|
+
<path d="M23.1,0h4.4c0.3,0,0.6,0.3,0.6,0.6V50c0,0.3-0.3,0.6-0.6,0.6h-4.4c-0.3,0-0.6-0.3-0.6-0.6V0.6C22.5,0.3,22.8,0,23.1,0z" fill="yellow">
|
|
17
|
+
</path>
|
|
18
|
+
<path d="M34.3,0h4.4c0.3,0,0.6,0.3,0.6,0.6V50c0,0.3-0.3,0.6-0.6,0.6h-4.4c-0.3,0-0.6-0.3-0.6-0.6V0.6C33.7,0.3,34,0,34.3,0z" fill="yellow">
|
|
19
|
+
</path>
|
|
20
|
+
<path d="M45.6,19.7H50c0.3,0,0.6,0.3,0.6,0.6v10.1c0,0.3-0.3,0.6-0.6,0.6h-4.4c-0.3,0-0.6-0.3-0.6-0.6V20.3
|
|
21
|
+
C45,20,45.3,19.7,45.6,19.7z" fill="yellow">
|
|
22
|
+
</path>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
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.73
|
|
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-
|
|
11
|
+
date: 2024-05-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|