Skip to content

Conversation

@wild-endeavor
Copy link
Contributor

@wild-endeavor wild-endeavor commented Oct 27, 2025

Why are the changes needed?

Propeller correctly skips nodes in failure scenarios, and abort scenarios. In these instances, there is no node execution data to pull. Flyte Remote needs to skip these nodes when syncing.

What changes were proposed in this pull request?

Catch the exception raised by the get_node_execution_data endpoint.

How was this patch tested?

Tested against user's failure scenario.

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Summary by Bito

This pull request introduces a bug fix that enhances the Flyte Remote functionality by adding exception handling for node execution data retrieval. If data is not found, the process will skip the node instead of raising an error, allowing for graceful handling of failure scenarios.

Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
@flyte-bot
Copy link
Contributor

Bito Automatic Review Skipped - Draft PR

Bito didn't auto-review because this pull request is in draft status.
No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change draft PR review settings here, or contact your Bito workspace admin at eduardo@union.ai.

@wild-endeavor wild-endeavor marked this pull request as ready for review October 27, 2025 21:05
@wild-endeavor wild-endeavor changed the title skip node in sync_node_execution if get node data returns missing error Skip get_node_execution_data if data missing Oct 27, 2025
@wild-endeavor wild-endeavor merged commit a289bcd into master Oct 28, 2025
116 of 117 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants