Deprecate raw_dir argument in build_tenant_year_task_group().
Make raw_dir and python_preprocess_callable mutually-exclusive arguments in build_dynamic_tenant_year_task_group()
@rlittle08 Additionally, I've copied Python preprocess logging logic into the dynamic task group code. I feel like its absence was a bug, but let me know if this is not the case.
This PR makes the following changes:
raw_dir
argument inbuild_tenant_year_task_group()
.raw_dir
andpython_preprocess_callable
mutually-exclusive arguments inbuild_dynamic_tenant_year_task_group()
@rlittle08 Additionally, I've copied Python preprocess logging logic into the dynamic task group code. I feel like its absence was a bug, but let me know if this is not the case.