Sha256: 23751d4267189a9c89f2281243231db253f1e00ab05744effea681117eb39e3b

Contents?: true

Size: 207 Bytes

Versions: 4

Compression:

Stored size: 207 Bytes

Contents

module ETL #:nodoc:
  module Execution #:nodoc:
    # Persistent class representing an ETL batch
    class Batch < Base
      belongs_to :batch
      has_many :batches
      has_many :jobs
    end
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
activewarehouse-etl-1.0.0.rc1 lib/etl/execution/batch.rb
etl-0.9.5.rc1 lib/etl/execution/batch.rb
activewarehouse-etl-sgonyea-0.9.6 lib/etl/execution/batch.rb
activewarehouse-etl-0.9.5.rc1 lib/etl/execution/batch.rb