Skip to content

Commit

Permalink
Merge pull request #1444 from LBHackney-IT/LBHSBALLEY-patch-5
Browse files Browse the repository at this point in the history
Update parking_cycle_hangars_denormalisation.py
  • Loading branch information
LBHSBALLEY authored Oct 3, 2023
2 parents 53dde36 + f7d979f commit e02f4dd
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 e02f4dd

Please sign in to comment.