Since I want avro files to be targeted, I declared...
# general
m
Since I want avro files to be targeted, I declared it as
sources_globs = ('**/*.avsc', '**/*.avdl')
. When I add this line, I get a bunch of compile errors related to the generated avro not being referenced correctly