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
This happened when Tony tried to write one, and there was a try to access a non-existing element, so the code stopped and a mini-widget following the same variable (code was inside listenDataLakeVariable) couldn't update, because the code was crashing.
We need to run this code with a try/catch, similar to the transforming functions.
The text was updated successfully, but these errors were encountered:
This happened when Tony tried to write one, and there was a try to access a non-existing element, so the code stopped and a mini-widget following the same variable (code was inside
listenDataLakeVariable
) couldn't update, because the code was crashing.We need to run this code with a try/catch, similar to the transforming functions.
The text was updated successfully, but these errors were encountered: