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.