Hi Mayank Patel ,
Welcome to Microsoft Q& A platform and thanks for posting your query here. As per my understanding you are looking for a way to load the data present in parquet file in ADLS gen2 to Azure synapse dedicated SQL pool , and the data would be updated from the external application which needs to flow till dedicated SQL pool.
Could you please share more details about the external application? Which data store is external application pointing to? Does the data land from the ext application land on ADLS and the same needs to be copied to ded SQL pool?
In case you are treating ADLS gen2 as the staging layer for copying the data from external application to dedicated sql pool, then you can consider creating synapse pipelines to do the same.
You can watchout the below videos to go through the entire workflow on how to create end-to-end pipeline for full load and incremental load while treating ADLS gen2 as staging layer to load the data in parquet format and then load to ded sql pool. You can customize the solution as per the requirement by making necessary changes:
How to do full load from On Premise SQL Server till ADLS using Azure Synapse Pipelines
How to load latest and greatest data from ADLS to Dedicated SQL Pool using Synapse Pipelines
How to perform incremental load from OnPremise SQL server to Dedicated Sql pool
How to perform Upsert for Incremental records using Azure Synapse Pipelines
Hope it helps. Please let us know if you have any further queries, kindly share more details on the ext application. Thankyou