bigquery_migration 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e10d80ff97737d91119b1fa73387090a4fad96a
4
- data.tar.gz: 02c313142ce2117356b3ee7f989195a83ce87a83
3
+ metadata.gz: 39b9c02298bffbb35066e446e67e3291ce2d0f50
4
+ data.tar.gz: 7f9a0aa8548ffea2163c41649dd3f2ced5b39a25
5
5
  SHA512:
6
- metadata.gz: 4091ab0a86c20d0b44c26546644c153002e0444e81c2e15d30f01896cfc7af7856409ff3b41606d43c711c3258c762cf6359949524c7e05ae590097c60255b71
7
- data.tar.gz: 3eeed17059e4c5fdc6b9ef147fb5edf26c88bbb235950cd4083073d4999d55d4bad7196936217fd2fdcd2e4d26edf720346339b06d126a99f55c8653c2d8a254
6
+ metadata.gz: df231fbe10e2ce45e40231cfff1350a89a5acf06ed4c6014455814e8ef1962033f2c481ed8486fb13ccd720d83242453a5e9e4c2b655988fdfbf1df371217ad3
7
+ data.tar.gz: ee929e10b5fbd16f3998d3132c7c830d7c4f76c7a10332b29e12fe4861e806457f9bba88507dc2a5d1515708e1ac44572ed5ced5e5e1a5a233c8fecadbff1c74
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # 0.1.1 (2016/04/12)
2
+
3
+ Changes:
4
+
5
+ * Expose wait_load method
6
+
1
7
  # 0.1.0 (2016/04/08)
2
8
 
3
9
  Initial release
10
+
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- Define your desired schema, this tool automatically detects differences with the target table, and takes core of adding columns, or dropping columns (actually, select & copy is issued), or changing types.
23
+ Define your desired schema, this tool automatically detects differences with the target table, and takes care of adding columns, or dropping columns (actually, select & copy is issued), or changing types.
24
24
 
25
25
  ### CLI
26
26
 
@@ -549,7 +549,7 @@ class BigqueryMigration
549
549
  }
550
550
  end
551
551
 
552
- private def wait_load(kind, response)
552
+ def wait_load(kind, response)
553
553
  started = Time.now
554
554
 
555
555
  wait_interval = self.job_status_polling_interval
@@ -1,3 +1,3 @@
1
1
  class BigqueryMigration
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigquery_migration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naotoshi Seo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-08 00:00:00.000000000 Z
11
+ date: 2016-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client