Hello,
Basically, I have two same feature classes (A &
both in enterprise geodatabases. Let's say A is in development environment and B is in production environment. Now, I have applied some structure changes (added new field, applied some field length changes, etc) to A manually via ArcGIS Pro. My goal is to deploy the same changes to B via scripting in production environment.
Can this be done via python scripting? I tried Feature Compare tool without much success as it would only list the deltas or diferences in two FC. Is there a GP tool or ArcPy fuction that I can use to extract the deltas between A and B and apply them to B.
I assume that this can be done at the backend via RDBMS tools but wanted to avoid using this due unknown risks.