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
When data is written to the data lake, an entry is created in CouchDB with the schema information and the data. If a user adjusts the event schema of an adapter, this is also updated in CouchDB, but the old data remains unchanged in InfluxDB.
Problem
Adding new properties or renaming a property works without issues.
Changing the data type of a property causes a runtime error when writing the data, due to the column in the database having a different data type.
Potential Solutions
Migrate old entries in the database to match the new schema.
Adapt the schema internally to prevent the issue. This requires checking for pipelines that write data to the DataLake when editing the adapter.
Current Workaround for Users
For now we will show a warning when the user changes the data type
Body
Problem
If you edit the adapter and change the data type, the data will no longer be saved in InfluxDB.
How to Reproduce:
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: