We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1401c5 commit 7573bbdCopy full SHA for 7573bbd
pyatlan/client/workflow.py
@@ -166,12 +166,11 @@ def find_by_status_and_interval(
166
"""
167
Find workflows based on their status and interval
168
169
- :status: list of the status of the workflows to filter with
170
- :interval: time interval in hours to search for workflows
+ :param status: list of the status of the workflows to filter with
+ :param interval: time interval in hours to search for workflows
171
:returns: the list of workflows of the provided type, with the most-recently created first
172
:raises ValidationError: If the provided status is an invalid AtlanWorkflowPhase
173
:raises AtlanError: on any API communication issue
174
-
175
176
177
run_lookup_query = Bool(
0 commit comments