Skip to content

Commit

Permalink
Fix deprecated client to work with kfp-server-api 2.0.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
therc committed Aug 19, 2024
1 parent 8041ea8 commit 46dbfa1
Showing 1 changed file with 143 additions and 93 deletions.
Loading

0 comments on commit 46dbfa1

Please sign in to comment.