Retrieve a dbnl RunQuery with the given name
Last updated 13 days ago
Was this helpful?
dbnl.get_run_query( project: Project, name: str, ) -> RunQuery:
project
The dbnl this is associated with
name
Name of the Run Query.
The dbnl RunQuery, typically used for finding a for a Test Session
query = dbnl.get_run_query( project=project, name="look back 3" )