We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbc248 commit e17fbc8Copy full SHA for e17fbc8
docs/tutorials/python/tutorial_scripts/dataset.py
@@ -34,7 +34,7 @@
34
) # Replace with the ID of the file you want to add
35
# 2. Add a File with its ID and version
36
my_new_dataset.add_item(
37
- File(id="syn51790028", version_label=1)
+ File(id="syn51790028", version_number=1)
38
39
# 3. Add a Folder. In this case, all child files of the folder are added to the dataset recursively.
40
0 commit comments