Since upgrading to 0.8.28, some of my recipes have...
# troubleshoot
m
Since upgrading to 0.8.28, some of my recipes have stopped working. Variable subst is broken when used inside a complex YAML:
Copy code
transformers:
  - type: "simple_add_dataset_terms"
    config:
      term_urns: 
        - ${TERM_URN}
TERM_URN
is never replaced. I know there has been code changes (this and this) in the past few days, anyone knows if it is fixing this issue?
Just answered my own question and it does fix it.
d
cool 🙂