You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support persisting docs for relations (tables and views)
Support persisting docs for columns in tables and views
Syntax:
comment on table {{ relation }} is $__dbt_comment__${{ comment }}$__dbt_comment__$;
comment on column {{ relation }}.{{ column }} is $__dbt_comment__${{ comment }}$__dbt_comment__$
If the project specifies a column that does not exist in the destination table, the comment on column statement may fail. This is the desired behavior.
The text was updated successfully, but these errors were encountered:
Child issue of #1573
Notes:
To do:
Syntax:
If the project specifies a column that does not exist in the destination table, the
comment on column
statement may fail. This is the desired behavior.The text was updated successfully, but these errors were encountered: