An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @Srimanikanta Pallela
Thanks for explaining the scenario clearly.
Currently, in Power Apps Azure Synapse Link (ASL), the data refresh interval cannot be changed after the link is created. Updating the solution files manually (like modifying IncrementalUpdateTimeInterval) is not a supported approach, so the system will not apply those changes.
Because of this, the recommended and supported method today is to recreate the Synapse Link with the required refresh interval.
Regarding the Spark pool issue - Spark pool configuration is not retained when exporting/importing the ASL as a solution. After re-import, the link behaves like a storage-only link, which is why the data is now landing as CSV instead of Parquet. To continue writing Parquet files, the Synapse workspace and Spark pool must be configured again during link creation.
Best practice:
- Decide refresh interval before creating the link
- Recreate the link if interval needs to change
- Reconfigure Spark pool after recreation
- Avoid modifying solution files manually for ASL settings
If needed, you can share your current setup and we can suggest the safest recreation approach with minimal impact.
Hope this helps. Let us know if you have further questions.