Esempio n. 1
0
 def requires(self):
     return [
         LoadDistricts(connection_string=self.connection_string),
         LoadParties(connection_string=self.connection_string),
         hlp.LookupEDCodes(
             connection_string=self.connection_string,
             src_pth=self.src_pth,
             dst_pth=self.ed_pth,
             spider="ppc-candidate-spider",
         ),
     ]
Esempio n. 2
0
 def requires(self):
     return [
         LoadDistricts(connection_string=self.connection_string),
         RunSpider(spider=self.spider, dst_pth=self.src_pth),
     ]
Esempio n. 3
0
 def requires(self):
     return [
         LoadDistricts(connection_string=self.connection_string),
         LoadParties(connection_string=self.connection_string),
         hlp.RunSpider(spider="lpc-candidate-spider", dst_pth=self.src_pth),
     ]