Skip to content

Commit 121c488

Browse files
authored
Docs: expand FAQ (#1226)
* Add faq questions * Fix link in external models concepts page * Add more faq questions * Update mkdocs navigation * Add restatement and forward-only plan questions * PR feedback
1 parent f901c78 commit 121c488

6 files changed

Lines changed: 245 additions & 143 deletions

File tree

docs/concepts/models/external_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM
2525
The following sections demonstrate how to create an external model containing metadata about `external_db.external_table`, which contains columns `column_a` and `column_b`.
2626

2727
### Using CLI
28-
Instead of creating the `schema.yaml` file manually, SQLMesh can generate it for you. The [create_external_models](../../../reference/cli#create_external_models) CLI command does exactly this.
28+
Instead of creating the `schema.yaml` file manually, SQLMesh can generate it for you. The [create_external_models](../../reference/cli.md#create_external_models) CLI command does exactly this.
2929

3030
The command locates all external tables referenced in your SQLMesh project, fetches their schemas (column names and types), and then stores them in the `schema.yaml` file.
3131

docs/faq.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)