refact: move id and name to flux
This commit is contained in:
@@ -21,9 +21,11 @@ def test_consume_flux():
|
||||
}
|
||||
|
||||
flux = Flux(
|
||||
id="flux",
|
||||
name="flux",
|
||||
sources=sources,
|
||||
targets=targets,
|
||||
transformation=Transformation(name="func", function=func, extra_kwrds={"extra": "super"}),
|
||||
transformation=Transformation(function=func, extra_kwrds={"extra": "super"}),
|
||||
)
|
||||
|
||||
meta = consume_flux(flux)
|
||||
|
||||
Reference in New Issue
Block a user