write_dag_info#
- lsst.ctrl.bps.htcondor.write_dag_info(filename: str, schedd_dag_info: dict[str, dict[str, Any]])#
Write custom job information about DAGMan job.
Parameters#
- filename
str Name of the file where the information will be stored. If not given, creates a filename using bps_run value.
- schedd_dag_info
dict[strdict[str,Any]] Information about the DAGMan job.
- filename