Views
Views expose a way to create normal SQL Views in the warehouse.
Simply type the statement as you would normally in SQL and a view will be generated.
Field | Description |
|---|---|
Schema | Schema in the warehouse for the View. You can create one using the plus arrow. |
Name | Name of the View, this will be what it is called in the warehouse. |
Display Name | A more friendly name for the View, used in Bragi. |
Description | A description of the View's purpose, useful for when someone else needs to edit it the View. |
Select Statement | SQL select statement |
Read the best practises for naming configs for guidance on consistent and clear naming formats for configs.

After creating the View, you can see the modification history and SQL statement by selecting the View on the left side of the page.
