optimus
optimus copied to clipboard
Move `CompileAssets` from CommandLineMod interface to DepResMod
Description
CompileAsset method in CommandLineMod interface falls out of place and doesn't fit in the interface.
This behaviour is only used in the context of bigquery when the loadmethod is replace (here).
This simplifies the interface for CommandLineMod.
Acceptance Criteria
- [ ] CompileAssets should happen as is for
bq2bq.
Tech Details
- [ ] Move CompileAssets from CLIMod to DepResMod.
- [ ] Clean up CLIMod - survey, protos