spinetoolbox.project_items.combiner.combiner_worker

Contains Combiner program.

authors:
  1. Marin (KTH)
date:

12.5.2020

Module Contents

Classes

CombinerWorker
param from_urls:
 list of urls to read data from
class spinetoolbox.project_items.combiner.combiner_worker.CombinerWorker(from_urls, to_urls, logs_dir, cancel_on_error, logger)[source]

Bases: PySide2.QtCore.QObject

Parameters:
  • from_urls (list(str)) – list of urls to read data from
  • to_urls (list(str)) – list of urls to write data into
  • logs_dir (str) – path to the directory where logs should be written
  • cancel_on_error (bool) – whether or not to rollback and stop execution if errors
  • logger (LoggerInterface) – somewhere to log important messages
finished[source]
_get_db_map(self, url)[source]
do_work(self)[source]

Does the work and emits finished when done.