Submits a request for the execution of a query of either forecasts or truth in this Project.
submit_query(zoltar_connection, project_url, query_type, query)
A ZoltarConnection
object as returned by new_connection()
URL of a project in zoltar_connection's projects
A character indicating the type of query to run. Must be one of: "forecasts" or "truth".
A list
of character list
s that constrains the queried data. It is the analog of
the JSON object documented at https://docs.zoltardata.com/. The keys vary depending on query_type. References
to models, units, targets, and timezeros are strings that name the objects, and not IDs.
a Job URL for tracking the query and getting its results when it successfully completes