Tom Forbes
06/29/2021, 3:11 PMwith Flow() as flow:
s3_path = get_output_from_task(project="abc", flow="test-flow")
dataframe = read_data_from_s3(s3_path=s3_path)
I see this is kind of supported by directly using the graphql API, and maybe having some convention around terminal output tasks, but I was wondering if there was a better wayKevin Kho
Tom Forbes
06/29/2021, 3:25 PMKevin Kho
Kevin Kho
Kevin Kho