Skip to content

Commit

Permalink
feat: Rename co2 columns to emissions to make it generic from Travel …
Browse files Browse the repository at this point in the history
…Impact Model dataset. (#418)
  • Loading branch information
noman-aalian committed Jul 25, 2022
1 parent 0c28563 commit e1ac106
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Expand Up @@ -73,28 +73,28 @@
"description": "IATA airport code of the destination",
},
{
"name": "economy_co2_grams_per_pax",
"name": "economy_emissions_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2 in grams for one passenger in economy cabin",
"description": "Estimated emissions in grams for one passenger in economy cabin",
},
{
"name": "premium_economy_co2_grams_per_pax",
"name": "premium_economy_emissions_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2 in grams for one passenger in premium economy cabin",
"description": "Estimated emissions in grams for one passenger in premium economy cabin",
},
{
"name": "business_co2_grams_per_pax",
"name": "business_emissions_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2 in grams for one passenger in business cabin",
"description": "Estimated emissions in grams for one passenger in business cabin",
},
{
"name": "first_co2_grams_per_pax",
"name": "first_emissions_grams_per_pax",
"type": "INTEGER",
"mode": "REQUIRED",
"description": "Estimated CO2 in grams for one passenger in first cabin",
"description": "Estimated emissions in grams for one passenger in first cabin",
},
],
)
Expand Down
Expand Up @@ -92,22 +92,22 @@ dag:
type: "STRING"
mode: "REQUIRED"
description: "IATA airport code of the destination"
- name: "economy_co2_grams_per_pax"
- name: "economy_emissions_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2 in grams for one passenger in economy cabin"
- name: "premium_economy_co2_grams_per_pax"
description: "Estimated emissions in grams for one passenger in economy cabin"
- name: "premium_economy_emissions_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2 in grams for one passenger in premium economy cabin"
- name: "business_co2_grams_per_pax"
description: "Estimated emissions in grams for one passenger in premium economy cabin"
- name: "business_emissions_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2 in grams for one passenger in business cabin"
- name: "first_co2_grams_per_pax"
description: "Estimated emissions in grams for one passenger in business cabin"
- name: "first_emissions_grams_per_pax"
type: "INTEGER"
mode: "REQUIRED"
description: "Estimated CO2 in grams for one passenger in first cabin"
description: "Estimated emissions in grams for one passenger in first cabin"

graph_paths:
- "flights_impact_data_gcs_to_bq"

0 comments on commit e1ac106

Please sign in to comment.