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
It might be helpful in some contexts, but not in others, so it does not do this.
If we adopted the suggested change then the function will become hard to reason about, because if you happen to run a metadata extraction that does not have any information for a valid query, then the function fails and its impossible to predict when you run the function if that should have happened or not. If you want to error if you fail to recover information you should perhaps throw yourself
Specifying to extract a column that doesn't exist just returns an empty column name if I try to extract a column that doesn't exist:
Would be helpful for that to throw an error if not one of the keys.
The text was updated successfully, but these errors were encountered: