Skip to content

Commit

Permalink
adding uri to reference (#6598)
Browse files Browse the repository at this point in the history
  • Loading branch information
royendo authored Feb 10, 2025
1 parent dcd553f commit e2de3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/deploy/deploy-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/docs/reference/project-files/metrics-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ In your Rill project directory, create a metrics view, `<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)_
Expand Down

0 comments on commit e2de3ed

Please sign in to comment.