-
Notifications
You must be signed in to change notification settings - Fork 222
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
_env keyword not mentioned in the documentation #1656
Comments
Hello, @FredericoCoelhoNunes Thank you for reporting that. As far as I know, |
Hello @hiroyuki-sato , thanks for replying. I didn't understand if you were asking me to create the PR, but I don't think I have the availability to do that; besides, I am not even 100% sure how the |
Hello, @FredericoCoelhoNunes
Could you try the following example? _export:
myapp:
key1: val1
+task1:
sh>: env
_env:
myapp_key1: ${myapp.key1}
You also use |
@hiroyuki-sato yep, that is how I've seen it being used in the past. Thanks! |
The Github repo links to this documentation: https://docs.digdag.io/
However, the
_env
keyword is not mentioned there. It is, however, mentioned here: https://docs.treasuredata.com/display/public/PD/How+to+use+Secrets+in+Custom+ScriptsWhich is the most updated documentation page?
The text was updated successfully, but these errors were encountered: