sparse-intern-71089
07/08/2023, 12:25 PMbillowy-engine-58246
07/09/2023, 1:42 PMable-airport-31667
07/12/2023, 8:07 PMBar
Resource needs 3 parameters related to Foo
resource.
Then I think it will be more user friendly to write:
Bar(
name="my_resource_name",
foo_object=foo_resource,
)
rather than
Bar(
name="my_resource_name",
foo_input_1=foo_resource.foo_out_1,
foo_input_2=foo_resource.foo_out_2,
foo_input_3=foo_resource.foo_out_3,
)
able-airport-31667
07/12/2023, 8:08 PM