Unanswered
Hi All,
It Seems After Sync Command, Finalize Is Not Working:
Please Let Me Know If I Am Missing Anything.
@<1720249421582569472:profile|NonchalantSeaanemone34>
dso = Dataset.create(
dataset_project= project_name,
dataset_name= dataset_name,
parent_datasets=[parent_datasets_id],
)
dso = Dataset.get(
dataset_project= project_name,
dataset_name= dataset_name,
only_completed=True,
only_published=False,
alias='latest',
)
why are you creating a dataset then getting a dataset on the same object?
it seems you are trying to upload to the existing dataset and not the newly created one notice in both cases dso
is the variable name
46 Views
0
Answers
3 months ago
3 months ago