Closed seamusabshere closed 14 years ago
i want to be able to do something like
rake data_miner:mine GROUP=footprint_model
so something like
DataMiner.enqueue do |queue| queue.with_options :group => :footprint_model do |q| q << YearlyTypicalEmission q << MonthlyEmissionVariance q << YearlyAnonymousEmission end
(of course <<(YearlyTypicalEmission, :group => :footprint_model) will break, but you get the idea)
data_miner no longer tracks dependencies or tries to run imports in a certain order
i want to be able to do something like
so something like
(of course <<(YearlyTypicalEmission, :group => :footprint_model) will break, but you get the idea)