Data pipelines are run via Cloud Build.
-
To run pipelines from the Cloud Console, go to the Cloud Build Triggers section, click the "Run" button for the appropriate trigger, select a revision (usually the "main" branch), and click "Run Trigger".
-
To run pipelines with
gcloud
, rungcloud builds triggers run <trigger name>
. To list all triggers, rungcloud builds triggers list --format="value(name)"
.
Database migrations are run via Cloud Build.
-
To run pipelines from the Cloud Console, go to the Cloud Build Triggers section, click the "Run" button for the "db-migrations" trigger, select a revision (usually the "main" branch), and click "Run Trigger".
-
To run database migrations with
gcloud
, rungcloud builds triggers run db-migrations
.