Skip to content

Commit 5aac298

Browse files
authored
Update develop-openrowset.md
Delta is no longer in preview
1 parent cc487ba commit 5aac298

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)