Hi Team,
Â
I am trying to use python bindings and able to use Collector, Schedd classes & successfully submitted jobs as well.
Â
Now I want a functionality similar to cmd- condor_submit_dagÂbut using Python bindings exposed API's.
Till now i followed below link: (inÂModule enums -> SubsystemType-> i can see "values may beÂDagman"Â
https://research.cs.wisc.edu/htcondor/manual/v8.6/6_7Python_Bindings.html
Dagman python API is exposed?
If Yes, can any one please share some document which describes available methods of dagman class/ any sample example?
If No, any other alternative API's exposed?ÂHow can i achieve sameÂcondor_submit_dag functionality without using cmd.Â
Thanks in advance.