File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
docs/pages/reference/python Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -400,16 +400,10 @@ print(column.type)
400400# For example, 'string'
401401` ` `
402402
403- Column types should match [dimension types][ref-dimension-types] or a few
404- supported aliases :
405-
406- | Column types | Dimension type |
407- | --------------------------------------- | -------------- |
408- | `time`, `date`, `datetime`, `timestamp` | `time` |
409- | `string` | `string` |
410- | `number`, `numeric` | `number` |
411- | `boolean`, `bool` | `boolean` |
412- | `geo`, `geography` | `geo` |
403+ ` cube_dbt` package applies a set of heuristics to map database-specific
404+ types to [dimension types][ref-dimension-types]. You can check the [source
405+ code](https://github.com/cube-js/cube_dbt/blob/main/src/cube_dbt/column.py#L217-L233)
406+ for implementation details.
413407
414408If a column type is not defined in the metadata of a dbt project, `string`
415409is used by default.
You can’t perform that action at this time.
0 commit comments