Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 1 Notebook, code will break if you rerun cells for field group, schema and dataset creation as they already exist. #4

Open
yoyo6022 opened this issue May 3, 2023 · 0 comments

Comments

@yoyo6022
Copy link
Collaborator

yoyo6022 commented May 3, 2023

We had to restart the kernel in the middle of running the notebook and noticed the code would throw an error if the field group or schema have been created from the previous run.
So to avoid the error we had to manually define the field group id and other ids in the cell to avoid the error like below:

image

It would be great if we can create a condition like:
if field group exist, retrieve the id
else create the field group.
to avoid the code failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant