Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
...
In Looker, a project is a collection of files that describe the objects, connections, and user interface elements that will be used to carry out SQL queries for a Looker user. At the most basic level, these files describe how your database tables relate to each other and how Looker should interpret them.
Once you have created a connection between Kyvos and Looker, you need to create a project. When you create a project in Looker, by default, a model file is created. You can provide the connection details in the model file. You will also have to create a view file in which dimensions and measures of the current semantic model must be defined.
This section explains the procedure and steps for creating a project, model, and view file.
Creating a Project
From the Develop menu, select the Manage LookML Projects option.
On the LookML Project page, click New LookML Project.
On the New Project page, provide the project details and click Create project.
...
Once your project is created, click the Configure button.
Provide the configuration details and click Save.
Creating a Model in a Project
The model file specifies a database connection and the set of Explores that use that connection.
...
Creating Views in a Project
A view file generally defines a single view within Looker. A view corresponds to either a single table in your database or a single derived table . The view file specifies a table to query and the fields (dimensions and measures) to include from that table.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note You can define the dimension, attributes, and measures here. |
...