def emit_nothing(_context):
     yield AssetMaterialization.file(path='/path/')
 def yield_stuff(_context):
     yield AssetMaterialization.file('/path/to/nowhere')