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
Logs emitted by different vertex do not have a uniform format. For some vertices timestamp data is present in the log object, but for others it is appended as a string in the beginning.
This caused the issue #2342
Example - for a simple pipeline
cat vertex has ts object in the logs to determine timestamp
sink vertex has log appended in the beginning as a string causing difference in format
The text was updated successfully, but these errors were encountered:
Logs emitted by different vertex do not have a uniform format. For some vertices timestamp data is present in the log object, but for others it is appended as a string in the beginning.
This caused the issue #2342
Example - for a simple pipeline
cat vertex has
ts
object in the logs to determine timestampsink vertex has log appended in the beginning as a string causing difference in format
The text was updated successfully, but these errors were encountered: