Pipelines are built in a canvas where a Source node connects to one or more Destination nodes. Configuration happens by clicking the ⚙️ gear icon on each node.Documentation Index
Fetch the complete documentation index at: https://docs.mantrixflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Step by step
- Create and test source and destination connections from Connections first.
- Go to Data Pipelines → + New Pipeline. Enter a pipeline name, choose the source connection, and click Create & open canvas.
- The builder canvas opens. You will see a Source node on the left and a Destination node on the right connected by a sync line.
- Click ⚙️ on the Source node to open the Source panel:
- Use Discover schema to list available tables.
- Tick Include next to each table you want to sync.
- Click Preview on any table to inspect raw source rows.
- Click ⚙️ on the Destination node to open the Destination panel. Configure the Config tab:
- Connection — select the destination connection
- Final delivery schema — e.g.
analytics - Sync mode — use
FULL_TABLEfor all first runs - Write mode — select
Upsert - Click Validate config before saving.
- Use the Preview tab in the Destination panel to inspect the target table before the first run.
- Click ▷ on the Destination node (or use the top-bar Run button) to trigger a manual run.
- Click the history icon in the top bar to inspect run results.
- Once the manual run succeeds, open the Scheduling tab in the Destination panel to add a schedule.
A realistic first pipeline
A good first production rollout is:- source connection:
Shopify Production - selected resource:
orders - transform: normalize currency codes and add
loaded_from - destination:
Analytics Postgres - target table:
raw_shopify_orders - cadence: hourly after one successful manual run