Skip to content

Add docs link to failure message in sharding key spec

Tiger Watson requested to merge add-not-null-docs-link-to-sharding-key-spec into master

What does this MR do and why?

In !146451 (merged) tests were added that ensure tables with multiple sharding keys are backed by a database constraint. We want these constraints to be created using the add_multi_column_not_null_constraint helper, so to make this clearer we now link to the relevant docs in the spec failure message.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Tiger Watson

Merge request reports