Skip to content

Commit eb04396

Browse files
authored
Update README.md
Added a paragraph about support for Azure Synapse Analytics SQL Pools.
1 parent 1c56597 commit eb04396

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Currently supported RDBMS:
1616
* PostgreSQL
1717
* MySQL
1818

19+
In addition it also supports Azure Synapse Analytics SQL Pools (both dedicated and serverless). Be aware that with you cannot create the schemaversion table for the serverless SQL Pool. As a workaround you can set the SchemaVersionTable to null to avoidcreating the table and use relevant logic in your SQL. For example, IF EXISTS statements.
20+
1921
## Features
2022

2123
The most notable features of the module:
@@ -183,4 +185,4 @@ Get-DBOPackageArtifact -Path myPackage.zip -Repository \\data\repo | Install-DBO
183185

184186
Submitting issues - [GitHub issues](https://github.com/dataplat/dbops/issues)
185187

186-
SQLCommunity Slack: https://sqlcommunity.slack.com #dbops or @nvarscar
188+
SQLCommunity Slack: https://sqlcommunity.slack.com #dbops or @nvarscar

0 commit comments

Comments
 (0)