multiwoven-integrations 0.32.1 → 0.32.2

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: c0b4f6ea78531a85e85756309808d6cd57bd8606b71ec05aaf786e325bb23e92
4
- data.tar.gz: 926e33e3cb1f81864006459fa3cc2e5bf1866ed9209b9dbc5f6802d3882b1710
3
+ metadata.gz: 51bfe2ae51ee59ed9206443a355de5a16ca11e28c3bb2fe734b1e47f9de0453c
4
+ data.tar.gz: 0b594fce51a1496dd0a08d8df98bb509ca234873a238479a9a72565c7d212f72
5
5
  SHA512:
6
- metadata.gz: b129d5f53d325a2e08ee38885d49c7b0857ba1257eb62c5dd320aaec013901da61e505e13844c84a3043efb7df8b69ffe194b93e51caa07bd8505d5335587550
7
- data.tar.gz: aabcbd41b1fa36e1302c119363c85b0fa32e689c7d1795581809d801120bf157f41cd9eba0e4ccafa0a658c233749c3024b812de41284d43e3185d60bf2fb469
6
+ metadata.gz: 5f70ba477eeaa43df25c71387dfa77b782e6911978a1508bda96e5524460f57ae0c020977fb6156e49294bb05e577b3b4d5713a2a02822d526b398dbbce69ca5
7
+ data.tar.gz: 53d6ab4863f6b2abbcd21790e4f139bfcbe62adeeeffd66afef97db91688cb3c8e02df5c19d0122d88cc3cf0cf029f335c5067f7a0a3fc81b7771b864471cde8
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.32.1"
5
+ VERSION = "0.32.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -73,6 +73,10 @@ module Multiwoven::Integrations::Source
73
73
  end
74
74
 
75
75
  def create_connection(connection_config)
76
+ credentials = connection_config["credentials_json"]
77
+
78
+ credentials["private_key"] = credentials["private_key"].gsub("\\n", "\n") if credentials["private_key"].include?("\\n")
79
+
76
80
  Google::Cloud::Bigquery.new(
77
81
  project: connection_config["project_id"],
78
82
  credentials: connection_config["credentials_json"]
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.32.1
4
+ version: 0.32.2
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: 2025-07-14 00:00:00.000000000 Z
11
+ date: 2025-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport