Small edits (#812)

This commit is contained in:
pollfly
2024-03-27 11:56:21 +02:00
committed by GitHub
parent 57be45d2a8
commit fb6270ff23
4 changed files with 15 additions and 13 deletions

View File

@@ -51,8 +51,8 @@ new_dataset = Dataset.create(
dataset_project='data',
dataset_name='dataset_v2',
parent_datasets=[dataset],
use_current_task=True,
# this will make sure we have the creation code and the actual dataset artifacts on the same Task
# this will make sure we have the creation code and the actual dataset artifacts on the same Task
use_current_task=True,
)
new_dataset.sync_folder(local_path=dataset_folder)
new_dataset.upload()