I am the process developing a feature class QC framework and started looking into data reviewer. My wrapper will be in Python and I would like to use the data Reviewer functionalities. I have come across a few posts ( How to run Data Reviewer outside of ArcMap ) mentioning some challenges there. My understanding is that it can only go though a batch job command in Python. For example:
arcpy<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">.</SPAN>ExecuteReviewerBatchJob_Reviewer<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">()</SPAN>
However, when going through the ArcGIS Pro tutorial and documentation for Data Reviewever, I only saw the possibility of importing pre-existing batch jobs (creating in previous versions) but does not mention the possibility of creating batch jobs in ArcGIS Pro (http://pro.arcgis.com/en/pro-app/help/data/validating-data/migration-from-10-x-to-pro-for-data-validation.htm ).
My questions:
- How to run Data Reviewer rules or batch jobs via arcpy 3.6?
- Can we create Data Reviewer batch files in ArcGIS Pro, or is that functionality discontinued?
Thanks!
Adrien