Sha256: 1dde9f4a4454ee9dac091d25f76214f8a9da79802e933a2bec0c4a12b706bf0f

Contents?: true

Size: 365 Bytes

Versions: 5

Compression:

Stored size: 365 Bytes

Contents

require "time"

configure "load" do
  host "localhost"
  port 24224
  rate 100
  tag type: :string, any: %w(load_data)
  field :id, type: :integer, countup: true
  field :string_field, type: :string, any: %w(str1 str2 str3 str4)
  field :timestamp_field, type: :string, value: Time.now.iso8601
  field :date, type: :string, value: Time.now.strftime("%Y-%m-%d")
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-bigquery-3.3.0 integration/dummer_load.rb
fluent-plugin-bigquery-3.2.0 integration/dummer_load.rb
fluent-plugin-bigquery-3.1.0 integration/dummer_load.rb
fluent-plugin-bigquery-3.0.1 integration/dummer_load.rb
fluent-plugin-bigquery-3.0.0 integration/dummer_load.rb