Closed jpriou closed 2 years ago
where can we copy/paste code which loops/waits until dataset resources are finally created?
datasetScope
notes for the solution-approach (tbd):
time.sleep(5)
self.client.data_sets.create(datasets_to_be_created)
which includes the created datasets with their internal id
sself.deployed['datasets']
with the new datasetsgroups
and rawdbs
)
Running
bootstrap-cli
via GitHub action.When running on a fresh project (i.e. no existing datasets nor rawdb), the first run of the bootstrap cli fails. Traceback: running-gh-action-fresh-project.txt
which means the CDF Groups have empty references and produce illegal scopes like
Hypothesis is, that code failed to reload the fresh created datasets before proceeding, which lead to lack of internal dataset-ids and caused error.