Skip to content

Commit

Permalink
Added missing comma after importdatetime on line 37 of the embedded SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefarrhackneygovuk committed Nov 21, 2024
1 parent 304c373 commit 1838f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jobs/parking/parking_bailiff_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
SELECT
A.*, B.*,
format_datetime(CAST(CURRENT_TIMESTAMP AS timestamp), 'yyyy-MM-dd HH:mm:ss') AS importdatetime
format_datetime(CAST(CURRENT_TIMESTAMP AS timestamp), 'yyyy-MM-dd HH:mm:ss') AS importdatetime,
format_datetime(current_date, 'yyyy') AS import_year,
format_datetime(current_date, 'MM') AS import_month,
format_datetime(current_date, 'dd') AS import_day,
Expand Down

0 comments on commit 1838f2f

Please sign in to comment.