-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Better error message if passed in a column name instead of a list of column names into custom_data
#2177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Good idea. Same for |
It would also be helpful if we noted which attribute had an error. So, for the error message above, saying something like:
|
If we let the parser automatically convert "your-column" to ["your-column"], will there be any consequence? |
I'd rather we provide a helpful error message for all the |
custom_data
is unlike most otherpx
properties in that it accepts a list of columns instead of just a single column.It would be helpful if we said something like "Looks like you supplied a single column name, you should supply a list of columns."
Here's the current error:
The text was updated successfully, but these errors were encountered: