You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requested feature of preserving quotes was acknowledged here #127 but currently it seems, that the config flag of preserve_quotes does nothing. I tried it with both false and true but running dbt-osmosis yaml refactor still gives exactly the same results i.e. still cleans up the quotes automatically.
Its working for me using this as an example. These are all set directly on the ruamel YAML round trip serializer instance. I tested modifying the preserve_quotes abck and forth and it worked as expected so having trouble reproducing.
Hi
requested feature of preserving quotes was acknowledged here #127 but currently it seems, that the config flag of
preserve_quotes
does nothing. I tried it with bothfalse
andtrue
but runningdbt-osmosis yaml refactor
still gives exactly the same results i.e. still cleans up the quotes automatically.Version
1.1.9
dbt-osmosis config
Original
How it is
How it should be
Like the "original" without no quotation changes.
Thanks 🙂
The text was updated successfully, but these errors were encountered: