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 +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +1 -1
- data/lib/bigquery_migration/bigquery_wrapper.rb +1 -1
- data/lib/bigquery_migration/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39b9c02298bffbb35066e446e67e3291ce2d0f50
|
4
|
+
data.tar.gz: 7f9a0aa8548ffea2163c41649dd3f2ced5b39a25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df231fbe10e2ce45e40231cfff1350a89a5acf06ed4c6014455814e8ef1962033f2c481ed8486fb13ccd720d83242453a5e9e4c2b655988fdfbf1df371217ad3
|
7
|
+
data.tar.gz: ee929e10b5fbd16f3998d3132c7c830d7c4f76c7a10332b29e12fe4861e806457f9bba88507dc2a5d1515708e1ac44572ed5ced5e5e1a5a233c8fecadbff1c74
|
data/CHANGELOG.md
CHANGED
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
|
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
|
|
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.
|
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-
|
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
|