Skip to content

Commit c6b6f41

Browse files
Merge pull request #292736 from periclesrocha/patch-4
Correction on syntax for CREATE EXTERNAL DATA SOURCE
2 parents c614e10 + dd5b6f6 commit c6b6f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/tutorial-external-tables-using-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To create the external data source, use the following T-SQL command:
121121
CREATE EXTERNAL DATA SOURCE <ExternalDataSourceName>
122122
WITH (
123123
TYPE = HADOOP,
124-
LOCATION = 'abfss://<Container>@<AccountName>.dfs.core.windows.net/<Folder>/,
124+
LOCATION = 'abfss://<Container>@<AccountName>.dfs.core.windows.net/<Folder>/',
125125
CREDENTIAL = <CredentialName>
126126
);
127127
```

0 commit comments

Comments
 (0)