Skip to content

Instantly share code, notes, and snippets.

@nodirt
Last active February 23, 2018 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nodirt/b3a831773766855bba08117f6207c85c to your computer and use it in GitHub Desktop.
Save nodirt/b3a831773766855bba08117f6207c85c to your computer and use it in GitHub Desktop.
[cr go] proto $ (completed_builds) bqschemaupdater -message buildbucket.events.BuildCompleted -table cr-buildbucket-dev.experimental.completed_builds
Updating table "cr-buildbucket-dev.experimental.completed_builds"
The following changes to the schema will be made.
================================================================================
--- Current
+++ New
@@ -76,6 +76,9 @@
repeated STRING tags
INTEGER x
+
+ // this is Y.
+ INTEGER y
}
// Time of the event creation.
================================================================================
Continue? [y/N]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment