Creating a Kumo View
Clicking on the Connect Table button will bring up the “Add Table/View modal window. If you select “View” as your source type, Kumo will automatically load the “Connector” drop-down menu with a list of available connectors, a list of available tables for reference (based on your selected connector), as well as a text area for writing your view’s SQL statement.


Once your view has been successfully created, you will be routed to your new view’s detail page where you can view/verify the table creation results and column statistics (the latter may take a moment to load).

Usage Considerations
The following are some crucial considerations to keep in mind when using Kumo views:- Views can only be defined using valid SQL queries on top of Kumo tables. You cannot create views on top of other views.
- The SQL query defining a view must include tables coming from the same connector. You cannot create views that join tables from different connectors.
- An alias must be provided for new column created through aggregations or other operations on existing columns.
- If your connector source is either Snowflake or Databricks, we suggest creating a View in there directly and ingesting the View as a table in Kumo.