Pipeline

The Pipeline feature helps you track all the changes that you have made on all your databases in a project. You can go to any project in your workspaces and find the Pipeline button at the top-right corner of the page.

Then, you can see a tree diagram that shows all the history of data editing and the relationships between tables within the project. Each action is presented as a small icon and you can click the icon to display the table at that time. If you want to edit, add or delete actions in the tree diagram, you can use Pipeline Editor. The relationship is especially obvious when you use the Join or Union actions to merge multiple tables.

However, the tree diagram currently cannot show the lines connecting tables in the following situations:

  1. When you use SQL Editor to join or union multiple tables

  2. When you add a JOIN or Union action through Pipeline Editor

Last updated