Support persist_docs for column descriptions
See original GitHub issuedbt 0.17.0 adds support for persist_docs = {'columns': true} on all core adapters.
In Apache Spark, column-level comments are only supported during table creation with a full column specification. I think that adding column comments as an alter table command may only be possible for Delta tables.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Support persist_docs for column descriptions · Issue #84 · dbt ...
In Apache Spark, column-level comments are only supported during table creation with a full column specification. I think that adding column ...
Read more >persist_docs | dbt Developer Hub
Optionally persist resource descriptions as column and relation comments in the database. By default, documentation persistence is disabled, ...
Read more >How to persist column descriptions in BigQuery tables
1 Answer 1 · Sources unsupported persist_docs -> sources tab · External Tables unsupported (Can't find in docs again but read today in...
Read more >Captain Obvious' Guide to Column Descriptions - Dataedo Blog
Captain Obvious' Guide to Column Descriptions - Data Dictionary Best Practices ... Some may think that table and column names are enough.
Read more >Can Looker import descriptions from Snowflake?
I'm using dbt to push descriptions to Snowflake using the persist docs functionality. I am now wondering if Looker can import the Snowflake ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I changed the syntax from
ALTER COLUMNtoCHANGE COLUMNand it’s now working. I ran that against 100+ models, around 10 times and no exceptionI will