Skip to content

Commit 0dcb389

Browse files
authored
Merge pull request #106665 from celicni/patch-1
Update develop-openrowset.md
2 parents 167f05a + 5aac298 commit 0dcb389

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
@@ -68,7 +68,7 @@ Caller must have `REFERENCES` permission on credential to use it to authenticate
6868
## Syntax
6969

7070
```syntaxsql
71-
--OPENROWSET syntax for reading Parquet or Delta Lake (preview) files
71+
--OPENROWSET syntax for reading Parquet or Delta Lake files
7272
OPENROWSET
7373
( { BULK 'unstructured_data_path' , [DATA_SOURCE = <data source name>, ]
7474
FORMAT= ['PARQUET' | 'DELTA'] }

0 commit comments

Comments
 (0)