Skip to content

Commit 1dfbf6a

Browse files
committed
Add example on checking dataset
1 parent 606330e commit 1dfbf6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ client.update_dataset('mydataset', friendly_name="mon Dataset") # description is
225225

226226
# Patch dataset
227227
client.patch_dataset('mydataset', friendly_name="mon Dataset") # friendly_name changed; description is preserved
228+
229+
# Check if dataset exists.
230+
exists = client.check_dataset('mydataset')
228231
```
229232

230233
# Creating a schema from a sample record

0 commit comments

Comments
 (0)