nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
35 stars 33 forks source link

Document the need to overwrite the `run` method in SSoT jobs with 2.0 #183

Open Kircheneer opened 1 year ago

Kircheneer commented 1 year ago

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.

cardoe commented 10 months ago

This is related to nautobot/nautobot#4761

Kircheneer commented 9 months ago

Some of this is addressed with #308