nautobot / nautobot-app-ssot

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

Determine Reasoning for Exception Handling in Example Job #521

Closed jdrew82 closed 2 months ago

jdrew82 commented 3 months ago

Environment

It appears that there's a try/except block capturing all Exceptions in the DataSource Job here. We need to investigate to see why this is and most likely remove and change to only capture expected Exceptions and allow others to populate.

Kircheneer commented 2 months ago

Looks like it should be nautobot.extras.exceptions.SecretError