[Bug] dbt docs generate does not include Data Type (data stored in iceberg format) #988
Open
2 tasks done
Labels
bug
Something isn't working
Is this a new bug in dbt-spark?
Current Behavior
"dbt docs generate" does not pick up Data Type; column Type is empty
Expected Behavior
Column Type shows data type information as specified in dbt model properties (yaml)
Steps To Reproduce
Dbt command: dbt docs generate
description: 'my test model'
meta:
owner: acme
columns:
data_type: bigint
description: 'Internally managed primary key'
constraints:
data_type: bigint
description: 'Parent.'
constraints:
data_type: string
description: 'Parameter name.'
constraints:
data_type: string
description: 'Parameter value.'
data_type: string
description: 'ID or primary key of the row'
constraints:
Relevant log output
No response
Environment
Additional Context
"dbt run" and "dbt docs generate" complete successfully with no errors, but data type (column Type) is showing blank in docs output
The text was updated successfully, but these errors were encountered: