Adam Wong

Results 26 comments of Adam Wong

Confirmed this works in v1.75.0 released today. @justinmk3 can you close?

Thanks for the feature request. An escape hatch to allow any ASL features directly makes sense to have

> I've also tried to replace container_arguments for ["--fecha", execution_input["Fecha"]] > But in both cases it doesn't work. Can you elaborate on the behaviour you are seeing?

Thanks for the additional details. The problem is likely that ProcessingStep passes `container_arguments` directly to `sagemaker.workflow.airflow#processing_config https://github.com/aws/aws-step-functions-data-science-sdk-python/blob/02ed72b10d7c0dbfb3e404b1e183c309c040bfaa/src/stepfunctions/steps/sagemaker.py#L558-L561 The work should be similar to https://github.com/aws/aws-step-functions-data-science-sdk-python/pull/155 With some slight differences because difference...

I can't repro this on VS Code either. The issue seems localized to Coder. Using a fresh install of code-server [4.18.0](https://github.com/coder/code-server) and extension 1.96.0, none of the step functions commands...

Expected behaviour: Toggle Line Comment / Toggle Block Comment should comment or uncomment the selected line in an AS YML document. This is not unique to asl-yaml. ssm-yaml has the...