From 266ebff18d5fe980e515ef7ea693cec29b4cb975 Mon Sep 17 00:00:00 2001 From: ialdg <39755524+ialdg@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:20:24 +0200 Subject: [PATCH] Update schema.md Hi. This modification proposal is intended to correct a possible mistake, in regard to how the full qualified name of a seed would be built. I think there's a mistake since the present name uses the name of the subfolder as the seed model name. Regards. IL. --- website/docs/reference/resource-configs/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/schema.md b/website/docs/reference/resource-configs/schema.md index 3852ee4e639..6a7d9dabbf6 100644 --- a/website/docs/reference/resource-configs/schema.md +++ b/website/docs/reference/resource-configs/schema.md @@ -40,7 +40,7 @@ seeds: +schema: mappings ``` -This would result in the generated relation being located in the `mappings` schema, so the full relation name would be `analytics.mappings.product_mappings`. +This would result in the generated relation being located in the `mappings` schema, so the full relation name would be `analytics.mappings.seed_name`.