Paco Ibañez
12/29/2022, 8:18 PMrun_deployment("transformation_1", ...) # returns a df as result that is persisted to azure storage
run_deployment("transformation_2", ...) # needs the dataframe returned by `transformation_1` as input
should I manually save the df to storage in transformation_1
and pass the url to transformation_2
?Zanie
12/29/2022, 9:35 PMPaco Ibañez
12/29/2022, 9:49 PMstate.result()
in the orchestrator flow to then pass it to the second run_deployment
?Zanie
12/29/2022, 10:11 PMPaco Ibañez
12/30/2022, 6:53 PM