You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: process_tracker/process_tracker.py
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,11 @@ def __init__(
91
91
:type source_objects: dict of lists
92
92
:param target_objects: Finer grained list of targets, including target objects (i.e. tables). Optional.
93
93
:type target_objects: dict of lists
94
-
:param source_object_attributes: Even finer grained list of sources, including source objects (i.e. tables) and their attributes. Optional.
94
+
:param source_object_attributes: Even finer grained list of sources, including source objects (i.e. tables) and
95
+
their attributes. Optional.
95
96
:type source_object_attributes: dict of lists
96
-
:param target_object_attributes: Even finer grained list of targets, including target objects (i.e. tables) and their attributes. Optional.
97
+
:param target_object_attributes: Even finer grained list of targets, including target objects (i.e. tables) and
98
+
their attributes. Optional.
97
99
:type target_object_attributes: dict of lists
98
100
:param config_location: Location where Process Tracker configuration file is. If not set, will use local home
99
101
directory.
@@ -102,7 +104,8 @@ def __init__(
102
104
:type dataset_types: list
103
105
:param schedule_frequency: The general scheduling frequency for the process (i.e. hourly)
104
106
:type schedule_frequency: string
105
-
:param process_run_id: If trying to access an already running process, provide the process run's id. Object will be built for that specific process run.
107
+
:param process_run_id: If trying to access an already running process, provide the process run's id.
108
+
Object will be built for that specific process run.
0 commit comments