lib/embulk/input/spotx.rb in embulk-input-spotx-0.1.0 vs lib/embulk/input/spotx.rb in embulk-input-spotx-0.2.0
- old
+ new
@@ -28,17 +28,12 @@
next_config_diff = {}
return next_config_diff
end
# TODO
- # def self.guess(config)
- # sample_records = [
- # {"example"=>"a", "column"=>1, "value"=>0.1},
- # {"example"=>"a", "column"=>2, "value"=>0.2},
- # ]
- # columns = Guess::SchemaGuess.from_hash_records(sample_records)
- # return {"columns" => columns}
- # end
+ def self.guess(config)
+ return {}
+ end
def init
@endpoint = task["endpoint"]
@client_id = task["client_id"]
@client_secret = task["client_secret"]