Skip to content

Commit 3454456

Browse files
committed
nit
1 parent 540c406 commit 3454456

File tree

1 file changed

+1
-3
lines changed
  • website/docs/streaming-lakehouse/integrate-data-lakes

1 file changed

+1
-3
lines changed

website/docs/streaming-lakehouse/integrate-data-lakes/lance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ Since the data tiered to Lance from Fluss is stored as a standard Lance table, y
7070

7171
```python title="Lance Python"
7272
import lance
73-
ds = lance.dataset("s3://<bucket>/<database_name>/<table_name>.lance")
74-
# Or local path
75-
ds = lance.dataset("/tmp/lance/<database_name>/<table_name>.lance")
73+
ds = lance.dataset("<warehouse_path>/<database_name>/<table_name>.lance")
7674
```
7775

7876
## Data Type Mapping

0 commit comments

Comments
 (0)