Hi everyone,
We’re setting up an Azure synapse pipeline where we ingest data from various ArcGIS datasets and services, convert it to Parquet files in our Data Lake where we’ll have GIS data and company data, and then create SQL views from those Parquet datasets. From there, the goal is to bring those views into our Enterprise SDE database for publishing map and feature services.
Before we go too far, I wanted to ask — is this a valid or recommended workflow? Specifically, does GeoAnalytics Engine support this type of process (ingesting GIS data, writing Parquet, and building SQL views that can integrate with ArcGIS Enterprise/SDE)?
From early research, it looks like those files can come through into our Enterprise Geodatabase, but an extra step is going to be needed for getting them in ESRI’s ST_Geometry?
Thanks for any insights or examples from folks who’ve implemented something similar!
Hi Matthew, here are some thoughts on this workflow:
Thanks for the insight. We’re currently testing a workflow that pushes data from our Synapse SQL view into our SDE via a linked service connection. The data will remain read-only reference content, refreshed on a weekly schedule.