embulk-input-spotx 0.1.0 → 0.2.0

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: b6cc25940e7346519766d95f9ce9d30dfa3e9c08
4
- data.tar.gz: 519189017d5aab5267ff4367f6f967930dadf6b2
3
+ metadata.gz: 5a7b9e2d8c7ec3ff1dca337f8b6e1fd72f04f0c3
4
+ data.tar.gz: 3e8e9963b58a1b6dcece42f97aa14b3de7511934
5
5
  SHA512:
6
- metadata.gz: 8eebb03ec9f0f91222d7fbc98495b112f15acb1f43baf68d78f34a057fb9effbf09fa22bc3d85a4ec947d26a1d669a7a8e176c89b14eeb89301bcc80ffced317
7
- data.tar.gz: 280aa257e4ccb08e49954944de3d939f997fe4f0c881a43010b485445f0b029581cb82d3170498219064514a7cb86a248decae5572ac811f546899d0f2be5895
6
+ metadata.gz: d30fa731131ffafc92bb270ac5c6e8f1275eaa46aefa4e040c1d9a775e61e62dc345512fdf25d62bb2ec77eb4b70b4d066e9829bc3cc42c467aefd55864018c5
7
+ data.tar.gz: 112da79da15bb23e10452be4fe0861e8e0acb06224558d9b33b898c80df96b8255d2319f46a143f0e94ba86e0466772d332243a64130d6452d1e679dc80a3990
@@ -1,7 +1,7 @@
1
1
 
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "embulk-input-spotx"
4
- spec.version = "0.1.0"
4
+ spec.version = "0.2.0"
5
5
  spec.authors = ["Ming Liu"]
6
6
  spec.summary = "Spotx API data input plugin for Embulk"
7
7
  spec.description = "Loads records from Spotx API."
@@ -30,14 +30,9 @@ module Embulk
30
30
  end
31
31
 
32
32
  # TODO
33
- # def self.guess(config)
34
- # sample_records = [
35
- # {"example"=>"a", "column"=>1, "value"=>0.1},
36
- # {"example"=>"a", "column"=>2, "value"=>0.2},
37
- # ]
38
- # columns = Guess::SchemaGuess.from_hash_records(sample_records)
39
- # return {"columns" => columns}
40
- # end
33
+ def self.guess(config)
34
+ return {}
35
+ end
41
36
 
42
37
  def init
43
38
  @endpoint = task["endpoint"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-spotx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ming Liu