You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: