lib/embulk/data/new/ruby/output.rb.erb in embulk-0.4.4 vs lib/embulk/data/new/ruby/output.rb.erb in embulk-0.4.5
- old
+ new
@@ -5,11 +5,11 @@
Plugin.register_output(<%= name.dump %>, self)
def self.transaction(config, schema, count, &control)
# configuration code:
task = {
- "property1" => config.param("property1", :string)
- "property2" => config.param("property2", :integer, default: 0)
+ "property1" => config.param("property1", :string),
+ "property2" => config.param("property2", :integer, default: 0),
}
# resumable output:
# resume(task, schema, count, &control)