def _run()

in opmon/cli.py [0:0]


def _run(
    project_id: str,
    dataset_id: str,
    derived_dataset_id: str,
    submission_date: datetime,
    config: Tuple[str, MonitoringConfiguration],
    before_execute_callback: Optional[BeforeExecuteCallback] = None,