Skip to content

Commit 22a2736

Browse files
authored
Merge pull request #92 from bennyaustin/bennyaustin-patch-1
Update synapse-sqlpool-deployment.yml
2 parents 31c44f1 + 2fcbd16 commit 22a2736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/synapse-sqlpool-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: Azure/sql-action@v2
4141
with:
4242
connection-string: ${{secrets.DWH_CONNECTIONSTRING}}
43-
path: './dw01.dacpac'
43+
path: './dwh01.dacpac'
4444
arguments: '/p:DropPermissionsNotInSource=false /p:DropRoleMembersNotInSource=false /p:DropObjectsNotInSource=true /p:IgnoreColumnOrder=true /p:IgnorePermissions=true /v:DatalakeEndpoint="bastoragedatalake01.dfs.core.windows.net"'
4545
- name: Azure Logout
4646
run: |

0 commit comments

Comments
 (0)