I'm trying to integrate an existing account with the Overture API using Microsoft Synapse SQL queries. I haven't encountered much documentation in doing so.
Specifically I was wondering if it was possible through this python library to:
Push SQL commands and publish them to Synapse Studio programatically
Execute those commands through Python and download the results.
Is this possible and is azure-mgmt-synapse the appropriate library for achieving this? If so where can I best find documentation for this?
Hi, azure-mgmt-synapse does not have the function to achieve that. You can do it using azure-synapse-artifacts with method begin_create_or_update_sql_script.
I'm trying to integrate an existing account with the Overture API using Microsoft Synapse SQL queries. I haven't encountered much documentation in doing so.
Specifically I was wondering if it was possible through this python library to:
Is this possible and is azure-mgmt-synapse the appropriate library for achieving this? If so where can I best find documentation for this?