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
When running something like the code below, where version is a value that doesn't exist, a table is returned instead of raising a TableNotFoundError (however this exception is raised for negative ints).
Describe the bug
When running something like the code below, where
version
is a value that doesn't exist, a table is returned instead of raising aTableNotFoundError
(however this exception is raised for negative ints).To Reproduce
No response
Expected behavior
No response
Component(s)
Other
Additional context
No response
The text was updated successfully, but these errors were encountered: