You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: