Skip to content

Commit 4e1fef8

Browse files
gnuhpdiemtdas
andauthored
fix table delete example code in quickstart docs (unitycatalog#697)
**PR Checklist** - [x] A description of the changes is added to the description of this PR. - [x] If there is a related issue, make sure it is linked to this PR. - [ ] If you've fixed a bug or added code that should be tested, add tests! - [x] If you've added or modified a feature, documentation in `docs` is updated **Description of changes** Changed `unity.default.my_table` to `unity.default.mytable` in `docs/quickstart.md`. This PR resolves issue unitycatalog#693 Signed-off-by: Diem Phung <[email protected]> Co-authored-by: Tathagata Das <[email protected]>
1 parent 520f771 commit 4e1fef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ bin/uc table read --full_name unity.default.mytable
268268
Delete the table to clean up:
269269

270270
```bash
271-
bin/uc table delete --full_name unity.default.my_table
271+
bin/uc table delete --full_name unity.default.mytable
272272
```
273273

274274
> Note, while you have deleted the table from Unity Catalog, the underlying file system may still have the files (i.e.,

0 commit comments

Comments
 (0)