optimus icon indicating copy to clipboard operation
optimus copied to clipboard

Move `CompileAssets` from CommandLineMod interface to DepResMod

Open smarchone opened this issue 3 years ago • 0 comments

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

smarchone avatar Sep 14 '22 00:09 smarchone