I created a bundle.yml file to test deployment of a single pipeline. When I run either databricks bundle validate or deploy I get the message Error: error converting YAML to JSON: yaml: found character that cannot start any token.
I've double checked that all tabs are converted to spaces, used a yaml linter to validate the file, and successfully loaded the file in python using PyYAML. If there is an error in the file, it would good to get a pointer to the issue.
cli version: v0.200.1
os: Mac OS 13.4 (M1)