Skip to content

Commit 1c31a67

Browse files
authored
Merge pull request #123399 from xnikitin/patch-1
Remove extra space in data source path
2 parents 7e60494 + f0cc1a5 commit 1c31a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/develop-openrowset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Below you'll find the relevant \<storage account path> values that will link to
131131
| Azure Blob Storage | http[s] | \<storage_account>.blob.core.windows.net/path/file |
132132
| Azure Blob Storage | wasb[s] | \<container>@\<storage_account>.blob.core.windows.net/path/file |
133133
| Azure Data Lake Store Gen1 | http[s] | \<storage_account>.azuredatalakestore.net/webhdfs/v1 |
134-
| Azure Data Lake Store Gen2 | http[s] | \<storage_account>.dfs.core.windows.net /path/file |
134+
| Azure Data Lake Store Gen2 | http[s] | \<storage_account>.dfs.core.windows.net/path/file |
135135
| Azure Data Lake Store Gen2 | abfs[s] | [\<file_system>@\<account_name>.dfs.core.windows.net/path/file](../../storage/blobs/data-lake-storage-introduction-abfs-uri.md#uri-syntax) |
136136
||||
137137

0 commit comments

Comments
 (0)