Skip to main content
Version: 10 - TBD

Dependency

class flow_api.dependency.Dependency(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, debug=False)

Base class: Row

A dependency object that establishes dependencies between executions.

Parameters

NameTypeDescription
allow_deletedbool
allow_normalbool
bystr
clstyping.Union[ type, NoneType ]
debugboolif set, the content of the data being written will be logged.
inittyping.Union[ dict, NoneType ]
selecttyping.Union[ str, NoneType ]

Constants

RESOURCE = dependency

Methods

clone

delete

dependency_execution_list

execution

execution_list

exists

export

get

get_dict

restore

save