Vysali R
10/21/2024, 8:17 AMwith Flow("TEST_FLOW",storage=Module(__name__)) as flow:
file_path = Parameter("file")
trace_context = Parameter("trace_context", default=None)
translations = translate_task(file_path=file_path, context=trace_context)
I would like to view what translations hold. Could some one help me here?Bianca Hoch
10/22/2024, 2:52 PMtranslate_task
is doing? Does it return a value?
As a side note, if you're just getting started, I highly encourage you to start with Prefect 3.0. Here's the documentation to help you out!Bianca Hoch
10/22/2024, 2:54 PM