Skip to content

Instantly share code, notes, and snippets.

@polleyg
Created October 19, 2018 03:18
Show Gist options
  • Save polleyg/209a28b4bfcfee2c739248f62b41c8c0 to your computer and use it in GitHub Desktop.
Save polleyg/209a28b4bfcfee2c739248f62b41c8c0 to your computer and use it in GitHub Desktop.
Cloud Build file for copy BQ tables using Dataflow
steps:
- name: gcr.io/cloud-builders/git
args: ['clone', 'https://github.com/polleyg/gcp-dataflow-copy-bigquery.git']
- name: gcr.io/cloud-builders/gradle
args: ['build', 'run']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment