bumpy-match-83743
02/08/2024, 8:18 PMfaint-rocket-14513
02/08/2024, 8:18 PMFlyteRemote~/.flyte/config.yamlFlyteRemotefetch_execution.outputsfrom flytekit.remote import FlyteRemote  # Initialize the FlyteRemote client remote = FlyteRemote.from_config_file("~/.flyte/config.yaml")  # Fetch the execution object execution = remote.fetch_execution(project="your_project", domain="your_domain", name="your_execution_name")  # Retrieve the outputs outputs = execution.outputs print(outputs)