run_logger.main#

Functions

create_run([logger, config, charts, ...])

Creates a new run.

get_load_params(load_id, logger)

Returns the parameters of an existing run.

initialize([graphql_endpoint, config, ...])

The main function to initialize a run.

update_params(logger, new_params, name, **params)

This is a convenience wrapper HasuraLogger.update_metadata Updates the existing parameters of a run (params) with new parameters using the Hasura _append operator.

Classes

NewParams(config_params, sweep_params, ...)