Open troylepnc opened 8 months ago
I ran into this as well. I randomly tried replacing the data_type key with type and it worked.
In the screenshot you can see the docs generate is picking up the column type where the key is replaced.
I ran into this as well. I randomly tried replacing the data_type key with type and it worked.
In the screenshot you can see the docs generate is picking up the column type where the key is replaced.
Thanks for this. It worked for us
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
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