Hi all,
I'm currently using FME Desktop to extract data from an SQL server and then amend a AGOL feature service, to ensure the feature service is updated. While this works, its a manual process and that limits how often the feature service can be updated.
I was hoping that there was a way that I can use Notebooks instead of FME Desktop, and also take advantage of the scheduling functionality to update the feature more often.
I'm slowly learning Python, but wanted to check whether Notebooks would be able query an SQL database.
Thanks in advance