I am trying to use Panther Analysis Tool (PAT) for a bulk upload. I run panther_analysis_tool test, and my test passes. However, the upload ends up failing. Why does this happen?
This can happen if there are issues present that are not checked by the test command. To check for additional issues against your Panther instance, run panther_analysis_tool validate
(available as of 1.74) prior to running panther_analysis_tool upload
.