Skip to content

leverage google cloud workflow to orechestrationg concurrent bigquery insert job

Notifications You must be signed in to change notification settings

liuchenggang2014/workflow-bq-concurrent-dml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

wordlfow-bq

  • workflow1: insert2.workflows.yaml, decide by args to run a insert job
  • workflow2: para2.workflows.yaml, invode multiple insert2.workflow.yaml jobs concurrently.
gcloud workflows deploy --source=./insert2.workflows.yaml --location=us-central1 test-insert2
gcloud workflows run test-insert2 --data='{"key1":1}'
gcloud workflows deploy --source=./para2.workflows.yaml --location=us-central1 para2
gcloud workflows run para2

About

leverage google cloud workflow to orechestrationg concurrent bigquery insert job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published