multiwoven-integrations 0.1.14 → 0.1.15

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: b39ab365030240bd8a86273bf11ba5a583c033b794fd355229a26c9e2e18cb08
4
- data.tar.gz: 3ebfe60a941654753b9e6874a722d77c43d3def2b91dcccbbf4e58d8d343fbd8
3
+ metadata.gz: 6ecb2cd75c255a0eafd6eb964568ea33eb9b7256402b2f9644857b76646dce01
4
+ data.tar.gz: 59489ab31180446d458cb09246319479e637b171b13f82f4deebb4089e28f4cf
5
5
  SHA512:
6
- metadata.gz: ae5e08fedccad34910479b98eff4cde85c0626f9d98cca4b221f6eb5e2d1b982271013c03d13d8fd6bd4ae88ac7bd19090b684c547830de6016e270340ed0d00
7
- data.tar.gz: fc5eaa86aaaa89df100d197d2be6dc24e94c5ced57a35670ab70874de8b497a9642f612ef7ff2d67c47874f51984d45de73d0d504ac5aa1982fac659343cb26a
6
+ metadata.gz: 98c07060a572704b189ffdb99cf31c70b39eb6b5c12c07daa50a2a572bff73b7d9a4b7ac9e8e18b4182602f18c24eb6106b97609116557a6460b85712166e6c5
7
+ data.tar.gz: '09c2a44105dfd1437315f079c15df0b8d38466c48c3230ac7ec7ff44da43db14362ecdfe57f5c644217c61b5ee1beaf03e46f24859e088b3d0f91da1cfafcbbf'
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "data": {
3
- "name": "Facebook",
3
+ "name": "FacebookCustomAudience",
4
4
  "connector_type": "destination",
5
5
  "category": "Adtech",
6
6
  "documentation_url": "https://docs.mutliwoven.com",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "data": {
3
- "name": "Salesforce CRM",
3
+ "name": "SalesforceCrm",
4
4
  "connector_type": "destination",
5
5
  "category": "CRM",
6
6
  "documentation_url": "https://docs.mutliwoven.com",
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.14"
5
+ VERSION = "0.1.15"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -38,8 +38,8 @@ module Multiwoven
38
38
  def build_connectors(enabled_connectors, type)
39
39
  enabled_connectors.map do |connector|
40
40
  client = connector_class(type, connector).new
41
- connector_spec = { connector_spec: client.connector_spec.to_h }
42
- client.meta_data["data"].to_h.merge!(connector_spec)
41
+ client.meta_data[:data][:connector_spec] = client.connector_spec.to_h
42
+ client.meta_data
43
43
  end
44
44
  end
45
45
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "data": {
3
- "name": "BigQuery",
3
+ "name": "Bigquery",
4
4
  "connector_type": "source",
5
5
  "category": "Data Warehouse",
6
6
  "documentation_url": "https://docs.mutliwoven.com",
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P