Skip to content

Commit e06121d

Browse files
author
Alex Meadows
committed
process_tracker_python-123 Add Process Tracker finder
Added option to pass ProcessTracker a process_tracking_id which will recreate an existing process run instance. This is designed specifically for processes that are still running and have not already completed. This also included two new methods for retrieving source and target records at the correct granularity. Closes #123
1 parent 3a1c1ed commit e06121d

File tree

5 files changed

+693
-388
lines changed

5 files changed

+693
-388
lines changed

Pipfile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@ python-coveralls = "*"
1212
[packages]
1313
boto3 = "*"
1414
Click = "*"
15-
sqlalchemy = "==1.3.7"
16-
sqlalchemy-utils = "==0.34.1"
15+
sqlalchemy = "*"
16+
sqlalchemy-utils = "*"
1717
python-dateutil = "*"
1818
psycopg2-binary = "*"
1919
google-compute-engine = "*"
20-
snowflake-sqlalchemy = "==1.1.14"
20+
snowflake-sqlalchemy = "*"
2121
pymysql = "*"
2222
cx-oracle = "*"
2323
pymssql = "*"
24-
werkzeug = "==0.15.5"
25-
snowflake-connector-python = "==1.8.7"
26-
pyyaml = "==5.1.2"
27-
pytz = "==2019.2"
28-
pyrsistent = "==0.15.4"
29-
jsonschema = "==3.0.2"
30-
setuptools = "==41.1.0"
31-
aws-sam-translator = "==1.13.2"
32-
cfn-lint = "==0.23.3"
33-
coveralls = "==1.8.2"
34-
coverage = "==4.5.4"
35-
jsonpatch = "==1.24"
36-
jsondiff = "==1.2.0"
37-
python-coveralls = "==2.9.3"
24+
werkzeug = "*"
25+
snowflake-connector-python = "*"
26+
pyyaml = "*"
27+
pytz = "*"
28+
pyrsistent = "*"
29+
jsonschema = "*"
30+
setuptools = "*"
31+
aws-sam-translator = "*"
32+
cfn-lint = "*"
33+
coveralls = "*"
34+
coverage = "*"
35+
jsonpatch = "*"
36+
jsondiff = "*"
37+
python-coveralls = "*"
3838

3939
[requires]
4040
python_version = "3.7"

0 commit comments

Comments
 (0)