✨ Features
- (duckdb) Add support for authentication using secrets (#4459) @themisvaltinos
- Introduce runtime check for identifier limits per engine (#4432) @VaggelisD
🪲 Bug fixes
- Prevent rich tags from leaking outside the console implementation (#4481) @izeigerman
- (vscode) Detect tcloud.yml file as well (#4486) @benfdking
- (vscode) Make work better with venvs (#4482) @benfdking
- Don't show stacktraces when tests fail (#4485) @izeigerman
- Set plan flag defaults to None in CLI (#4491) @toriwei
- Improve error messages around concurrent plan application (#4490) @izeigerman
- Propagate correct snapshot dict to renderer for virtual statements (#4492) @georgesittas
- Normalize before applying quotes in get_relation and list_relations methods of the runtime dbt adapter (#4494) @izeigerman
- Check for base branch when deploying to prod (#4484) @eakmanrq
- (vscode) Python fix for cll (#4500) @benfdking
- (vscode) Fix lineage graphs (#4501) @benfdking
🧹 Chore
- (vscode) Add integration test (#4487) @benfdking
- Bump sqlglot to v26.19.0 (#4504) @georgesittas
👽 Other
- Better data diff docs in crash course (#4437) @sungchun12