-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Updated Config providers docs #1071
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
``` | ||
|
||
|
||
1. When `dlt` evaluates a request like 'dlt.secrets["my_section.gcp_credentials"]', it looks for it as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace this sentence with this please:
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:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fragments of code should be highlighted as code
dlt.secrets[“my_section.gcp_credentials”] -> dlt.secrets["my_section.gcp_credentials"]
yeah, done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private_key should be as code too
Description
Documentation update
Related Issues
Additional Context