join_from_view to establish the relationship between two views in your data model.
Limitations
Views representing a data input table (CSV/XLSX upload) canβt be used in a join unless the table has been uploaded to a database. This requires defining an Upload schema for the underlying database connection.Syntax
Properties
The name of the view to join into the source view. This view must exist in your data model.
Examples
Join buyers to user_facts