stackabletech / stackablectl

Commandline tool to interact with a Stackable Data Platform
Other
8 stars 1 forks source link

[Merged by Bors] - Fix bug that prevents deserializing stacks and demos using serde_yaml 0.9 #103

Closed sbernauer closed 2 years ago

sbernauer commented 2 years ago

Description

With serde_yaml 0.9 a bug was introduced that stopped us from parsing stacks and demos.

cargo r -- demo list 
    Finished dev [unoptimized + debuginfo] target(s) in 0.05s
     Running `target/debug/stackablectl demo list`
[WARN ] Failed to parse demo list from https://raw.githubusercontent.com/stackabletech/stackablectl/main/demos/demos-v1.yaml: demos.trino-taxi-data.manifests[0]: invalid type: map, expected a YAML tag starting with '!' at line 14 column 9

This PR fixes this

Review Checklist

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

sbernauer commented 2 years ago

bors r+

bors[bot] commented 2 years ago

Pull request successfully merged into main.

Build succeeded: