Tiri Georgiou
03/21/2022, 8:58 AMrun_launcher:
module: dagster_aws.ecs
class: "EcsRunLauncher"
config:
secrets:
- name: "SLACK_TOKEN"
valueFrom: "arn:aws:secretsmanager:eu-west-1:XXXXXXXX:secret:dagster/slack-a8jmKZ:SLACK_TOKEN::"
Because when I build this on ECS I’m faced with some sort of yaml error
2022-03-21T08:41:26.634+00:00 raise ScannerError(None, None,
2022-03-21T08:41:26.634+00:00
Copy
yaml.scanner.ScannerError: mapping values are not allowed here
yaml.scanner.ScannerError: mapping values are not allowed here
2022-03-21T08:41:26.634+00:00
Copy
in "/opt/dagster/dagster_home/dagster.yaml", line 16, column 106
in "/opt/dagster/dagster_home/dagster.yaml", line 16, column 106
on my cloudwatchrun_launcher:
module: dagster_aws.ecs
class: "EcsRunLauncher"
config:
secrets:
- name: "SLACK_TOKEN"
valueFrom: "arn:aws:secretsmanager:eu-west-1:XXXXXXXX:secret:dagster/slack-a8jmKZ:SLACK_TOKEN::"
something to notejordan
03/21/2022, 2:18 PMTiri Georgiou
03/25/2022, 2:46 PMjordan
03/25/2022, 2:48 PMTiri Georgiou
03/25/2022, 2:49 PM