Beispiel #1
0
 def requires(self):
     return [Harmonized2OpenFDA(), CSV2JSON()]
Beispiel #2
0
 def requires(self):
     return [Harmonized2OpenFDA(), JoinPartitions()]
Beispiel #3
0
 def requires(self):
     return [Harmonized2OpenFDA(), Clearance2JSON()]
Beispiel #4
0
 def requires(self):
     return [Harmonized2OpenFDA(), JoinAll()]
Beispiel #5
0
 def requires(self):
     return [Harmonized2OpenFDA(), MergeUpdates(run_date=self.run_date)]
Beispiel #6
0
 def requires(self):
     return [Harmonized2OpenFDA(), Classification2JSON()]
Beispiel #7
0
 def requires(self):
     return [Harmonized2OpenFDA(), ProcessWeeklyBatch(self.batch)]