File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 33{
44 "name" : " dbt-databricks" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/python:1-3.12 -bullseye" ,
6+ "image" : " mcr.microsoft.com/devcontainers/python:1-3.9 -bullseye" ,
77 "features" : {
88 "ghcr.io/devcontainers-extra/features/hatch:2" : {}
99 },
2727 ".pytest_cache" : true ,
2828 "**/__pycache__" : true
2929 },
30- "python.analysis.diagnosticMode" : " workspace" ,
3130 "python.analysis.enablePytestSupport" : true ,
3231 "python.defaultInterpreterPath" : " .hatch/bin/python" ,
3332 "python.envFile" : " test.env" ,
3433 "python.testing.pytestEnabled" : true ,
3534 "python.languageServer" : " Pylance" ,
3635 "ruff.fixAll" : true ,
37- "ruff.format.args" : [
38- " --config=pyproject.toml"
39- ],
40- "ruff.lint.args" : [
41- " --config=pyproject.toml"
42- ],
4336 "[python]" : {
4437 "editor.defaultFormatter" : " charliermarsh.ruff" ,
4538 "editor.codeActionsOnSave" : {
Original file line number Diff line number Diff line change 77### Under the Hood
88
99- Refactoring of some connection internals ([929](https://github.com/databricks/dbt-databricks/pull/929))
10+ - Adding a Dev Container configuration to simplify onboarding of new contributors ([882](https://github.com/databricks/dbt-databricks/pull/882))
1011
1112## dbt-databricks 1.9.5 (Feb 13, 2025)
1213
You can’t perform that action at this time.
0 commit comments