GoogleCloudPlatform / bigquery-antipattern-recognition

Utility to identify and rewrite common anti patterns in BigQuery SQL syntax
Apache License 2.0
76 stars 26 forks source link

Create Cloud Build Testing Framework #67

Closed afleisc closed 3 months ago

afleisc commented 3 months ago

Add a cloudbuild.yaml file that:

  1. Creates a new image and uploads it to Artifact Repository
  2. Updates a cloud run job with the new image
  3. Runs a cloud run job with the new antipattern image
  4. Compares the output results to a reference table
  5. Truncates the output table for cleanup

After merging, we will need to update the trigger to run the build where we see fit

afleisc commented 3 months ago

creating a new PR bc of missing CLA