gooddata 0.6.33 → 0.6.34

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
  SHA1:
3
- metadata.gz: 37a19491c67a002cde8c81cf12cc65beb638c02a
4
- data.tar.gz: 609419ea75295951d9085911b31d29509794c0d2
3
+ metadata.gz: a300634874a252a7b7a5fe37a0d2931d4e0bfe80
4
+ data.tar.gz: fa4aa8ffb187d7e4be203f8883047958eb450782
5
5
  SHA512:
6
- metadata.gz: 642b1893c696c355c5199bd0d8941df245d86f7142933fdd25a81554a80c3dd32f765b0a1c69aeb4c515590b95507bf82ca918c684f3bc36f54ecec27d0186ba
7
- data.tar.gz: cb5a59089e108fe283a996cf963085dd2e237a5972d5cebe60ad1957f7c9548d182980e4c250552c73734c51a3b71f492058abee73618b4bd4d0f4904e159b7a
6
+ metadata.gz: 6536931c79145bb76d0710bf245de81d3536dff7226fe5bf389dc1f826dd3a7235b8a728dbbc753a3fad127ba5081e1701ca05f018181e55cc931dd7c5e2aacc
7
+ data.tar.gz: e26109f522eda69c0fc81fa18bc63738390d681287003996ce4c5ed4cba718b677a82cfb005e612c78d4fbece7235b57252db1ce300a45b490a0dd3626e46cb2
@@ -63,7 +63,10 @@ module GoodData
63
63
  if !chunks.nil? && !dry_run
64
64
  chunks['updateScript']['maqlDdlChunks'].each do |chunk|
65
65
  result = project.execute_maql(chunk)
66
- fail 'Creating dataset failed' if result['wTaskStatus']['status'] == 'ERROR'
66
+ if result['wTaskStatus']['status'] == 'ERROR'
67
+ puts JSON.pretty_generate(result)
68
+ fail 'Creating dataset failed'
69
+ end
67
70
  end
68
71
  end
69
72
  chunks
@@ -488,6 +488,7 @@ module GoodData
488
488
  end
489
489
 
490
490
  # Uploads a file to GoodData server
491
+
491
492
  def upload(file, options = {})
492
493
  dir = options[:directory] || ''
493
494
  staging_uri = options[:staging_url].to_s
@@ -6,7 +6,7 @@
6
6
 
7
7
  # GoodData Module
8
8
  module GoodData
9
- VERSION = '0.6.33'
9
+ VERSION = '0.6.34'
10
10
 
11
11
  class << self
12
12
  # Version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gooddata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.33
4
+ version: 0.6.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kolesnikov
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-09-26 00:00:00.000000000 Z
14
+ date: 2016-09-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler