Skip to content

Commit ba07f5e

Browse files
OPENROWSET OneLake
1 parent 610e09d commit ba07f5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/t-sql/functions/openrowset-bulk-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,11 +661,12 @@ The URI of the data file(s) whose data is to be read and returned as row set. Th
661661

662662
The URI may include the `*` character to match any sequence of characters, allowing `OPENROWSET` to pattern-match against the URI. Additionally, it can end with `/**` to enable recursive traversal through all subfolders.
663663

664-
The URI of the data file(s) whose data is to be read and returned as row set. The URI can reference Azure Data Lake storage or Azure Blob storage. The supported URI formats are:
664+
The URI of the data file(s) whose data is to be read and returned as row set. The URI can reference Azure Data Lake storage or Azure Blob storage. Fabric One Lake storage is in public preview. The supported URI formats are:
665665

666666
- `https://{storage}.blob.core.windows.net/[container}/{file path}`
667667
- `https://{storage}.dfs.core.windows.net/[container}/{file path}`
668668
- `abfss://[container}@{storage}.dfs.core.windows.net/{file path}`
669+
- `https://onelake.dfs.fabric.microsoft.com/<workspaceId>/<lakehouseId>/Files/{file path}` - public preview
669670

670671
For example:
671672

@@ -913,7 +914,7 @@ The supported features are summarized in the table:
913914
|-------------------|-----------|----------------------|
914915
| **File formats** | Parquet, CSV, JSONL (preview) | Delta, Azure Cosmos DB, JSON, relational databases |
915916
| **Authentication**| EntraID/SPN passthrough, public storage | SAS/SAK, SPN, Managed access |
916-
| **Storage** | Azure Blob Storage, Azure Data Lake Storage | Fabric OneLake |
917+
| **Storage** | Azure Blob Storage, Azure Data Lake Storage, Fabric OneLake (preview) | |
917918
| **Options** | Only full/absolute URI in `OPENROWSET` | Relative URI path in `OPENROWSET`, `DATA_SOURCE` |
918919
| **Partitioning** | You can use the `filepath()` function in a query. | |
919920

0 commit comments

Comments
 (0)