Loading...
class RunQuery(DBNLObject): id: str project_id: str name: str query: dict[str, Any]
id
str
The ID of the Run. Run ID starts with the prefix run_
run_
project_id
The ID of the this RunQuery is associated with.
name
The name of the RunQuery.
query
dict[str, Any]
The dbnl RunQuery, typically used for finding a for a Test Session
dbnl.create_run_query
dbnl.get_run_query
dbnl.set_run_query_as_baseline