
Read table, view, and column comments from a DuckLake catalog
Source:R/comments.R
get_table_comments.RdReturns the current comments stored in the lake – via
set_table_comment(), set_column_comments(), create_table()'s label
sync, or any other client – as a tidy data frame.
Value
A data frame with one row per comment: object_type
("table", "view", or "column"), table_name, column_name
(NA for tables and views), and comment. Zero rows when nothing is
commented.
See also
get_metadata_table() for the raw ducklake_tag and
ducklake_column_tag catalog tables.
Other table documentation:
set_column_comments(),
set_table_comment()