nautobot-app-ssot
nautobot-app-ssot copied to clipboard
Document the need to overwrite the `run` method in SSoT jobs with 2.0
With Nautobot 2.0, the signature of the run
method of a job is dependent on its input variables. This means that contrary to how it used to work, SSoT job implementations will now need to overwrite the run
method if they have custom variables (such as DryRunVar
in 2.0). We need to document this.
This is related to nautobot/nautobot#4761
Some of this is addressed with #308