-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Labels
Description
The current high-level Python API is not fully transitioned to the new plan/apply approach. The major pain point is that get_plan() and submit() methods accept profile parameters as arguments. They are hard to maintain and are not kept up-to-date. Introduce new methods with better signatures to make it closer to CLI and HTTP API (they should accept single profile parameter).