Terraform configuration to create:
- BigQuery Dataset
- BigQuery Table
- BigQuery Job - Loads CSV + JSON
NOTE: Qwiklabs requires some values to be defined as part of the provisioning process.
gcp_project_id = "my-gcp-project"
gcp_region = "us-central1"
gcp_zone = "us-central1-a"
| Field | Description |
|---|---|
| N/A | N/A |
Commits to the repository will initiate the automated QA proces.
It is highly recommended that modules are tested locally before making a commit.
DO NOT raise a PR on code that does not pass integration tests.