acryl-datahub-cloud 0.3.12rc3__py3-none-any.whl → 0.3.12rc4__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.
Potentially problematic release.
This version of acryl-datahub-cloud might be problematic. Click here for more details.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/datahub_forms_notifications/forms_notifications_source.py +37 -2
- acryl_datahub_cloud/metadata/schema.avsc +9 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +9 -0
- acryl_datahub_cloud/sdk/__init__.py +5 -1
- acryl_datahub_cloud/sdk/assertion.py +313 -162
- acryl_datahub_cloud/sdk/assertion_input/__init__.py +0 -0
- acryl_datahub_cloud/sdk/{assertion_input.py → assertion_input/assertion_input.py} +430 -147
- acryl_datahub_cloud/sdk/assertion_input/freshness_assertion_input.py +261 -0
- acryl_datahub_cloud/sdk/assertion_input/smart_column_metric_assertion_input.py +947 -0
- acryl_datahub_cloud/sdk/assertions_client.py +493 -7
- acryl_datahub_cloud/sdk/entities/assertion.py +4 -1
- {acryl_datahub_cloud-0.3.12rc3.dist-info → acryl_datahub_cloud-0.3.12rc4.dist-info}/METADATA +38 -38
- {acryl_datahub_cloud-0.3.12rc3.dist-info → acryl_datahub_cloud-0.3.12rc4.dist-info}/RECORD +17 -14
- {acryl_datahub_cloud-0.3.12rc3.dist-info → acryl_datahub_cloud-0.3.12rc4.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.12rc3.dist-info → acryl_datahub_cloud-0.3.12rc4.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.12rc3.dist-info → acryl_datahub_cloud-0.3.12rc4.dist-info}/top_level.txt +0 -0
{acryl_datahub_cloud-0.3.12rc3.dist-info → acryl_datahub_cloud-0.3.12rc4.dist-info}/METADATA
RENAMED
|
@@ -1,97 +1,97 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.12rc4
|
|
4
4
|
Requires-Dist: avro-gen3==0.7.16
|
|
5
5
|
Requires-Dist: acryl-datahub
|
|
6
6
|
Requires-Dist: croniter
|
|
7
7
|
Requires-Dist: pytz
|
|
8
8
|
Requires-Dist: types-croniter
|
|
9
9
|
Provides-Extra: datahub-lineage-features
|
|
10
|
-
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
11
|
-
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
12
10
|
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
13
11
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
12
|
+
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
13
|
+
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
14
14
|
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
15
15
|
Provides-Extra: datahub-reporting-forms
|
|
16
|
-
Requires-Dist:
|
|
16
|
+
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
17
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
17
18
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
18
19
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
19
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
20
|
-
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
21
20
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
21
|
+
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
22
22
|
Provides-Extra: datahub-reporting-extract-graph
|
|
23
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
24
|
-
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
25
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
26
23
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
27
24
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
25
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
26
|
+
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
28
27
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
28
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
29
29
|
Provides-Extra: datahub-reporting-extract-sql
|
|
30
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
31
|
-
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
32
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
33
30
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
31
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
32
|
+
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
34
33
|
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
34
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
35
35
|
Provides-Extra: datahub-usage-reporting
|
|
36
|
-
Requires-Dist:
|
|
36
|
+
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
37
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
37
38
|
Requires-Dist: duckdb; extra == "datahub-usage-reporting"
|
|
39
|
+
Requires-Dist: polars==1.30.0; extra == "datahub-usage-reporting"
|
|
40
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
|
|
38
41
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
|
|
39
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
40
|
-
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
41
|
-
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
42
|
-
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
43
42
|
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
44
43
|
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
45
44
|
Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
|
|
45
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
46
46
|
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
47
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
48
48
|
Provides-Extra: datahub-metadata-sharing
|
|
49
49
|
Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
|
|
50
50
|
Provides-Extra: datahub-action-request-owner
|
|
51
51
|
Requires-Dist: tenacity; extra == "datahub-action-request-owner"
|
|
52
52
|
Provides-Extra: acryl-cs-issues
|
|
53
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
54
54
|
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
55
|
+
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
55
56
|
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
56
|
-
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
57
57
|
Provides-Extra: datahub-forms-notifications
|
|
58
58
|
Requires-Dist: tenacity; extra == "datahub-forms-notifications"
|
|
59
59
|
Provides-Extra: all
|
|
60
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: pandas; extra == "all"
|
|
61
61
|
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
62
|
-
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
63
|
-
Requires-Dist: pydantic<2; extra == "all"
|
|
64
|
-
Requires-Dist: openai; extra == "all"
|
|
65
62
|
Requires-Dist: jinja2; extra == "all"
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist:
|
|
63
|
+
Requires-Dist: openai; extra == "all"
|
|
64
|
+
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
68
65
|
Requires-Dist: tenacity; extra == "all"
|
|
66
|
+
Requires-Dist: duckdb; extra == "all"
|
|
69
67
|
Requires-Dist: polars==1.30.0; extra == "all"
|
|
68
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
70
69
|
Requires-Dist: termcolor==2.5.0; extra == "all"
|
|
71
|
-
Requires-Dist: slack-sdk; extra == "all"
|
|
72
|
-
Requires-Dist: pandas; extra == "all"
|
|
73
70
|
Requires-Dist: zenpy; extra == "all"
|
|
74
71
|
Requires-Dist: boto3; extra == "all"
|
|
72
|
+
Requires-Dist: pyarrow; extra == "all"
|
|
75
73
|
Requires-Dist: numpy<2; extra == "all"
|
|
74
|
+
Requires-Dist: slack-sdk; extra == "all"
|
|
76
75
|
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
76
|
+
Requires-Dist: pydantic<2; extra == "all"
|
|
77
77
|
Provides-Extra: dev
|
|
78
|
+
Requires-Dist: pandas; extra == "dev"
|
|
79
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
78
80
|
Requires-Dist: tenacity; extra == "dev"
|
|
79
|
-
Requires-Dist:
|
|
81
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
82
|
+
Requires-Dist: openai; extra == "dev"
|
|
80
83
|
Requires-Dist: duckdb; extra == "dev"
|
|
84
|
+
Requires-Dist: polars==1.30.0; extra == "dev"
|
|
85
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
81
86
|
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
82
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
83
|
-
Requires-Dist: pandas; extra == "dev"
|
|
84
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
85
87
|
Requires-Dist: zenpy; extra == "dev"
|
|
86
|
-
Requires-Dist: pydantic<2; extra == "dev"
|
|
87
|
-
Requires-Dist: openai; extra == "dev"
|
|
88
|
-
Requires-Dist: slack-sdk; extra == "dev"
|
|
89
88
|
Requires-Dist: boto3; extra == "dev"
|
|
90
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
91
|
-
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
92
89
|
Requires-Dist: pyarrow; extra == "dev"
|
|
90
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
93
91
|
Requires-Dist: numpy<2; extra == "dev"
|
|
92
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
93
|
+
Requires-Dist: slack-sdk; extra == "dev"
|
|
94
94
|
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
95
|
-
Requires-Dist:
|
|
95
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
96
96
|
Dynamic: provides-extra
|
|
97
97
|
Dynamic: requires-dist
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
acryl_datahub_cloud/__init__.py,sha256=axrMXkn0RW80YmuZgwUP_YQImcv6L28duZLWnW-gaNM,521
|
|
2
|
-
acryl_datahub_cloud/_codegen_config.json,sha256=
|
|
2
|
+
acryl_datahub_cloud/_codegen_config.json,sha256=cR8fmzr2VXgxuC0PnSSL7cr9wLOtYiD786x1cYzHzso,556
|
|
3
3
|
acryl_datahub_cloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
acryl_datahub_cloud/acryl_cs_issues/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
acryl_datahub_cloud/acryl_cs_issues/acryl_customer.py,sha256=uqYPmluXYdlgyq3C09gxIU5nEkKiqHoZ53h2oN5etj0,25227
|
|
@@ -13,7 +13,7 @@ acryl_datahub_cloud/action_request/action_request_owner_source.py,sha256=thLOkXf
|
|
|
13
13
|
acryl_datahub_cloud/api/__init__.py,sha256=odqk3YUMCTlGZrZ7NmFFaGNgERcdT0ms4OSVS3k1a28,68
|
|
14
14
|
acryl_datahub_cloud/api/client.py,sha256=6BXCNbmC4K4dbGfkTXgbSqHabt90PjpEAgb52m7XRX0,145
|
|
15
15
|
acryl_datahub_cloud/datahub_forms_notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
acryl_datahub_cloud/datahub_forms_notifications/forms_notifications_source.py,sha256=
|
|
16
|
+
acryl_datahub_cloud/datahub_forms_notifications/forms_notifications_source.py,sha256=VyVUze33LMnKxSNRreL1jYOogg4vswT61oXiiS7MDHk,21419
|
|
17
17
|
acryl_datahub_cloud/datahub_forms_notifications/get_search_results_total.gql,sha256=ibSULhbUmRLpOAygirKJXCorLubscTEEXP55GlBzldI,271
|
|
18
18
|
acryl_datahub_cloud/datahub_forms_notifications/query.py,sha256=4OfPmNkNdrPLS0XbQHZASsdfUeme3ZxucJQDsBI3hG0,498
|
|
19
19
|
acryl_datahub_cloud/datahub_forms_notifications/scroll_forms_for_notification.gql,sha256=_JtqPvgyMVTH_rwxB2QQBl3iItr95rUqosiVnvAJJyk,555
|
|
@@ -43,7 +43,7 @@ acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vE
|
|
|
43
43
|
acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
44
|
acryl_datahub_cloud/lineage_features/source.py,sha256=Edve1oBoR87RTloAfjAuxgULlMI_HNSFuQfbiVjkac4,6412
|
|
45
45
|
acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
|
|
46
|
-
acryl_datahub_cloud/metadata/schema.avsc,sha256=
|
|
46
|
+
acryl_datahub_cloud/metadata/schema.avsc,sha256=3jrWIGqfwmYr6I9Xbh8yMpWyU0QRaYT5cHg3tWkJ8BE,1131804
|
|
47
47
|
acryl_datahub_cloud/metadata/schema_classes.py,sha256=xuZsxUS3iaOxsEIUuXVbTn60XTtrbTaVvRazVu18nmI,1492627
|
|
48
48
|
acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
49
49
|
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=iXlrqZcbwWLNkQxaWGCrGM-4k8KbRpD_zchhySfzw08,163823
|
|
@@ -154,7 +154,7 @@ acryl_datahub_cloud/metadata/schemas/ApplicationKey.avsc,sha256=WUKo-n1XiCy-09a2
|
|
|
154
154
|
acryl_datahub_cloud/metadata/schemas/ApplicationProperties.avsc,sha256=ZVjgnPEfi4SEvlyyIruK2sDj8xEjJeSeU3pbPINGum4,1560
|
|
155
155
|
acryl_datahub_cloud/metadata/schemas/Applications.avsc,sha256=zL6yIzsS3w2463cZvTfdsTqBT7Kii8d58qc28QR_OOs,854
|
|
156
156
|
acryl_datahub_cloud/metadata/schemas/AssertionActions.avsc,sha256=zrvXzX2Nv_dmK6I3ZXCVWQ1bVs1q01Gl9sDRJA8oSDU,1618
|
|
157
|
-
acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc,sha256=
|
|
157
|
+
acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc,sha256=d8fGy5d2gBLvv6R_uYmRhIoMjJ4m_O9xZdG8xmEGqHs,226837
|
|
158
158
|
acryl_datahub_cloud/metadata/schemas/AssertionDryRunEvent.avsc,sha256=uXrBr18Nx-qFCBGRCFKmHDxrFjfkOipTkVl6W5ieXyw,10366
|
|
159
159
|
acryl_datahub_cloud/metadata/schemas/AssertionInferenceDetails.avsc,sha256=H33ua52l2Jd72voNkwfHeB5V3aWWiJEAKrCFDNOm66I,13494
|
|
160
160
|
acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc,sha256=DJqbisMfQYPExRx18XfdklVxl1ZYwEM21SRE2wK04DQ,137215
|
|
@@ -428,19 +428,22 @@ acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc,sha256=3HhcbH5493dJUnEU
|
|
|
428
428
|
acryl_datahub_cloud/metadata/schemas/__init__.py,sha256=kCcak_fBn_KyuysZTJIoipAzZ8EO44Amk4DWSEvplEY,581
|
|
429
429
|
acryl_datahub_cloud/notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
430
430
|
acryl_datahub_cloud/notifications/notification_recipient_builder.py,sha256=jmAh4q4OTjdYwySn-geRU23eiVWvHzABddr6yXii3E4,14573
|
|
431
|
-
acryl_datahub_cloud/sdk/__init__.py,sha256=
|
|
432
|
-
acryl_datahub_cloud/sdk/assertion.py,sha256=
|
|
433
|
-
acryl_datahub_cloud/sdk/
|
|
434
|
-
acryl_datahub_cloud/sdk/assertions_client.py,sha256=-ohmSxrspnb_K3BHiA7R-2TpzoAgphTwjgm2_6Z_0eQ,55544
|
|
431
|
+
acryl_datahub_cloud/sdk/__init__.py,sha256=EfB77UG_or1mCn83ebkdsVUMQLpz57i8GnH8ReH3rwI,860
|
|
432
|
+
acryl_datahub_cloud/sdk/assertion.py,sha256=_oTwcw9BeDXd5BQPcbylQBMR0Ag3Y8NvXIAPPIgx3bA,37554
|
|
433
|
+
acryl_datahub_cloud/sdk/assertions_client.py,sha256=gYWl-lnqLsDcjXiBwOBLzAtebTPf7SVJ_M9MM-ijPnI,79521
|
|
435
434
|
acryl_datahub_cloud/sdk/errors.py,sha256=UfaA-u9rp_XhqiWAeVF-PcjgCPxUKLXe0GVkWCuX8Ds,1038
|
|
436
435
|
acryl_datahub_cloud/sdk/resolver_client.py,sha256=X5qy7lewDZ4QarpFrQ7goWDaMSC60sie1srnD4zwyH4,1468
|
|
437
436
|
acryl_datahub_cloud/sdk/subscription_client.py,sha256=pBcYsnHwjVchYm0Yr9fPHOCKwAvhTl6Lk568o3YSAhQ,29787
|
|
437
|
+
acryl_datahub_cloud/sdk/assertion_input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
438
|
+
acryl_datahub_cloud/sdk/assertion_input/assertion_input.py,sha256=cG5_33XL2woMOyMWZTbKA8rtdn8HIh7DnzbuHoUjDVI,63699
|
|
439
|
+
acryl_datahub_cloud/sdk/assertion_input/freshness_assertion_input.py,sha256=9M0fr7BpJJ9oyASoibDuRe2dkYezi-Xm8kiledKlg3g,10630
|
|
440
|
+
acryl_datahub_cloud/sdk/assertion_input/smart_column_metric_assertion_input.py,sha256=5aky_0eYeYhBJcJadVWCvpBg6gQqMihBCaYegIBrALc,40088
|
|
438
441
|
acryl_datahub_cloud/sdk/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
|
-
acryl_datahub_cloud/sdk/entities/assertion.py,sha256=
|
|
442
|
+
acryl_datahub_cloud/sdk/entities/assertion.py,sha256=0b-MmKP5vdGpLOqyJKXWoDRtv8kjPCf6aXBr6mYUmOs,14858
|
|
440
443
|
acryl_datahub_cloud/sdk/entities/monitor.py,sha256=NMrhJrWYNPvorxA33S_5FOl8YCtSmmeAavTzFLtWcOo,9665
|
|
441
444
|
acryl_datahub_cloud/sdk/entities/subscription.py,sha256=WbDZqjE4QCMBh1_0culwN5btcUPoFuUReRYMJU3uYas,2332
|
|
442
|
-
acryl_datahub_cloud-0.3.
|
|
443
|
-
acryl_datahub_cloud-0.3.
|
|
444
|
-
acryl_datahub_cloud-0.3.
|
|
445
|
-
acryl_datahub_cloud-0.3.
|
|
446
|
-
acryl_datahub_cloud-0.3.
|
|
445
|
+
acryl_datahub_cloud-0.3.12rc4.dist-info/METADATA,sha256=8gDo4QD7o39HkSw4LWufKUSkJ1uK3-MLDosnU4oR34I,4723
|
|
446
|
+
acryl_datahub_cloud-0.3.12rc4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
447
|
+
acryl_datahub_cloud-0.3.12rc4.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
|
|
448
|
+
acryl_datahub_cloud-0.3.12rc4.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
449
|
+
acryl_datahub_cloud-0.3.12rc4.dist-info/RECORD,,
|
|
File without changes
|
{acryl_datahub_cloud-0.3.12rc3.dist-info → acryl_datahub_cloud-0.3.12rc4.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{acryl_datahub_cloud-0.3.12rc3.dist-info → acryl_datahub_cloud-0.3.12rc4.dist-info}/top_level.txt
RENAMED
|
File without changes
|