Skip to content

Commit

Permalink
added etk query
Browse files Browse the repository at this point in the history
  • Loading branch information
amlanc1 committed Nov 23, 2023
1 parent b63a702 commit 46686b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/reconfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ def recondestination(dbclient,main_staging_collection,main_table_collection,reco
eventfound=True
if countspayload:
for countsrw in countspayload:
tmp_countsrw=json.dumps(countsrw)
send_countsrw = {}
send_countsrw['ticket_number'] = countsrw['ticket_number']
send_countsrw['count_number'] = countsrw['count_number']
tmp_countsrw=json.dumps(send_countsrw)
countsqrystr = bi_sql_db_obj.prepQuerystr(tmp_countsrw,row['datasource'])
print(countsqrystr)
table_name = bi_violations_table_name
Expand Down

0 comments on commit 46686b8

Please sign in to comment.