Skip to content

Commit

Permalink
docs: Fix incorrect usage of dbt_cube model property (cube-js#8959)
Browse files Browse the repository at this point in the history
  • Loading branch information
AvilaJulio authored and ptiurin committed Nov 27, 2024
1 parent 6ef3ec6 commit 79ea41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guides/dbt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ cubes:
- {{ model.as_cube() }}

dimensions:
{% for column in model.columns() %}
{% for column in model.columns %}
- name: "{{ column.name }}"
sql: "{{ column.sql }}"
type: "{{ column.type }}"
Expand Down

0 comments on commit 79ea41b

Please sign in to comment.