Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

column names in the obfuscate config section are silently omited when they have no chlidren #4

Open
VicDeo opened this issue Jun 16, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@VicDeo
Copy link
Owner

VicDeo commented Jun 16, 2022

A sample config file part:

tables:
  obfuscate:
    table_name:
      column_name_1:
      column_name_2:
        whatever

Expected behavior

Validation error that column_name_1 from table_name has unknown or missing type

Actual behavior

column_name_1 is not visible for validation at all

@VicDeo VicDeo added the bug Something isn't working label Jun 16, 2022
@VicDeo VicDeo changed the title column names in the obfuscate section are silently omited when they have no chlidren column names in the obfuscate config section are silently omited when they have no chlidren Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant