Skip to content

Test BQ schema changes in CI #317

@fbertsch

Description

@fbertsch

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions