From 980a2abe79c0d80f7df70ebf462e7acdb02ea2d2 Mon Sep 17 00:00:00 2001 From: morgan-at-cube <153563892+morgan-at-cube@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:34:23 -0700 Subject: [PATCH] Update dbt.mdx Add description from dbt manifest --- docs/pages/guides/dbt.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/guides/dbt.mdx b/docs/pages/guides/dbt.mdx index 86616de28f962..36087b2efdb35 100644 --- a/docs/pages/guides/dbt.mdx +++ b/docs/pages/guides/dbt.mdx @@ -263,6 +263,7 @@ cubes: - name: "{{ column.name }}" sql: "{{ column.sql }}" type: "{{ column.type }}" + description: "{{ column.description }}" meta: source: dbt {% endfor %} @@ -361,4 +362,4 @@ of the REST API. [link-dbt-docs-columns]: https://docs.getdbt.com/reference/resource-properties/columns [link-dbt-materializations]: https://docs.getdbt.com/docs/build/materializations [link-smart-open]: https://pypi.org/project/smart-open/ -[link-boto3]: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-examples.html \ No newline at end of file +[link-boto3]: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-examples.html