metabase/metabase

Read SQL Server `MS_Description` extended properties to auto-populate table and column descriptions

Open

#18,500 创建于 2021年10月15日

在 GitHub 查看
 (1 评论) (3 反应) (0 负责人)Clojure (47,314 star) (6,465 fork)batch import
.BackendAdministration/Metadata & SyncDatabase/SQLServerDrainable:YesType:New Featuregood first issue

描述

Microsoft SQL Server provides an "extended properties" feature which enables self-documenting tables and columns. Developers can set descriptions for tables and columns easily with SQL.

In my organization, we've been setting descriptions on every table and column for years and years. Several tools we've used over the years that automatically generate documentation from Microsoft SQL Databases query this metadata.

I was sad to see that metabase did not read any of the descriptions stored within my tables.

I propose a feature request that metabase take advantage of these easily gettable properties to automatically document the tables and columns that it models for Microsoft SQL Server.

See references:

贡献者指南