Lucas Ortiz
Lucas Ortiz
This fixes the issue with the default generate_surrogate_key macro. The default macro creates a concat statement, even if it has only one column, while sql server requires at least two...
This PR: - Adds `check-model-parents-name-prefix` hook to `setup.cfg` file - Fixes the docs for the hook - Description of the issue can be found in #260
**Describe the bug** When trying to use the `check-model-parents-name-prefix` check, I get the following error: ``` Check parent model names have certain prefix.............................Failed - hook id: check-model-parents-name-prefix - exit code:...