Skip to content

Latest commit

 

History

History

export-to-bigquery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Batch Workflows samples

This directory contains samples of Batch related GCP workflows

Common prerequisites for all samples

Samples

export-to-bigquery-delete-batch-jobs

  • This workflow will try to create big query dataset and table, it then will export the jobs into the big query table and delete the exported jobs.
  • To run this workflow, the proper IAM roles should be granted to work with Big Query, for more details, please refer to BigQuery permissions and predefined IAM roles.
  • The arguments of the workflow are:
    • project
    • location
    • job_filter: Used with list/delete the Batch jobs, default to list FAILED or SUCCEEDED Batch jobs which are created before 2023/05/01 for demonstration purpose
    • page_size: default to 100
    • dateset_id: default is default_dataset_id
    • table_id: default is default_table_id
  • The schema of the big query table is three string type columns: name, uid, job.