Skip to content

Conversation

@kmontemayor2-sc
Copy link
Collaborator

Scope of work done

Add default notification email to kfp pipeline

Do this so we can compile the pipeline without needing some "default" email.

As discussed offline we need to do it this way - there doesn't seem to be a way to get the KFP DSL to play nicely with this.

Where is the documentation for this feature?: N/A

Did you add automated tests or write a test plan?

Updated Changelog.md? NO

Ready for code review?: NO

Copy link
Collaborator

@svij-sc svij-sc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussed alternatives offline

stop_after: Optional[str] = None,
notification_emails: Optional[List[str]] = None,
# We need to provide *some* notification emails, other wise the cleanup component will fail.
notification_emails: List[str] = [get_resource_config().service_account_email],
Copy link
Collaborator

@svij-sc svij-sc Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this also fix make compile_gigl_kubeflow_pipeline ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that issue is due to no pipeline path being provided, it's separate.

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.

5 participants