Plan Endpoint | POST /v1/projects/-/plans |
Sheet Endpoint | POST /v1/projects/-/sheets |
Plan
contains one or multiple change statements and dictate how they are grouped and ordered. The plan layouts how to execute the change statements.
Sheet
object. Each Sheet
contains one or more change statements.Step
. Each Step
specifies one or more changes units. A change unit specifies the SQL statements via Sheet
and the target database.dependsOnSpecs
with the previous task.