Select to view content in your preferred language

Creating a script to get table from Database Connection

586
1
02-09-2023 10:35 AM
TheGamer
Regular Contributor

Hi everyone, so I have a PostGRES table:

TheGamer_0-1675968176675.png

 

 

 

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?

 

0 Kudos
1 Reply
MichaelVolz
Esteemed Contributor

Have you tried creating a model to perform these steps and then export the model out to a python script?

0 Kudos