baleen icon indicating copy to clipboard operation
baleen copied to clipboard

Warn when an alias is used

Open kdallmeyer-sr opened this issue 6 years ago • 1 comments

Since Baleen supports aliases, add validation code to warn if an alias is used. This assumes that underlying model (Avro, XML, etc) can handle aliases and that aliases were added specifically to the data description because it can happen. Therefore this is a warning and not an error.

kdallmeyer-sr avatar Jul 12 '18 16:07 kdallmeyer-sr

Good call that alias wasn't actually being used during validation. This pull request will change aliased fields from an error (if required) to a warning. Really the alias field should apply the attribute validation to the aliased attribute.

HawaiianSpork avatar Jul 13 '18 15:07 HawaiianSpork