multiwoven-integrations 0.1.46 → 0.1.47

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: 9d5c2974ca47dcb890b63d5cecc36dda1aa8ccb5aa18f47bd5290e0c93404cf1
4
- data.tar.gz: 50f189b498ec3ea5c9231a1f6736997e1beaebd0f34334592495e13081aca1a8
3
+ metadata.gz: a3717ab4d5a6874c8d994fe634fbc8a03d3670f34f421da9a929a4c5c0140fdf
4
+ data.tar.gz: 4894017bad2a8bdd663a6c70826f02bc64b88e371166c4c2a7076b11f27d442e
5
5
  SHA512:
6
- metadata.gz: 382240e745a2e409d9892b714176f049f2b4b3f3e5a87b5c115db298dc3ab584bb3cafb2cb107f90e6adb3f17e09b3471b968f5ce26d6c019cffcd9a257cf1b7
7
- data.tar.gz: 2c9e92a298cfab8e4287ebaa8e38c3d25a2d07e6cfffcea3785a73586abd1a7ad1f58ab5d5ee3f64005c2d08c0a5374fc03fcb6c84968db3af2c77301cd20226
6
+ metadata.gz: d50f3ef6a5ec4a4ff6fafc63009327eeea97b7d58bd3ea29337979f7529843a21d1e1b1c9f58d02b844d36c63b8fffd545bbc4bad288ac0dd2df5f9ec022c535
7
+ data.tar.gz: 83d37be362a7bc1e413455b5ae1684fa8349ee470ed0bad2009e163355b7583a1662560f8cf64112351335889e052c4f96c7b44b36b8bfcb340bb1a813fe17c8
@@ -3,7 +3,7 @@
3
3
  "name": "Postgresql",
4
4
  "title": "PostgreSQL",
5
5
  "connector_type": "destination",
6
- "category": "Data Warehouse",
6
+ "category": "Database",
7
7
  "documentation_url": "https://docs.mutliwoven.com",
8
8
  "github_issue_label": "destination-postgresql",
9
9
  "icon": "icon.svg",
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.46"
5
+ VERSION = "0.1.47"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -24,6 +24,7 @@ module Multiwoven
24
24
  Stripe
25
25
  SalesforceConsumerGoodsCloud
26
26
  Sftp
27
+ Postgresql
27
28
  ].freeze
28
29
  end
29
30
  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.46
4
+ version: 0.1.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P