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
@kelshmo found that if the file view schema includes a column type with too few characters for what's needed, the Python client returns a warning with a 400 error.
Need to add a safety check that stops the app from continuing if the TableQuery failed on the file view, perhaps with a modal that pops up with the error so it can be found and fixed.
The text was updated successfully, but these errors were encountered:
@kelshmo found that if the file view schema includes a column type with too few characters for what's needed, the Python client returns a warning with a 400 error.
Need to add a safety check that stops the app from continuing if the
TableQuery
failed on the file view, perhaps with a modal that pops up with the error so it can be found and fixed.The text was updated successfully, but these errors were encountered: