Skip to content

Commit

Permalink
feat: Remove co2e columns from Travel Impact Model dataset. (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Noman Ali <6115462+noman-aalian@users.noreply.github.com>
Co-authored-by: Adler Santos <adlersantos@google.com>
  • Loading branch information
3 people committed Jul 6, 2022
1 parent 6fa94a7 commit d7179ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 48 deletions.
Expand Up @@ -72,53 +72,29 @@
"mode": "REQUIRED",
"description": "IATA airport code of the destination",
},
{
"name": "economy_co2e_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2e in grams for one passenger in economy cabin including non-CO2 effects",
},
{
"name": "premium_economy_co2e_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2e in grams for one passenger in premium economy cabin including non-CO2 effects",
},
{
"name": "business_co2e_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2e in grams for one passenger in business cabin including non-CO2 effects",
},
{
"name": "first_co2e_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2e in grams for one passenger in first cabin including non-CO2 effects",
},
{
"name": "economy_co2_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2 in grams for one passenger in economy cabin excluding non-CO2 effects",
"description": "Estimated CO2 in grams for one passenger in economy cabin",
},
{
"name": "premium_economy_co2_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2 in grams for one passenger in premium economy cabin excluding non-CO2 effects",
"description": "Estimated CO2 in grams for one passenger in premium economy cabin",
},
{
"name": "business_co2_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2 in grams for one passenger in business cabin excluding non-CO2 effects",
"description": "Estimated CO2 in grams for one passenger in business cabin",
},
{
"name": "first_co2_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2 in grams for one passenger in first cabin excluding non-CO2 effects",
"description": "Estimated CO2 in grams for one passenger in first cabin",
},
],
)
Expand Down
Expand Up @@ -92,38 +92,22 @@ dag:
type: "STRING"
mode: "REQUIRED"
description: "IATA airport code of the destination"
- name: "economy_co2e_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2e in grams for one passenger in economy cabin including non-CO2 effects"
- name: "premium_economy_co2e_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2e in grams for one passenger in premium economy cabin including non-CO2 effects"
- name: "business_co2e_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2e in grams for one passenger in business cabin including non-CO2 effects"
- name: "first_co2e_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2e in grams for one passenger in first cabin including non-CO2 effects"
- name: "economy_co2_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2 in grams for one passenger in economy cabin excluding non-CO2 effects"
description: "Estimated CO2 in grams for one passenger in economy cabin"
- name: "premium_economy_co2_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2 in grams for one passenger in premium economy cabin excluding non-CO2 effects"
description: "Estimated CO2 in grams for one passenger in premium economy cabin"
- name: "business_co2_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2 in grams for one passenger in business cabin excluding non-CO2 effects"
description: "Estimated CO2 in grams for one passenger in business cabin"
- name: "first_co2_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2 in grams for one passenger in first cabin excluding non-CO2 effects"
description: "Estimated CO2 in grams for one passenger in first cabin"

graph_paths:
- "flights_impact_data_gcs_to_bq"

0 comments on commit d7179ce

Please sign in to comment.