Skip to content

Commit ca5c98f

Browse files
authored
Update query-parquet-files.md
Fix a bookmark reference issue caused by the term change. (#107906)
1 parent 8c87ea7 commit ca5c98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/query-parquet-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ from openrowset(
3030
format = 'parquet') as rows
3131
```
3232

33-
Make sure that you can access this file. If your file is protected with SAS key or custom Azure identity, you would need to set up [server level credential for sql login](develop-storage-files-storage-access-control.md?tabs=shared-access-signature#server-scoped-credential).
33+
Make sure that you can access this file. If your file is protected with SAS key or custom Azure identity, you would need to set up [server level credential for sql login](develop-storage-files-storage-access-control.md?tabs=shared-access-signature#server-level-credential).
3434

3535
> [!IMPORTANT]
3636
> Ensure you are using a UTF-8 database collation (for example `Latin1_General_100_BIN2_UTF8`) because string values in PARQUET files are encoded using UTF-8 encoding.

0 commit comments

Comments
 (0)