Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Mar 14, 2024
1 parent c38ee49 commit 699c3e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 699c3e1

Please sign in to comment.