This is a bit of a difficult task, but the request is basically the following: 1. Create BQ schema from before-commit and after-commit 2. Create table in BQ with before-commit schema (`bq mk`) 3. Update table in BQ with after-commit schema (`bq update`) 4. Insert the sample data from validation directory None of these steps should fail, and the validation data should be fully accessible.