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 12, 2024
1 parent 897a160 commit cf21c09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit cf21c09

Please sign in to comment.