Skip to content

Commit

Permalink
Merge pull request bcgov#1575 from stevenc987/main
Browse files Browse the repository at this point in the history
NR Duplicates Report Broken on PROD#23431
  • Loading branch information
stevenc987 authored Sep 19, 2024
2 parents 4e9e272 + e914e9e commit 85a0c62
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion jobs/nr-duplicates-report/daily/nr-duplicates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
" LEFT OUTER JOIN receipts r \n",
" ON r.invoice_id = i.id \n",
"WHERE \n",
" created_on >=:payments_start_date\n",
" i.created_on >=:payments_start_date\n",
" and i.invoice_status_code = 'PAID'\n",
" and i.business_identifier like 'NR%'\n",
" and i.paid <> 101.5\n",
Expand Down
51 changes: 26 additions & 25 deletions jobs/nr-duplicates-report/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
jupyter
SQLAlchemy==1.3.16
psycopg2-binary==2.8.5
ipython-sql
simplejson
pandas
matplotlib
spacy
papermill
schedule
attrs==19.2.0
certifi==2020.4.5.1
Click==7.1.2
cx-Oracle==8.1.0
df2gspread
Flask==1.1.2
future==0.18.2
gspread
Jinja2==3.0
markupsafe==2.0.1
python-dateutil==2.8.2
pytz==2020.1
importlib-metadata==3.6.0
idna==2.9
importlib-metadata==3.6
ipython-sql
itsdangerous==2.0.1
jsonschema==3.2.0
Jinja2==3.0.3
jsonschema[format_nonpl]
jupyter
jupyterlab-server==2.15.2
markupsafe==2.0.1
marshmallow==2.20.5
matplotlib
more-itertools==7.2.0
six==1.14.0
oauth2client
pandas
papermill
psycopg2-binary==2.8.5
pyrsistent==0.16.0
Flask==1.1.2
Click==7.1.2
python-dateutil==2.8.1
python-dotenv==0.13.0
pytz==2019.3
requests==2.23.0
marshmallow==2.20.5
Werkzeug==0.16.1
certifi==2020.4.5.1
schedule
simplejson
six==1.14.0
SQLAlchemy==1.3.16
spacy
urllib3==1.25.9
idna==2.9
cx-Oracle==8.1.0
oauth2client
Werkzeug==0.16.1

0 comments on commit 85a0c62

Please sign in to comment.