dbt-core v1.6.3
dbt-core 1.6.3 - September 19, 2023
Features
- Add --no-inject-ephemeral-ctes flag for
compile
command, for usage by linting. (#8480)
Fixes
- Add explicit support for integers for the show command (#8153)
- make version comparison insensitive to order (#8571)
Under the Hood
- Fix test_numeric_values to look for more specific strings (#8470)