You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and enable a data validation rule (e.g. a regex)
Enable Run Registered Data Compliance Rules job
Tick the option Run built-in validation rules?
Run the job
Remark: if I skip step 3, it fails anyway.
Expected Behavior
Get the data compliance results of the regex rule I created.
Observed Behavior
Job status is Failed.
{
"exc_message": [
"Job class not found for class path nautobot_data_validation_engine.jobs.RunRegisteredDataComplianceRules"
],
"exc_module": "builtins",
"exc_type": "KeyError"
}
Traceback (most recent call last):
File "/opt/nautobot/lib64/python3.11/site-packages/celery/app/trace.py", line 477, in trace_task
R = retval = fun(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/opt/nautobot/lib64/python3.11/site-packages/celery/app/trace.py", line 760, in __protected_call__
return self.run(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/nautobot/lib64/python3.11/site-packages/nautobot/extras/jobs.py", line 1131, in run_job
raise KeyError(f"Job class not found for class path {job_class_path}")
KeyError: 'Job class not found for class path nautobot_data_validation_engine.jobs.RunRegisteredDataComplianceRules'
The text was updated successfully, but these errors were encountered:
Environment
Steps to Reproduce
Run Registered Data Compliance Rules
jobRun built-in validation rules?
Remark: if I skip step 3, it fails anyway.
Expected Behavior
Get the data compliance results of the regex rule I created.
Observed Behavior
Job status is Failed.
The text was updated successfully, but these errors were encountered: