Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't extend pipelines with Pusher component #439

Open
alexgeorgousis opened this issue Jan 16, 2025 · 0 comments
Open

Don't extend pipelines with Pusher component #439

alexgeorgousis opened this issue Jan 16, 2025 · 0 comments

Comments

@alexgeorgousis
Copy link
Contributor

Is your feature request related to a problem? Please describe

The KFP Operator optionally adds a Pusher component to pipelines during compilation, if one doesn't already exist. The problem with this is that the Pusher is TFX specific, which means:

  • It won't make sense if we start supporting other frameworks in the future
  • It forces us to keep TFX (which is quite large) as a dependency in the KFP Operator codebase

As a bonus, it'll also simplify the Python compiler code :)

Describe the solution you'd like

Quite simple: remove the functionality that adds a Pusher component to TFX pipelines.

@alexgeorgousis alexgeorgousis changed the title Don't add Pusher component to pipelines Don't extend pipelines with Pusher component Jan 16, 2025
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

No branches or pull requests

1 participant