cognitedata / inso-bootstrap-cli

CLI and GitHub-Action to configure and maintain CDF Projects (Groups, Data Sets, RAW DBs)
Apache License 2.0
4 stars 2 forks source link

Deployment on a fresh project only succeeded on the 2nd try #47

Closed jpriou closed 2 years ago

jpriou commented 2 years ago

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

Hypothesis is, that code failed to reload the fresh created datasets before proceeding, which lead to lack of internal dataset-ids and caused error.

spex66 commented 2 years ago

where can we copy/paste code which loops/waits until dataset resources are finally created?

spex66 commented 2 years ago

notes for the solution-approach (tbd):