Skip to content

Commit be31ec7

Browse files
authored
Merge branch 'main' into dev/aviatcohen/support-quering-ls-command
2 parents b8fe96c + 366dc44 commit be31ec7

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

docs/examples/item_examples.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ fab set nb1.Notebook -q definition.parts[0].payload.metadata.dependencies.lakeho
246246

247247

248248
## Item Operations
249-
### Copy Items
249+
### Copy Item
250250

251251
!!! info "When you copy an item definition, the sensitivity label is not a part of the definition"
252252

@@ -285,7 +285,7 @@ fab cp ws1.Workspace/source.Item ws2.Workspace/dest.Folder
285285
```
286286

287287

288-
### Move Items
288+
### Move Item
289289

290290
!!! info "When you move item definition, the sensitivity label is not a part of the definition"
291291

@@ -313,7 +313,7 @@ Move an item into a folder, preserving its original name.
313313
fab mv ws1.Workspace/nb.Notebook ws2.Workspace/dest.Folder
314314
```
315315

316-
### Import and Export
316+
### Export Item
317317

318318

319319
!!! info "When you export item definition, the sensitivity label is not a part of the definition"
@@ -343,6 +343,8 @@ Export item definition directly to a Lakehouse Files location.
343343
fab export ws1.Workspace/nb1.Notebook -o /ws1.Workspace/lh1.Lakehouse/Files/exports
344344
```
345345

346+
### Import Item
347+
346348
#### Import from Local
347349

348350
Import an item definition from a local directory into the workspace.
@@ -351,16 +353,9 @@ Import an item definition from a local directory into the workspace.
351353
fab import ws1.Workspace/nb1_imported.Notebook -i /tmp/exports/nb1.Notebook
352354
```
353355

354-
Import a notebook from Python file format instead of default format.
355-
356-
```
357-
fab import ws1.Workspace/nb1_python.Notebook -i /tmp/notebook.py --format py
358-
```
359-
360356
**Supported Import Formats:** `.ipynb` (default) and `.py`.
361357

362358

363-
364359
### Start/Stop Mirrored Databases
365360

366361
#### Start Mirrored Database

0 commit comments

Comments
 (0)