From 699c3e17776c8a63dc187c5a58fa91be24c660f0 Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:31:00 +0000 Subject: [PATCH] Updated --- docs/website/docs/general-usage/credentials/config_providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/general-usage/credentials/config_providers.md b/docs/website/docs/general-usage/credentials/config_providers.md index 50f5da1980..efe9491a4b 100644 --- a/docs/website/docs/general-usage/credentials/config_providers.md +++ b/docs/website/docs/general-usage/credentials/config_providers.md @@ -105,7 +105,7 @@ sections and key names are separated by "." into the provider-specific formats. ``` -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. 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`.