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
In the Data Explorer, when the event schema is edited (e.g., in a pipeline or an adapter), the widget configuration may break because the event schema is not updated.
Steps to Reproduce
Create a machine data simulator with the "persist" option enabled.
Create a data view.
Edit the event schema of the adapter (e.g., rename a property).
Choose the option to migrate pipelines.
Return to the data view.
Expected Behavior: The event schema in the data view should match the updated schema. Actual Behavior: The event schema options in the data view may differ from the actual schema.
Resolution Requirements
Before resolving this bug, it's crucial to determine how to address this issue, particularly in handling old data and the outdated schema.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered:
Body
Issue Description
In the Data Explorer, when the event schema is edited (e.g., in a pipeline or an adapter), the widget configuration may break because the event schema is not updated.
Steps to Reproduce
Expected Behavior: The event schema in the data view should match the updated schema.
Actual Behavior: The event schema options in the data view may differ from the actual schema.
Resolution Requirements
Before resolving this bug, it's crucial to determine how to address this issue, particularly in handling old data and the outdated schema.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered: