Sha256: 6b76a33a3c2da81ae634a5ef305c4e8033e5bc6fd240b5111d6488802bec5812

Contents?: true

Size: 354 Bytes

Versions: 6

Compression:

Stored size: 354 Bytes

Contents

module InstDataShipper
  module Destinations
    class Speccable < Base
      include Concerns::Chunking

      def chunk_data(generator, table:, extra: nil)
        super(generator) do |batch, idx|
          yield batch
        end
      end

      def upload_data_chunk(table_def, chunk); end

      def parse_configuration(uri); end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
inst_data_shipper-0.2.6 lib/inst_data_shipper/destinations/speccable.rb
inst_data_shipper-0.2.5 lib/inst_data_shipper/destinations/speccable.rb
inst_data_shipper-0.2.4 lib/inst_data_shipper/destinations/speccable.rb
inst_data_shipper-0.2.3 lib/inst_data_shipper/destinations/speccable.rb
inst_data_shipper-0.2.2 lib/inst_data_shipper/destinations/speccable.rb
inst_data_shipper-0.2.1 lib/inst_data_shipper/destinations/speccable.rb