diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c75e56f..eb07054 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,10 +11,10 @@ "files.associations": { "*.sql": "jinja-sql" }, - // "[jinja-sql]": { - // "editor.defaultFormatter": "innoverio.vscode-dbt-power-user", - // "editor.formatOnSave": true - // }, + "[jinja-sql]": { + "editor.defaultFormatter": "innoverio.vscode-dbt-power-user", + "editor.formatOnSave": false + }, "[python]": { "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true, diff --git a/README.md b/README.md index bdac26a..bd37844 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ You can check other real-world production implementations of the Datadex pattern ![DAG](https://github.com/datonic/datadex/assets/1682202/c53cced8-7b83-46a9-9ee9-e699301a49bd) - ### 💡 Principles - **Open**: Code, standards, infrastructure, and data, are public and open source. @@ -45,7 +44,7 @@ Datadex consists of several components and requires some setup to get started. The fastest way to start using Datadex is via [VSCode Remote Containers](https://code.visualstudio.com/docs/remote/containers). Once inside the develpment environment, you'll only need to run `make dev` to spin up the [Dagster UI locally](http://127.0.0.1:3000). -[![](https://github.com/codespaces/badge.svg)](https://codespaces.new/davidgasquez/datadex) +[![badge](https://github.com/codespaces/badge.svg)](https://codespaces.new/davidgasquez/datadex) The development environment can also run in your browser thanks to GitHub Codespaces!