InfoTracker 0.3.1__py3-none-any.whl → 0.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- infotracker/__init__.py +1 -1
- infotracker/cli.py +11 -0
- infotracker/engine.py +27 -11
- infotracker/infotracker.yml +1 -1
- infotracker/io_utils.py +312 -0
- infotracker/lineage.py +143 -13
- infotracker/models.py +4 -0
- infotracker/openlineage_utils.py +16 -0
- infotracker/parser.py +1748 -229
- {infotracker-0.3.1.dist-info → infotracker-0.4.0.dist-info}/METADATA +1 -1
- infotracker-0.4.0.dist-info/RECORD +17 -0
- infotracker-0.3.1.dist-info/RECORD +0 -16
- {infotracker-0.3.1.dist-info → infotracker-0.4.0.dist-info}/WHEEL +0 -0
- {infotracker-0.3.1.dist-info → infotracker-0.4.0.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: InfoTracker
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.4.0
|
4
4
|
Summary: Column-level SQL lineage, impact analysis, and breaking-change detection (MS SQL first)
|
5
5
|
Project-URL: homepage, https://example.com/infotracker
|
6
6
|
Project-URL: documentation, https://example.com/infotracker/docs
|
@@ -0,0 +1,17 @@
|
|
1
|
+
infotracker/__init__.py,sha256=24QmhvY7tvX4RPOfQe3--tDGgQDZatilL5iTOxh7Nck,57
|
2
|
+
infotracker/__main__.py,sha256=_iCom0ddZ1myy6ly3ID1dBlLzzjf7iV7Kq9uUfkat74,121
|
3
|
+
infotracker/adapters.py,sha256=UEQeGSS3_fMOc5_Jsrw5aTtmIXlOdqqbHWL2uSgqkGM,3011
|
4
|
+
infotracker/cli.py,sha256=3lvFBn3KyglqOE7qOu9Y8Koi30ktbxlTkjd_O90Cbk4,6675
|
5
|
+
infotracker/config.py,sha256=AG3go2kmaN_yTZ-zwVCV0ib7IF7xvLWVnNSEritwqPE,2628
|
6
|
+
infotracker/diff.py,sha256=LmIl3FL5NVxil6AFefrqQBkCCRonueg6BEXrnleVpw8,19796
|
7
|
+
infotracker/engine.py,sha256=3LF0OVSB2f9lZ-_MM2ptU0LDuQSW1OmW5KuhCBmF9Mc,24273
|
8
|
+
infotracker/io_utils.py,sha256=DvpQHI2XHvcUoyPArR9Kbhuekz_x7-zXZMu691f8cis,10159
|
9
|
+
infotracker/lineage.py,sha256=DQ446OakC8AsHxrwi1OW2NXj4LHh6mAU5uNdj-uYlZw,10564
|
10
|
+
infotracker/models.py,sha256=-4VdmtGiEdBQ9GWdJvrse5naAzwLjAt0Cg6ZzK-ifnQ,18568
|
11
|
+
infotracker/openlineage_utils.py,sha256=mltBtERxpii9ZSK-wYq3gPVflBqpNyHMN-3Br8e0qMw,6192
|
12
|
+
infotracker/parser.py,sha256=U8gftuoTvb11F4ubpGbfUII0FAuT5Ja87Bq8G0NeAA8,146865
|
13
|
+
infotracker/infotracker.yml,sha256=bJ7bG9Ms-8MV-_ASOFVZTtcmNkHZtT66yowK2cIHFGU,986
|
14
|
+
infotracker-0.4.0.dist-info/METADATA,sha256=xLkXbnzz4qslQQHAMTrKjyf4zWpJk1qncHKkUFMV4HI,10487
|
15
|
+
infotracker-0.4.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
16
|
+
infotracker-0.4.0.dist-info/entry_points.txt,sha256=5ulAYRSvW3SohjeMwlYRX6LoWIHkEtc1qnwxWJQgN2Y,59
|
17
|
+
infotracker-0.4.0.dist-info/RECORD,,
|
@@ -1,16 +0,0 @@
|
|
1
|
-
infotracker/__init__.py,sha256=TU6dd-1zoswGqK5zIl_o01msZ-pQGxHJlynPUYSYwXY,57
|
2
|
-
infotracker/__main__.py,sha256=_iCom0ddZ1myy6ly3ID1dBlLzzjf7iV7Kq9uUfkat74,121
|
3
|
-
infotracker/adapters.py,sha256=UEQeGSS3_fMOc5_Jsrw5aTtmIXlOdqqbHWL2uSgqkGM,3011
|
4
|
-
infotracker/cli.py,sha256=Hvid6PuMcygUj4Uxor4iBD5OLkfz_LJ249V0UZpwk8A,6181
|
5
|
-
infotracker/config.py,sha256=AG3go2kmaN_yTZ-zwVCV0ib7IF7xvLWVnNSEritwqPE,2628
|
6
|
-
infotracker/diff.py,sha256=LmIl3FL5NVxil6AFefrqQBkCCRonueg6BEXrnleVpw8,19796
|
7
|
-
infotracker/engine.py,sha256=QhBSSIE0yusHE2jHlsyTu7GG89tRy1BuJ4dG2bPS_Nw,23560
|
8
|
-
infotracker/lineage.py,sha256=GcNflXSO5QhqJj9eJewlWwfL_86N4aHdEgoY3ESD6_U,4863
|
9
|
-
infotracker/models.py,sha256=d7EIjOm3evI8YekQWgLE0L1cWiOcU0F34-XdqxBkcTk,18332
|
10
|
-
infotracker/openlineage_utils.py,sha256=-g9Pkl5hOMQP2Rtu47ItHBC13z6Y0K3gEG6x9GrTJH8,5845
|
11
|
-
infotracker/parser.py,sha256=-zz_bmc4Rkb-hT_eDIvvpWxFtdyGFMKcRun9raNX4AY,71335
|
12
|
-
infotracker/infotracker.yml,sha256=iRrrrUkdLCvEhw4DHqPnMchDlsJWI3xIJEpwevNU9sg,998
|
13
|
-
infotracker-0.3.1.dist-info/METADATA,sha256=dLhABRKb7FaHcmCW0HTwYZnJHlbIZHMHIqSD-sy7KM4,10487
|
14
|
-
infotracker-0.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
-
infotracker-0.3.1.dist-info/entry_points.txt,sha256=5ulAYRSvW3SohjeMwlYRX6LoWIHkEtc1qnwxWJQgN2Y,59
|
16
|
-
infotracker-0.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|