Hi everyone, so I have a PostGRES table:
I was wondering if there is a way to get updated data from the table and save that table into a different geodatabase, instead of me having to manually refresh the table and exporting it by doing export table -> table to table?
Have you tried creating a model to perform these steps and then export the model out to a python script?