Skip to content

add decorator prev_task_sqlite_source to access sqlite output from previous task

Kyungmin Park requested to merge kypark/automation-control:master into master

Added a feature that enables @prev_task_sqlite_source decorator. One can fetch the sqlite file from the previous task's output field directly by adding the decorator @prev_task_sqlite_source on top of the class and adding sqlite = self.get_sqlite(group) inside the class.

Edited by Kyungmin Park

Merge request reports