How to query synapse analytical store using backend python code?
I have implemented a system where my application writes data to a Cosmos DB (Mongo API) database. Additionally, I have set up a Synapse Analytics link, which creates an analytics store and synchronizes data in real-time from the transactional store (Cosmos DB with Mongo API) to the analytical store.
I now need to query the analytical store to perform various analysis-related tasks. Is there a way I can achieve this using backend code such as Python, Node.js, Java, etc.? While I am aware that this can be done using Synapse Studio in the Azure portal, where I can utilize Spark or SQL notebooks, I am specifically looking for a backend implementation.