Couldn't create omegaconf with AWS tokens #811
igovindarajan-fincad
started this conversation in
General
Replies: 1 comment 4 replies
-
Try escaping the dollar sign with a backslash: >>> omegaconf.OmegaConf.create({"s3":"\${Token[TOKEN.186]}"}) For in-depth information on the omegaconf interpolation grammar, including what characters to escape and when, you can look at:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AWS tokens is of the form
${Token[TOKEN.186]}
. Latest omegaconf complaints as below.omegaconf.errors.GrammarParseError: missing BRACKET_CLOSE at '.'
when I try the following code:This was working fine until
2.1.0.dev19
. Can this be supported in the next version. By which omegaconf latest versions can be used in AWS CDK projects/repo. Thank you!Beta Was this translation helpful? Give feedback.
All reactions