Skip to content

Commit

Permalink
Changes to dedupe to include createdby.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumathi.thirumani committed Feb 2, 2023
1 parent 492cdce commit 33ee2eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class dedupeproducermessage(object):
def __init__(self,s3filepath,bcgovcode,requestnumber,filename,ministryrequestid,attributes,batch,jobid,trigger) -> None:
def __init__(self,s3filepath,bcgovcode,requestnumber,filename,ministryrequestid,attributes,batch,jobid,trigger,createdby) -> None:
self.s3filepath = s3filepath
self.bcgovcode=bcgovcode
self.requestnumber = requestnumber
Expand Down

0 comments on commit 33ee2eb

Please sign in to comment.