Esempio n. 1
0
def initialized_run(task_or_task_name):
    with new_databand_run(context=dbnd_context(),
                          task_or_task_name=task_or_task_name) as r:
        r._init_without_run()
        yield r
Esempio n. 2
0
def initialized_run(task):
    with dbnd_config({RunConfig.dry: True}):
        dbnd_context().dbnd_run_task(task_or_task_name=task)
Esempio n. 3
0
 def __init__(self):
     super(ConsoleStore, self).__init__()
     self.verbose = dbnd_context().system_settings.verbose