update
This commit is contained in:
parent
cdfc19787e
commit
c043eb7aca
@ -182,7 +182,7 @@ class Summary3(Task):
|
|||||||
projection = self.Model.get_fields()
|
projection = self.Model.get_fields()
|
||||||
user_df = pd.DataFrame(self.local_db[self.source_coll].find(where, projection))
|
user_df = pd.DataFrame(self.local_db[self.source_coll].find(where, projection))
|
||||||
|
|
||||||
# self.handler_summary(user_df, ts['cursor_st'])
|
self.handler_summary(user_df, ts['cursor_st'])
|
||||||
if self.is_inc:
|
if self.is_inc:
|
||||||
self.handler_summary_inc(ts['cursor_st'])
|
self.handler_summary_inc(ts['cursor_st'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user