From 66266fa290c1e62e79569e936656a372ac6452f4 Mon Sep 17 00:00:00 2001 From: Bart Schuijt Date: Thu, 20 Jul 2023 11:01:21 +0200 Subject: [PATCH] Update modify-owner-column.md Small typo fix. --- website/docs/faqs/Docs/modify-owner-column.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/faqs/Docs/modify-owner-column.md b/website/docs/faqs/Docs/modify-owner-column.md index db06e5af6cf..8395a182bb9 100644 --- a/website/docs/faqs/Docs/modify-owner-column.md +++ b/website/docs/faqs/Docs/modify-owner-column.md @@ -8,7 +8,7 @@ id: modify-owner-column Due to the nature of the field, you won't be able to change the owner column in your generated documentation. -The _owner_ field in `dbt-docs` is pulled from database metdata (`catalog.json`), meaning the owner of that table in the database. With the exception of exposures, it's not pulled from an `owner` field set within dbt. +The _owner_ field in `dbt-docs` is pulled from database metadata (`catalog.json`), meaning the owner of that table in the database. With the exception of exposures, it's not pulled from an `owner` field set within dbt. Generally, dbt's database user owns the tables created in the database. Source tables are usually owned by the service responsible for ingesting/loading them.