Skip to content

Commit

Permalink
Update parking_cycle_hangars_denormalisation.py
Browse files Browse the repository at this point in the history
Add the extra email column to final query
  • Loading branch information
LBHSBALLEY authored Oct 3, 2023
1 parent 53dde36 commit f7d979f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def spark_sql_query(glue_context, query, mapping, transformation_ctx) -> Dynamic
/*** Output the data ***/
SELECT A.ID, HANGER_ID, KEY_ID, SPACE, PARTY_ID, KEY_ISSUED, DATE_OF_ALLOCATION, ALLOCATION_STATUS, FEE_DUE_DATE, CREATED_BY,
TITLE, FIRST_NAME, SURNAME, ADDRESS1, ADDRESS2, ADDRESS3, POSTCODE, TELEPHONE_NUMBER,
TITLE, FIRST_NAME, SURNAME, ADDRESS1, ADDRESS2, ADDRESS3, POSTCODE, TELEPHONE_NUMBER, A.EMAIL_ADDRESS,
/** Hangar details **/
HANGAR_TYPE, IN_SERVICE, MAINTENANCE_KEY, SPACES, HANGAR_LOCATION, USRN, LATITUDE, LONGITUDE, START_OF_LIFE, END_OF_LIFE,
import_year, import_month, import_day, import_date
Expand Down

0 comments on commit f7d979f

Please sign in to comment.