An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi!
I ca try to make a suggestion for your goal.
If you have a small/medium size date you can do the following stuff.
- Replicate your data into a datalake storage account using databricks and delta lake format for persistence (so you can do merge and other nice transactional operations).
- From delta table you can build a more "cleaned" layer using parquet files so can other tools can read them.
- Use Snapse Analytics SQL on demand tools for reading the whole parquet data when you need it (for example in a PowerBI Table refresh) or a direct query.
Synapse Analytcs now is in preview again but I hope this product will reach the stable status asap.
If you have money to spend, consider also an ever running databricks cluster that offers to you also a "spark queryable endpoint" if you want reach your data using jdbc/odbc connector.
Feel free to ask for clearifications.
Ra