Skip to content

Edits to active plugins #56

Answered by bmeares
whitedl asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @whitedl , have you changed the schema / columns of the data that the plugin produces? If not, then you should be able to continue using the plugin as-is. In case the columns have changed, you can move your data into a temporary backup table and sync a modified version back into your original pipe.

Edit: If you mean a development workflow where you're rapidly making changes to the schema, one pattern I recommend is to make a simple collection pipe to get the raw data, then create derivative pipes to transform the raw data. For example, you can add logic in your plugin based on the values of pipe.metric_key or pipe.location_key. I touch on a pattern like that in episode 4 of Learning Me…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bmeares
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants