From 6777c6b88075439c4307ad9c0b449b30f783b2e2 Mon Sep 17 00:00:00 2001 From: royendo <67675319+royendo@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:40:02 -0700 Subject: [PATCH] adding uri to reference --- docs/docs/deploy/deploy-credentials.md | 2 +- docs/docs/reference/project-files/metrics-view.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/deploy/deploy-credentials.md b/docs/docs/deploy/deploy-credentials.md index c884dcbfb29..32c0f2f22c7 100644 --- a/docs/docs/deploy/deploy-credentials.md +++ b/docs/docs/deploy/deploy-credentials.md @@ -7,7 +7,7 @@ sidebar_position: 10 ## Overview -When deploying a project, credentials that have been defined in your `.env` file will but automatically passed into your Rill Cloud project. However, for [remote sources](/reference/connectors/connectors.md) that are dynamically retrieving your credentials via the CLI, such as S3 and GCS, you will need to ensure that these are [defined in the .env file](/manage/project-management/variables-and-credentials#credentials-naming-schema). +When deploying a project, credentials that have been defined in your `.env` file will be automatically passed into your Rill Cloud project. However, for [remote sources](/reference/connectors/connectors.md) that are dynamically retrieving your credentials via the CLI, such as S3 and GCS, you will need to ensure that these are [defined in the .env file](/manage/project-management/variables-and-credentials#credentials-naming-schema). [Local credentials](/build/credentials/#setting-credentials-for-rill-developer) are used by Rill Developer to connect to sources from your local machine, while [deployment credentials](/deploy/deploy-credentials#configure-environmental-variables-and-credentials-for-rill-cloud) are what is used by Rill Cloud for production workloads. There are a [few ways to setup credentials in Rill Developer](../build/credentials/#setting-credentials-for-rill-developer), however you will need to ensure that they are set up in your `.env` file for a seemless experience. diff --git a/docs/docs/reference/project-files/metrics-view.md b/docs/docs/reference/project-files/metrics-view.md index c0a904787fa..c7b4c18c235 100644 --- a/docs/docs/reference/project-files/metrics-view.md +++ b/docs/docs/reference/project-files/metrics-view.md @@ -42,6 +42,7 @@ In your Rill project directory, create a metrics view, `.yaml`, fi - **`label`** — a label for your dimension _(optional)_ - **`description`** — a freeform text description of the dimension _(optional)_ - **`unnest`** - if true, allows multi-valued dimension to be unnested (such as lists) and filters will automatically switch to "contains" instead of exact match _(optional)_ + - **`uri`** - enable if your dimension is a clickable URL to enable single click navigation _(boolean or valid SQL expression)_ _(optional)_ **`measures`** — Used to define the numeric [aggregates](/build/metrics-view/metrics-view.md#measures) of columns from your data model _(required)_. - **`expression`** — a combination of operators and functions for aggregations _(required)_