Skip to content

Commit

Permalink
fix: Update vaccination_access table columns to facility_country_regi…
Browse files Browse the repository at this point in the history
…on_code (#80)

* chore: update to facility_country_region_code

* generated DAG files for schema change

Co-authored-by: Adler Santos <adlersantos@google.com>
  • Loading branch information
goog-pegman and adlersantos committed Jun 9, 2021
1 parent 6b0868e commit 6d01c95
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Expand Up @@ -20,7 +20,7 @@ resource "google_bigquery_table" "facility_boundary_us_all" {
dataset_id = "covid19_vaccination_access"
table_id = "facility_boundary_us_all"


description = "This table is formed by combining the data from the individual US tables of drive, transit and walk. It represents the boundaries of areas surrounding vaccination facilities from which people can reach the facility within certain duration. It is computed for 3 travel modes of drive, transit and walk and for predetermined time periods."

depends_on = [
google_bigquery_dataset.covid19_vaccination_access
Expand All @@ -40,7 +40,7 @@ resource "google_bigquery_table" "facility_boundary_us_drive" {
dataset_id = "covid19_vaccination_access"
table_id = "facility_boundary_us_drive"


description = "This table represents the boundaries of areas surrounding vaccination facilities from which people can reach the facility by driving within predetermined time periods."

depends_on = [
google_bigquery_dataset.covid19_vaccination_access
Expand All @@ -60,7 +60,7 @@ resource "google_bigquery_table" "facility_boundary_us_transit" {
dataset_id = "covid19_vaccination_access"
table_id = "facility_boundary_us_transit"


description = "This table represents the boundaries of areas surrounding vaccination facilities from which people can reach the facility by public transit within predetermined time periods."

depends_on = [
google_bigquery_dataset.covid19_vaccination_access
Expand All @@ -80,7 +80,7 @@ resource "google_bigquery_table" "facility_boundary_us_walk" {
dataset_id = "covid19_vaccination_access"
table_id = "facility_boundary_us_walk"


description = "This table represents the boundaries of areas surrounding vaccination facilities from which people can reach the facility by walking within predetermined time periods."

depends_on = [
google_bigquery_dataset.covid19_vaccination_access
Expand Down
Expand Up @@ -75,7 +75,7 @@ dag:
type: "STRING"
mode: "NULLABLE"
description: "The name of the country or region in English. For example, United States."
- name: "facility_country_code"
- name: "facility_country_region_code"
type: "STRING"
mode: "NULLABLE"
description: "The ISO 3166-1 code for the country or region. For example, US."
Expand Down Expand Up @@ -147,7 +147,7 @@ dag:
type: "STRING"
mode: "NULLABLE"
description: "The name of the country or region in English. For example, United States."
- name: "facility_country_code"
- name: "facility_country_region_code"
type: "STRING"
mode: "NULLABLE"
description: "The ISO 3166-1 code for the country or region. For example, US."
Expand Down Expand Up @@ -219,7 +219,7 @@ dag:
type: "STRING"
mode: "NULLABLE"
description: "The name of the country or region in English. For example, United States."
- name: "facility_country_code"
- name: "facility_country_region_code"
type: "STRING"
mode: "NULLABLE"
description: "The ISO 3166-1 code for the country or region. For example, US."
Expand Down Expand Up @@ -292,7 +292,7 @@ dag:
type: "STRING"
mode: "NULLABLE"
description: "The name of the country or region in English. For example, United States."
- name: "facility_country_code"
- name: "facility_country_region_code"
type: "STRING"
mode: "NULLABLE"
description: "The ISO 3166-1 code for the country or region. For example, US."
Expand Down
Expand Up @@ -81,7 +81,7 @@
"description": "The name of the country or region in English. For example, United States.",
},
{
"name": "facility_country_code",
"name": "facility_country_region_code",
"type": "STRING",
"mode": "NULLABLE",
"description": "The ISO 3166-1 code for the country or region. For example, US.",
Expand Down Expand Up @@ -186,7 +186,7 @@
"description": "The name of the country or region in English. For example, United States.",
},
{
"name": "facility_country_code",
"name": "facility_country_region_code",
"type": "STRING",
"mode": "NULLABLE",
"description": "The ISO 3166-1 code for the country or region. For example, US.",
Expand Down Expand Up @@ -291,7 +291,7 @@
"description": "The name of the country or region in English. For example, United States.",
},
{
"name": "facility_country_code",
"name": "facility_country_region_code",
"type": "STRING",
"mode": "NULLABLE",
"description": "The ISO 3166-1 code for the country or region. For example, US.",
Expand Down Expand Up @@ -396,7 +396,7 @@
"description": "The name of the country or region in English. For example, United States.",
},
{
"name": "facility_country_code",
"name": "facility_country_region_code",
"type": "STRING",
"mode": "NULLABLE",
"description": "The ISO 3166-1 code for the country or region. For example, US.",
Expand Down

0 comments on commit 6d01c95

Please sign in to comment.