Skip to content

Deeply Nested Placeholder keys are not replaced #92

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

Closed
xpaulnim opened this issue Sep 23, 2020 · 2 comments
Closed

Deeply Nested Placeholder keys are not replaced #92

xpaulnim opened this issue Sep 23, 2020 · 2 comments

Comments

@xpaulnim
Copy link

xpaulnim commented Sep 23, 2020

For instance, in the following

{
  "InputDataConfig": [
    {
      "ChannelName": "training",
      "DataSource": {
        "S3DataSource": {
          "S3DataDistributionType": "FullyReplicated",
          "S3DataType": "S3Prefix",
          "S3Uri": "$.Payload.cloned_config"
        }
      }
    }
  ]
}

where S3Uri is either ExecutionInput or StepInput should be replaced with S3Uri.$

@wong-a
Copy link
Contributor

wong-a commented Jun 17, 2021

Should be addressed by #142

@shivlaks
Copy link
Contributor

#142 has been merged and will be included in the next released version (v2.2.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants