multiwoven-integrations 0.1.51 → 0.1.52

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: 2efbfb751cda41f3cbb72c7c2b24dccd8cdae50dad3a63522ab90e0f4f8002e6
4
- data.tar.gz: 8b504b553afaadf3c2fa8d9606b600938aa79feb7cdece1d67546d7046e2fef3
3
+ metadata.gz: 48a0bc4db6363e13af5b5c1f72b35c00be6975e6b0a63d34117f40ba43cbf39c
4
+ data.tar.gz: b0cee1ab790474c3be66718220ffa07daea339226f6ff518449c354e6ce0cdc8
5
5
  SHA512:
6
- metadata.gz: 922da5a0cec3cdc4262e468cf0118644cb3cd75a3c156899e5b9a72bb80d357f5afc8b02d4dbd0b831ee8d44a2dde063dcbc4ae5c02f4d227c61cbc89b9a37f9
7
- data.tar.gz: c4203099ea76b017c8d9f03e252185e01a9aa36e23a8b9cb3a0b82ee07f80401b47bffe7e1b1db5d316aba8e0bc6273f7b1190f5aeb71ebfd4f730ef6ee4ad45
6
+ metadata.gz: fef782ddd15c42247a39e6c4db54430388587d553a4ee0a8b4325bdc938c3460c2ccef560153e7bb467763ec67f1bc8760640c722df7be5a870993c9d98229ad
7
+ data.tar.gz: 6da2703663100ff0240aefa0db8acac9382ac1c16a0445fd19bac682025b30fcd161641fefc7dc955d0519cbd3b1768462856e98a8af614b8343c38235a9b513
@@ -11,7 +11,7 @@ module Multiwoven::Integrations::Destination
11
11
  connection_config = connection_config.with_indifferent_access
12
12
  with_sftp_client(connection_config) do |sftp|
13
13
  stream = SecureRandom.uuid
14
- test_path = "/path/to/test/#{stream}"
14
+ test_path = "#{connection_config[:destination_path]}/#{stream}"
15
15
  test_file_operations(sftp, test_path)
16
16
  return success_status
17
17
  end
@@ -5,7 +5,7 @@
5
5
  "schema_mode": "schemaless",
6
6
  "streams": [
7
7
  {
8
- "name": "sftp",
8
+ "name": "visits",
9
9
  "batch_support": true,
10
10
  "batch_size": 100000,
11
11
  "action": "create",
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.51"
5
+ VERSION = "0.1.52"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
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.51
4
+ version: 0.1.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P