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
Related to meltano/meltano#7016 (comment) we should see what exception data we have and if we can narrow in on the top 10.
It's challenging from a brief look because theyre hashed exceptions but it might be easier to unhash once we know the top values and maybe simulating a few exceptions to see how the exception translates to event attributes.
The text was updated successfully, but these errors were encountered:
@pnadolny13 I thought we were keeping exception class names unhashed but hashing the message text. Can you confirm if you can at least see the class name in clear text, e.g. 'ValueError' or 'DivideByZeroError'?
@aaronsteers yeah it looks like those are unhashed so if I'm following it correctly I see PluginExecutionError -> RunnerError -> CliError -> SystemExit. I dont know a lot about Meltano exceptions but I figured the actual exception is down in the plugin so from this I cant know if this a user error like "missing x required config" or a plugin error like "tap exploded because of a bug".
Let me know if theres a way for me to get at this data better but from a quick look it didnt seem obvious.
Related to meltano/meltano#7016 (comment) we should see what exception data we have and if we can narrow in on the top 10.
It's challenging from a brief look because theyre hashed exceptions but it might be easier to unhash once we know the top values and maybe simulating a few exceptions to see how the exception translates to event attributes.
The text was updated successfully, but these errors were encountered: