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

fix(sdk): Fix deprecated client to work with kfp-server-api 2.0.1 #11109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 19, 2024

  1. Fix deprecated client to work with kfp-server-api 2.0.1

    The deprecated client is currently broken, as it refers to APIs that
    don't exist anymore. This change makes things less broken, but there
    might be more fixes needed.
    
    Basically:
    
    1. Job -> RecurringRun
    2. adapt code from current client that warns for FOO_job() and
       forwards to FOO_recurring_run()
    3. adapt some code from create_recurring_run()
    4. version the APIs: "Api" -> "V2beta1"
    
    Signed-off-by: Rudi C <rudi@ctrl-labs.com>
    therc committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    35ece08 View commit details
    Browse the repository at this point in the history