What I am trying to do?
Glue-Athena-like process.
- Data in S3
- AWS Glue (create metadata tables)
- Tables can be queried using Athena via boto3 (python library)
Problem I am facing in Azure Cloud
~Trying to replicate the above process using Azure Synapse Analytics~
- Data in linked Azure Storage container
- Azure Data Factory (create external tables)
- How to make T-SQL queries on the external tables using python?
Is there any python library to make T-SQL calls to the external tables created in Azure Synapse workspace?