From ed57ea57a34af943f6a0a3bda7bcb56d6fbdeed8 Mon Sep 17 00:00:00 2001 From: Ben <9087625+benfdking@users.noreply.github.com> Date: Fri, 25 Jul 2025 10:59:54 +0100 Subject: [PATCH] docs: fix table formatting --- docs/reference/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 40d0eeb26b..5ad6f079d7 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -82,6 +82,7 @@ Configuration for the `sqlmesh plan` command. | `no_diff` | Don't show diffs for changed models (Default: False) | boolean | N | | `no_prompts` | Disables interactive prompts in CLI (Default: True) | boolean | N | | `always_recreate_environment` | Always recreates the target environment from the environment specified in `create_from` (by default `prod`) (Default: False) | boolean | N | + ## Run Configuration for the `sqlmesh run` command. Please note that this is only applicable when configured with the [builtin](#builtin) scheduler.