Closed jdrew82 closed 2 months ago
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.
Looks like it should be nautobot.extras.exceptions.SecretError
nautobot.extras.exceptions.SecretError
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.