colossal-nightfall-74781
06/25/2025, 9:16 PMasync _get method of AsyncConnecorExecutorMixin and use the resource output as input for my deck? If I invoke Deck.publish() inside that method, will it show in the Flyte Console?glamorous-carpet-83516
06/25/2025, 9:23 PMraw_output_prefix/deck.html , and console will real the deck file from that path. Therefore, if you call publish in the _get method, the deck file will be uploading to raw_output_prefix/deck.html as well, and the console should show it.colossal-nightfall-74781
06/25/2025, 9:23 PMglamorous-carpet-83516
06/25/2025, 9:25 PM