acryl-datahub-cloud 0.3.15rc7__py3-none-any.whl → 0.3.15rc9__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/lineage_features/source.py +5 -6
- acryl_datahub_cloud/metadata/schema.avsc +9 -1
- acryl_datahub_cloud/metadata/schema_classes.py +3 -0
- acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc +6 -0
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +6 -0
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +3 -1
- {acryl_datahub_cloud-0.3.15rc7.dist-info → acryl_datahub_cloud-0.3.15rc9.dist-info}/METADATA +40 -40
- {acryl_datahub_cloud-0.3.15rc7.dist-info → acryl_datahub_cloud-0.3.15rc9.dist-info}/RECORD +12 -12
- {acryl_datahub_cloud-0.3.15rc7.dist-info → acryl_datahub_cloud-0.3.15rc9.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.15rc7.dist-info → acryl_datahub_cloud-0.3.15rc9.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.15rc7.dist-info → acryl_datahub_cloud-0.3.15rc9.dist-info}/top_level.txt +0 -0
|
@@ -290,14 +290,13 @@ class DataHubLineageFeaturesSource(Source):
|
|
|
290
290
|
}
|
|
291
291
|
},
|
|
292
292
|
],
|
|
293
|
+
"must_not": [
|
|
294
|
+
{"term": {"source.entityType": "schemaField"}},
|
|
295
|
+
{"term": {"destination.entityType": "schemaField"}},
|
|
296
|
+
],
|
|
293
297
|
},
|
|
294
298
|
},
|
|
295
|
-
"sort": [
|
|
296
|
-
{"source.urn": {"order": "desc"}},
|
|
297
|
-
{"destination.urn": {"order": "desc"}},
|
|
298
|
-
{"relationshipType": {"order": "desc"}},
|
|
299
|
-
{"lifecycleOwner": {"order": "desc"}},
|
|
300
|
-
],
|
|
299
|
+
"sort": ["_id"],
|
|
301
300
|
}
|
|
302
301
|
|
|
303
302
|
index = f"{self.config.search_index.index_prefix}graph_service_v1"
|
|
@@ -8014,6 +8014,12 @@
|
|
|
8014
8014
|
"doc": "Detailed description about the chart"
|
|
8015
8015
|
},
|
|
8016
8016
|
{
|
|
8017
|
+
"Searchable": {
|
|
8018
|
+
"/lastModified/time": {
|
|
8019
|
+
"fieldName": "lastModifiedAt",
|
|
8020
|
+
"fieldType": "DATETIME"
|
|
8021
|
+
}
|
|
8022
|
+
},
|
|
8017
8023
|
"type": "com.linkedin.pegasus2avro.common.ChangeAuditStamps",
|
|
8018
8024
|
"name": "lastModified",
|
|
8019
8025
|
"doc": "Captures information about who created/last modified/deleted this chart and when"
|
|
@@ -31119,7 +31125,8 @@
|
|
|
31119
31125
|
"BROADCAST_NEW_INCIDENT_UPDATE": "Updates the broadcasted incident if possible.",
|
|
31120
31126
|
"CUSTOM": "Legacy template types to support backwards compatibility.",
|
|
31121
31127
|
"INVITATION": "User invitation notification template.",
|
|
31122
|
-
"OWNERSHIP_CHANGE": "Ownership change notification template."
|
|
31128
|
+
"OWNERSHIP_CHANGE": "Ownership change notification template.",
|
|
31129
|
+
"RELEASE_NOTIFICATION": "Release notification template for announcing new releases."
|
|
31123
31130
|
},
|
|
31124
31131
|
"name": "NotificationTemplateType",
|
|
31125
31132
|
"namespace": "com.linkedin.pegasus2avro.event.notification.template",
|
|
@@ -31138,6 +31145,7 @@
|
|
|
31138
31145
|
"BROADCAST_COMPLIANCE_FORM_PUBLISH",
|
|
31139
31146
|
"BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST",
|
|
31140
31147
|
"BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE",
|
|
31148
|
+
"RELEASE_NOTIFICATION",
|
|
31141
31149
|
"INVALID_TEMPLATE"
|
|
31142
31150
|
],
|
|
31143
31151
|
"doc": "Possible notification template types."
|
|
@@ -18995,6 +18995,9 @@ class NotificationTemplateTypeClass(object):
|
|
|
18995
18995
|
BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE = "BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE"
|
|
18996
18996
|
"""Broadcast that an action workflow form request has been completed (approved or denied)."""
|
|
18997
18997
|
|
|
18998
|
+
RELEASE_NOTIFICATION = "RELEASE_NOTIFICATION"
|
|
18999
|
+
"""Release notification template for announcing new releases."""
|
|
19000
|
+
|
|
18998
19001
|
INVALID_TEMPLATE = "INVALID_TEMPLATE"
|
|
18999
19002
|
|
|
19000
19003
|
|
|
@@ -1463,6 +1463,12 @@
|
|
|
1463
1463
|
"doc": "Detailed description about the chart"
|
|
1464
1464
|
},
|
|
1465
1465
|
{
|
|
1466
|
+
"Searchable": {
|
|
1467
|
+
"/lastModified/time": {
|
|
1468
|
+
"fieldName": "lastModifiedAt",
|
|
1469
|
+
"fieldType": "DATETIME"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1466
1472
|
"type": {
|
|
1467
1473
|
"type": "record",
|
|
1468
1474
|
"name": "ChangeAuditStamps",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"BROADCAST_NEW_INCIDENT_UPDATE": "Updates the broadcasted incident if possible.",
|
|
23
23
|
"CUSTOM": "Legacy template types to support backwards compatibility.",
|
|
24
24
|
"INVITATION": "User invitation notification template.",
|
|
25
|
-
"OWNERSHIP_CHANGE": "Ownership change notification template."
|
|
25
|
+
"OWNERSHIP_CHANGE": "Ownership change notification template.",
|
|
26
|
+
"RELEASE_NOTIFICATION": "Release notification template for announcing new releases."
|
|
26
27
|
},
|
|
27
28
|
"name": "NotificationTemplateType",
|
|
28
29
|
"namespace": "com.linkedin.pegasus2avro.event.notification.template",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"BROADCAST_COMPLIANCE_FORM_PUBLISH",
|
|
42
43
|
"BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST",
|
|
43
44
|
"BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE",
|
|
45
|
+
"RELEASE_NOTIFICATION",
|
|
44
46
|
"INVALID_TEMPLATE"
|
|
45
47
|
],
|
|
46
48
|
"doc": "Possible notification template types."
|
{acryl_datahub_cloud-0.3.15rc7.dist-info → acryl_datahub_cloud-0.3.15rc9.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.15rc9
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: avro-gen3==0.7.16
|
|
6
6
|
Requires-Dist: acryl-datahub
|
|
@@ -11,88 +11,88 @@ Requires-Dist: types-croniter
|
|
|
11
11
|
Requires-Dist: tzlocal
|
|
12
12
|
Provides-Extra: datahub-lineage-features
|
|
13
13
|
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
14
|
-
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
15
|
-
Requires-Dist: tenacity; extra == "datahub-lineage-features"
|
|
16
|
-
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
17
14
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
15
|
+
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
16
|
+
Requires-Dist: tenacity; extra == "datahub-lineage-features"
|
|
17
|
+
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
18
18
|
Provides-Extra: datahub-reporting-forms
|
|
19
|
-
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
20
19
|
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
21
20
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
22
21
|
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
23
22
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
23
|
+
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
24
24
|
Provides-Extra: datahub-reporting-extract-graph
|
|
25
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
26
25
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
26
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
27
27
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
28
28
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
29
|
-
Requires-Dist:
|
|
29
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
30
30
|
Provides-Extra: datahub-reporting-extract-sql
|
|
31
31
|
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
32
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
33
32
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
33
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
34
34
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
35
35
|
Provides-Extra: datahub-usage-reporting
|
|
36
|
-
Requires-Dist:
|
|
36
|
+
Requires-Dist: polars==1.34.0; extra == "datahub-usage-reporting"
|
|
37
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
38
|
+
Requires-Dist: duckdb; extra == "datahub-usage-reporting"
|
|
39
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
|
|
37
40
|
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
41
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
38
42
|
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
43
|
+
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
41
44
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
|
|
42
45
|
Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist: polars==1.34.0; extra == "datahub-usage-reporting"
|
|
45
|
-
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
46
|
-
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
46
|
+
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
47
47
|
Provides-Extra: datahub-metadata-sharing
|
|
48
48
|
Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
|
|
49
49
|
Provides-Extra: datahub-action-request-owner
|
|
50
50
|
Requires-Dist: tenacity; extra == "datahub-action-request-owner"
|
|
51
51
|
Provides-Extra: acryl-cs-issues
|
|
52
|
-
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
53
52
|
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
54
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
55
54
|
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
55
|
+
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
56
56
|
Provides-Extra: datahub-forms-notifications
|
|
57
57
|
Requires-Dist: tenacity; extra == "datahub-forms-notifications"
|
|
58
58
|
Provides-Extra: all
|
|
59
|
-
Requires-Dist:
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist:
|
|
59
|
+
Requires-Dist: polars==1.34.0; extra == "all"
|
|
60
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
61
|
+
Requires-Dist: duckdb; extra == "all"
|
|
62
62
|
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
63
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
63
64
|
Requires-Dist: zenpy; extra == "all"
|
|
64
|
-
Requires-Dist:
|
|
65
|
+
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
66
|
+
Requires-Dist: pandas; extra == "all"
|
|
65
67
|
Requires-Dist: jinja2; extra == "all"
|
|
66
|
-
Requires-Dist:
|
|
68
|
+
Requires-Dist: boto3; extra == "all"
|
|
69
|
+
Requires-Dist: slack-sdk; extra == "all"
|
|
70
|
+
Requires-Dist: pyarrow; extra == "all"
|
|
67
71
|
Requires-Dist: termcolor==2.5.0; extra == "all"
|
|
68
72
|
Requires-Dist: openai; extra == "all"
|
|
69
73
|
Requires-Dist: numpy<2; extra == "all"
|
|
70
|
-
Requires-Dist:
|
|
71
|
-
Requires-Dist: polars==1.34.0; extra == "all"
|
|
72
|
-
Requires-Dist: slack-sdk; extra == "all"
|
|
73
|
-
Requires-Dist: pyarrow; extra == "all"
|
|
74
|
-
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
74
|
+
Requires-Dist: tenacity; extra == "all"
|
|
75
75
|
Provides-Extra: dev
|
|
76
|
-
Requires-Dist: pandas; extra == "dev"
|
|
77
|
-
Requires-Dist: tenacity; extra == "dev"
|
|
76
|
+
Requires-Dist: pandas-stubs; extra == "dev"
|
|
78
77
|
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
78
|
+
Requires-Dist: slack-sdk; extra == "dev"
|
|
79
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
79
80
|
Requires-Dist: openai; extra == "dev"
|
|
80
|
-
Requires-Dist:
|
|
81
|
+
Requires-Dist: pyarrow-stubs; extra == "dev"
|
|
81
82
|
Requires-Dist: polars==1.34.0; extra == "dev"
|
|
83
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
82
84
|
Requires-Dist: zenpy; extra == "dev"
|
|
83
|
-
Requires-Dist: jinja2; extra == "dev"
|
|
84
|
-
Requires-Dist: pyarrow; extra == "dev"
|
|
85
|
-
Requires-Dist: boto3; extra == "dev"
|
|
86
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
87
85
|
Requires-Dist: scipy-stubs; extra == "dev"
|
|
88
|
-
Requires-Dist:
|
|
89
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
90
|
-
Requires-Dist: pandas-stubs; extra == "dev"
|
|
86
|
+
Requires-Dist: pandas; extra == "dev"
|
|
91
87
|
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
92
|
-
Requires-Dist: pyarrow
|
|
88
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
89
|
+
Requires-Dist: numpy<2; extra == "dev"
|
|
90
|
+
Requires-Dist: boto3; extra == "dev"
|
|
91
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
93
92
|
Requires-Dist: duckdb; extra == "dev"
|
|
94
|
-
Requires-Dist:
|
|
95
|
-
Requires-Dist:
|
|
93
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
94
|
+
Requires-Dist: pyarrow; extra == "dev"
|
|
95
|
+
Requires-Dist: tenacity; extra == "dev"
|
|
96
96
|
Dynamic: provides-extra
|
|
97
97
|
Dynamic: requires-dist
|
|
98
98
|
Dynamic: requires-python
|
|
@@ -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=3NnanSYpA2b4ZTIwBct4tt2A4UEamG0z6Rolkn251Nw,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
|
|
@@ -43,10 +43,10 @@ acryl_datahub_cloud/elasticsearch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
43
43
|
acryl_datahub_cloud/elasticsearch/config.py,sha256=6QNBOmoQZu1cJrDIBZyvZgdQt0QLfP82hdQkPtP-4HE,1220
|
|
44
44
|
acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=nvs8rfjT-3wMr193X9b98tUxQYh2IXh_pWeO6NcERmw,5141
|
|
45
45
|
acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
-
acryl_datahub_cloud/lineage_features/source.py,sha256=
|
|
46
|
+
acryl_datahub_cloud/lineage_features/source.py,sha256=wQXU-oGkY9JVftSGROJoT4xBpKNENjAjjwlZkZfISq0,16617
|
|
47
47
|
acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
|
|
48
|
-
acryl_datahub_cloud/metadata/schema.avsc,sha256=
|
|
49
|
-
acryl_datahub_cloud/metadata/schema_classes.py,sha256=
|
|
48
|
+
acryl_datahub_cloud/metadata/schema.avsc,sha256=TmS0IqWNLO9piAlcuXePuZ0QCICwIaI6oSnyDJBggIU,1247644
|
|
49
|
+
acryl_datahub_cloud/metadata/schema_classes.py,sha256=4IB-Ouy1AOrG4rh9zdfE6U2ksHYS9_GFvjOEvQ6c6ZI,1642920
|
|
50
50
|
acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
51
51
|
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=Bij7q4iXp0EugcF3xZg-JrrSlvpavUBogUdCeCDJKWs,175353
|
|
52
52
|
acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
@@ -181,7 +181,7 @@ acryl_datahub_cloud/metadata/schemas/BusinessAttributeInfo.avsc,sha256=OxM44Lyxq
|
|
|
181
181
|
acryl_datahub_cloud/metadata/schemas/BusinessAttributeKey.avsc,sha256=TlQpWyALuTh-LbA784D0t4nnsOJbnaJEE9JFgnBd0hs,525
|
|
182
182
|
acryl_datahub_cloud/metadata/schemas/BusinessAttributes.avsc,sha256=UnBdJWrdl4S147IE1zDQh5oCL_R9gB6yomuEurPbS2w,1658
|
|
183
183
|
acryl_datahub_cloud/metadata/schemas/CaveatsAndRecommendations.avsc,sha256=8AYeLClkdogSvUo_3aoY3b47ZPhpFw2KlaFt7KAfuQc,2833
|
|
184
|
-
acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc,sha256=
|
|
184
|
+
acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc,sha256=AU1NBRh-efWykO53tWCjTKGtDftdnnPa8NMgziwWpxs,11650
|
|
185
185
|
acryl_datahub_cloud/metadata/schemas/ChartKey.avsc,sha256=B6HgUP7u-YJ9vEDXHlGIJUbYkXdF0DvhN70CdXpSkKU,1475
|
|
186
186
|
acryl_datahub_cloud/metadata/schemas/ChartQuery.avsc,sha256=6qz8Q5wa5h0GS6QcwfzVZrRi26PoEwXyjIwSqL8nyhk,919
|
|
187
187
|
acryl_datahub_cloud/metadata/schemas/ChartUsageStatistics.avsc,sha256=FjEEPj_19jUvJcS9cyZtHqByQyPdt2xhmxfFdw9mSM4,5881
|
|
@@ -367,7 +367,7 @@ acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256=-iJy0wMeKiJDt
|
|
|
367
367
|
acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc,sha256=KcVMo7SYGW7k39rktVw8f7k7SeVFcEVMW5krDCB4o-A,1207
|
|
368
368
|
acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc,sha256=9unOw5ZdIaNj8eQut5I16LWy1FeIWUtsRjiKw-myWd4,6918
|
|
369
369
|
acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc,sha256=WGgj0MuQrGD4UgvyHCJHzTnHja2LlJTOr1gLu8SySj0,4269
|
|
370
|
-
acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=
|
|
370
|
+
acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=J9ZuGRbq4KoPRpICDSJR7lYu4-4h_u89KQGNzWJKkw8,442027
|
|
371
371
|
acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=soCmgrcEBE5yS-mQIm-RIefhb74ONj9Fqayxa0-59KE,13254
|
|
372
372
|
acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=pT14vUmpj7VJ8hinQ0pcCUtRKx6RAGHWh1eJixkqaE8,12647
|
|
373
373
|
acryl_datahub_cloud/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
|
|
@@ -381,7 +381,7 @@ acryl_datahub_cloud/metadata/schemas/NativeGroupMembership.avsc,sha256=9mh9tzyj3
|
|
|
381
381
|
acryl_datahub_cloud/metadata/schemas/NotebookContent.avsc,sha256=ck3yDt0qK5Hn3-mWTNLlYnohXCs6kMUUWPXm7o1JEWE,12496
|
|
382
382
|
acryl_datahub_cloud/metadata/schemas/NotebookInfo.avsc,sha256=7WRavX6dQZmLrwP1F4nMQOmeHPHjHF9NTVFAgLUdw4c,5833
|
|
383
383
|
acryl_datahub_cloud/metadata/schemas/NotebookKey.avsc,sha256=EYpUWpC2pZxn3qgp0oPAYB959n_MdLV1UCRsGuwUENs,1260
|
|
384
|
-
acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc,sha256=
|
|
384
|
+
acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc,sha256=xSYSSNdgDcv_RpiJZtGg6EY4w324Bg5N6LjEGo-LiA4,25165
|
|
385
385
|
acryl_datahub_cloud/metadata/schemas/Operation.avsc,sha256=YHNzTCDT9lPB7zRddU13o2AsFWvwHY0aTKfVHsBsPh4,13319
|
|
386
386
|
acryl_datahub_cloud/metadata/schemas/Origin.avsc,sha256=1IAzS9VzVaMf7NTMyej4lOzKR_lnYWDgPZiJytoXA7M,6144
|
|
387
387
|
acryl_datahub_cloud/metadata/schemas/Ownership.avsc,sha256=Ml70kuUUur8KkpDObuUOM7ruYzavwGptRolUgkMRAg0,12774
|
|
@@ -482,8 +482,8 @@ acryl_datahub_cloud/sdk/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
482
482
|
acryl_datahub_cloud/sdk/entities/assertion.py,sha256=-OILvHyKAI4-5mS2bb_P44Fvk6rBOOcvaxSMXfEYvRw,15077
|
|
483
483
|
acryl_datahub_cloud/sdk/entities/monitor.py,sha256=NMrhJrWYNPvorxA33S_5FOl8YCtSmmeAavTzFLtWcOo,9665
|
|
484
484
|
acryl_datahub_cloud/sdk/entities/subscription.py,sha256=0zl3LxkFM_hXBE8iCy8g6Nen-udJF784RmtPZ73QCb8,2801
|
|
485
|
-
acryl_datahub_cloud-0.3.
|
|
486
|
-
acryl_datahub_cloud-0.3.
|
|
487
|
-
acryl_datahub_cloud-0.3.
|
|
488
|
-
acryl_datahub_cloud-0.3.
|
|
489
|
-
acryl_datahub_cloud-0.3.
|
|
485
|
+
acryl_datahub_cloud-0.3.15rc9.dist-info/METADATA,sha256=CI2X_HkWoH4mzX-Bww_oKAd7EhQ_lkJUfLSZh9kNtJM,4615
|
|
486
|
+
acryl_datahub_cloud-0.3.15rc9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
487
|
+
acryl_datahub_cloud-0.3.15rc9.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
|
|
488
|
+
acryl_datahub_cloud-0.3.15rc9.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
489
|
+
acryl_datahub_cloud-0.3.15rc9.dist-info/RECORD,,
|
|
File without changes
|
{acryl_datahub_cloud-0.3.15rc7.dist-info → acryl_datahub_cloud-0.3.15rc9.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{acryl_datahub_cloud-0.3.15rc7.dist-info → acryl_datahub_cloud-0.3.15rc9.dist-info}/top_level.txt
RENAMED
|
File without changes
|