Skip to content

Commit 69a92d9

Browse files
fix: correct the Ledger job
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent 72e185e commit 69a92d9

File tree

1 file changed

+1
-1
lines changed
  • workshops/relational-migration/load/jobs

1 file changed

+1
-1
lines changed

workshops/relational-migration/load/jobs/Ledger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def row_maker(tick):
2323
row = {
2424
'cust_id': str(ord_id),
2525
'event_id': ord_line_id,
26-
'event_date': event_date
26+
'event_date': event_date,
2727
'account': '1000',
2828
'prod_id': prod_id,
2929
'credit': random.randrange(-50,100),

0 commit comments

Comments
 (0)