get_run_query
Retrieve a dbnl RunQuery with the given name
dbnl.get_run_query(
project: Project,
name: str,
) -> RunQuery:
Parameters
The dbnl this is associated with
Returns
The dbnl RunQuery, typically used for finding a for a Test Session
Example
query = dbnl.get_run_query(
project=project,
name="look back 3"
)