We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our YAML provider seems to be dropping quotes from string properties:
No YML should be edited that isn't directly related to the feature set being invoked by the package
Errant YAML edits!
Which database are you using dbt with?
The output of dbt debug:
dbt debug
❯ dbt debug 15:15:21 Running with dbt=1.5.1 15:15:21 dbt version: 1.5.1 15:15:21 python version: 3.10.10 15:15:21 python path: /Users/daveconnors/dev/sandbox/dbt-meshify-demo/.venv/bin/python3 15:15:21 os info: macOS-13.2.1-arm64-arm-64bit 15:15:21 Using profiles.yml file at /Users/daveconnors/dev/sandbox/dbt-meshify-demo/profiles.yml 15:15:21 Using dbt_project.yml file at /Users/daveconnors/dev/sandbox/dbt-meshify-demo/dbt_project.yml 15:15:21 Configuration: 15:15:21 profiles.yml file [OK found and valid] 15:15:21 dbt_project.yml file [OK found and valid] 15:15:21 Required dependencies: 15:15:21 - git [OK found] 15:15:21 Connection: 15:15:21 database: jaffle_shop 15:15:21 schema: analytics 15:15:21 path: ./reports/jaffle_shop.duckdb 15:15:21 Connection test: [OK connection ok] 15:15:21 All checks passed!
yes!
should be fairly easy!
The text was updated successfully, but these errors were encountered:
this test still runs properly with the edited yml, but IMO we should strive not to edit anything that we don't intend to
Sorry, something went wrong.
This looks straightforward: https://stackoverflow.com/questions/42094599/preserving-quotes-in-ruamel-yaml
nicholasyager
Successfully merging a pull request may close this issue.
Describe the bug
Our YAML provider seems to be dropping quotes from string properties:
Steps to reproduce
Expected results
No YML should be edited that isn't directly related to the feature set being invoked by the package
Actual results
Errant YAML edits!
System information
Which database are you using dbt with?
The output of
dbt debug
:Are you interested in contributing the fix?
yes!
should be fairly easy!
The text was updated successfully, but these errors were encountered: