Created
October 19, 2018 03:18
-
-
Save polleyg/209a28b4bfcfee2c739248f62b41c8c0 to your computer and use it in GitHub Desktop.
Cloud Build file for copy BQ tables using Dataflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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