I have a hosted feature layer that is based off of a SQL view that has been published to my Enterprise Portal (10.6.1).
The SQL view is constantly updating. I am looking to write a script that can automate taking this SQL Query Layer from ArcGIS Pro (2.2.1) and overwrite the published feature layer every x minutes, essentially updating it. I am new to trying to write scripts using the ArcGIS API for Python so I am hitting some snags.
Thanks!