Skip to content

Commit bcb25ea

Browse files
authored
fix incorrect usage of dbt_cube model property
1 parent ab8ad2b commit bcb25ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/guides/dbt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ cubes:
259259
- {{ model.as_cube() }}
260260

261261
dimensions:
262-
{% for column in model.columns() %}
262+
{% for column in model.columns %}
263263
- name: "{{ column.name }}"
264264
sql: "{{ column.sql }}"
265265
type: "{{ column.type }}"

0 commit comments

Comments
 (0)