From cf21c09e7a0b174f983e98d3f12c5955a2473e1c Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Tue, 12 Mar 2024 03:45:18 +0000 Subject: [PATCH] Updated --- .../website/docs/general-usage/credentials/config_providers.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/website/docs/general-usage/credentials/config_providers.md b/docs/website/docs/general-usage/credentials/config_providers.md index e6eed10977..1212eeb09e 100644 --- a/docs/website/docs/general-usage/credentials/config_providers.md +++ b/docs/website/docs/general-usage/credentials/config_providers.md @@ -105,8 +105,7 @@ sections and key names are separated by "." into the provider-specific formats. ``` -1. When `dlt` evaluates a request like 'dlt.secrets["my_section.gcp_credentials"]', it looks for it as follows: - +1. When `dlt` evaluates the request dlt.secrets["my_section.gcp_credentials"] it must find the private_key for Google credentials. It looks for it as follows: 1. It first searches for environment variable `MY_SECTION__GCP_CREDENTIALS__PRIVATE_KEY` and if not found, 1. in `secrets.toml` file under `my_section.gcp_credentials.private_key`.