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
we should store errors into database including error type and spanInfo. so there are fields should be included as follow:
id: random UUID
spanInfo: span of the error directive, including filename, span_start, span_end, content
error_type: which type is this error. should be enum
metas: jsonb, extra infos for specific error type.
one thing leave is how to provide this capability to transformers. if the transformer need to add its own error into ledger, what kind of protocol should be exposed.
related issues: #143#144
No description provided.
The text was updated successfully, but these errors were encountered: