Skip to content

Draft: Capture table information in YAML files

Andreas Brandl requested to merge ab/ownership-yaml into master

What does this MR do?

As an alternative to !63417 (closed), in this change we store information about tables (owner, description, ...) in YAML files in the codebase.

  1. Based on this, we also populate table comments in the database for convenience.
  2. There is an additional step in CI to check consistency (all tables have a file, each file has a table, internal consistency).
Edited by Andreas Brandl

Merge request reports