Use SQL views as input tables
Shape your source data into a single, analysis-ready entity table (often via a SQL view) before configuring Syntho.
Why this matters
Practical pattern: create a single entity view
Example (PostgreSQL): flatten customers + last order
Destination considerations
Edge cases and gotchas
Where to use this in Syntho
Last updated
Was this helpful?

