vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
New columns added to bottom of yaml file instead of in order
Expected behavior
When saving in the documentation editor to an existing yaml file, I expected that the columns would be in the order they're stored in the database.
Actual behavior
Instead, new columns are appended to the bottom of yaml file.
Steps To Reproduce
- Have an existing schema.yaml for a dbt model
- Add a column to the middle of the model
- Run model
- In the documentation editor, sync with database
- Save to the yaml file
Log output/Screenshots
No response
Operating System
OS Sequoia 15.1.1
dbt version
1.8.7
dbt Adapter
bigquery
dbt Power User version
v0.50.5
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!