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
Sometimes it is hard to understand YQL errors. Sometimes they are misleading. For example:
Here we have an error DQ cannot execute the query, which is more like a warning and is misleading. Also it wasn't hidden (1st screenshot) as it is a separate branch.
But in the get_query response we see that the error has some attributes about severity
But on the screenshots above, all lines are marked as Error, while Core optimization and DQ cannot execute the query. Cause: system python udf should be marked as Info.
So I suggest:
Parse severity and show correct severity for lines
Improve error folding by folding everything that is not Error severity
The text was updated successfully, but these errors were encountered:
Sometimes it is hard to understand YQL errors. Sometimes they are misleading. For example:
Here we have an error
DQ cannot execute the query
, which is more like a warning and is misleading. Also it wasn't hidden (1st screenshot) as it is a separate branch.But in the
get_query
response we see that the error has some attributes about severityBut on the screenshots above, all lines are marked as
Error
, whileCore optimization
andDQ cannot execute the query. Cause: system python udf
should be marked asInfo
.So I suggest:
Error
severityThe text was updated successfully, but these errors were encountered: