acryl-datahub-cloud 0.3.13rc3__py3-none-any.whl → 0.3.13rc4__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/metadata/_urns/urn_defs.py +56 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/actionworkflow/__init__.py +53 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +0 -2
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/module/__init__.py +0 -4
- acryl_datahub_cloud/metadata/schema.avsc +732 -291
- acryl_datahub_cloud/metadata/schema_classes.py +1077 -280
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +136 -1
- acryl_datahub_cloud/metadata/schemas/ActionWorkflowInfo.avsc +683 -0
- acryl_datahub_cloud/metadata/schemas/ActionWorkflowKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +0 -46
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +0 -25
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +0 -25
- acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +1 -10
- acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +7 -88
- acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +0 -1
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +0 -9
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +136 -19
- acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc +44 -62
- acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc +0 -61
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +0 -25
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc +12 -1
- acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +0 -1
- acryl_datahub_cloud/metadata/schemas/SystemMetadata.avsc +0 -61
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/METADATA +52 -52
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/RECORD +31 -30
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/logical/__init__.py +0 -15
- acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +0 -140
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/top_level.txt +0 -0
|
@@ -267,67 +267,6 @@
|
|
|
267
267
|
"name": "version",
|
|
268
268
|
"default": null,
|
|
269
269
|
"doc": "Aspect version\n Initial implementation will use the aspect version's number, however stored as\n a string in the case where a different aspect versioning scheme is later adopted."
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"type": [
|
|
273
|
-
"null",
|
|
274
|
-
{
|
|
275
|
-
"type": "record",
|
|
276
|
-
"name": "AuditStamp",
|
|
277
|
-
"namespace": "com.linkedin.pegasus2avro.common",
|
|
278
|
-
"fields": [
|
|
279
|
-
{
|
|
280
|
-
"type": "long",
|
|
281
|
-
"name": "time",
|
|
282
|
-
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"java": {
|
|
286
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
287
|
-
},
|
|
288
|
-
"type": "string",
|
|
289
|
-
"name": "actor",
|
|
290
|
-
"doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change.",
|
|
291
|
-
"Urn": "Urn"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"java": {
|
|
295
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
296
|
-
},
|
|
297
|
-
"type": [
|
|
298
|
-
"null",
|
|
299
|
-
"string"
|
|
300
|
-
],
|
|
301
|
-
"name": "impersonator",
|
|
302
|
-
"default": null,
|
|
303
|
-
"doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor.",
|
|
304
|
-
"Urn": "Urn"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"type": [
|
|
308
|
-
"null",
|
|
309
|
-
"string"
|
|
310
|
-
],
|
|
311
|
-
"name": "message",
|
|
312
|
-
"default": null,
|
|
313
|
-
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
|
|
314
|
-
}
|
|
315
|
-
],
|
|
316
|
-
"doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
"name": "aspectCreated",
|
|
320
|
-
"default": null,
|
|
321
|
-
"doc": "When the aspect was initially created and who created it, detected by version 0 -> 1 change"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"type": [
|
|
325
|
-
"null",
|
|
326
|
-
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
327
|
-
],
|
|
328
|
-
"name": "aspectModified",
|
|
329
|
-
"default": null,
|
|
330
|
-
"doc": "When the aspect was last modified and the actor that performed the modification"
|
|
331
270
|
}
|
|
332
271
|
],
|
|
333
272
|
"doc": "Metadata associated with each metadata change that is processed by the system"
|
|
@@ -3258,31 +3258,6 @@
|
|
|
3258
3258
|
"name": "description",
|
|
3259
3259
|
"default": null,
|
|
3260
3260
|
"doc": "An optional human-readable description of the assertion"
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"type": [
|
|
3264
|
-
"null",
|
|
3265
|
-
{
|
|
3266
|
-
"type": "record",
|
|
3267
|
-
"name": "AssertionNote",
|
|
3268
|
-
"namespace": "com.linkedin.pegasus2avro.assertion",
|
|
3269
|
-
"fields": [
|
|
3270
|
-
{
|
|
3271
|
-
"type": "string",
|
|
3272
|
-
"name": "content",
|
|
3273
|
-
"doc": "The note to give technical owners more context about the assertion, and how to troubleshoot it."
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
3277
|
-
"name": "lastModified",
|
|
3278
|
-
"doc": "The time at which the note was last modified."
|
|
3279
|
-
}
|
|
3280
|
-
]
|
|
3281
|
-
}
|
|
3282
|
-
],
|
|
3283
|
-
"name": "note",
|
|
3284
|
-
"default": null,
|
|
3285
|
-
"doc": "An optional note to give technical owners more context about the assertion, and how to troubleshoot it.\nThe UI will render this in markdown format."
|
|
3286
3261
|
}
|
|
3287
3262
|
],
|
|
3288
3263
|
"doc": "Information about an assertion\n\nAcryl Only: Did you update AssertionWithoutAnnotations.pdl? If not, please update it."
|
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
"type": {
|
|
17
17
|
"type": "enum",
|
|
18
18
|
"symbolDocs": {
|
|
19
|
+
"BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE": "Broadcast that an action workflow form request has been completed (approved or denied).",
|
|
19
20
|
"BROADCAST_ASSERTION_STATUS_CHANGE": "Assertion change notification template.",
|
|
21
|
+
"BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST": "Broadcast that a new action workflow form request has been created or needs review.",
|
|
20
22
|
"BROADCAST_NEW_INCIDENT_UPDATE": "Updates the broadcasted incident if possible.",
|
|
21
23
|
"CUSTOM": "Legacy template types to support backwards compatibility.",
|
|
22
24
|
"OWNERSHIP_CHANGE": "Ownership change notification template."
|
|
@@ -35,6 +37,8 @@
|
|
|
35
37
|
"BROADCAST_NEW_PROPOSAL",
|
|
36
38
|
"BROADCAST_PROPOSAL_STATUS_CHANGE",
|
|
37
39
|
"BROADCAST_COMPLIANCE_FORM_PUBLISH",
|
|
40
|
+
"BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST",
|
|
41
|
+
"BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE",
|
|
38
42
|
"INVALID_TEMPLATE"
|
|
39
43
|
],
|
|
40
44
|
"doc": "Possible notification template types."
|
|
@@ -15,6 +15,13 @@
|
|
|
15
15
|
"namespace": "com.linkedin.pegasus2avro.query",
|
|
16
16
|
"fields": [
|
|
17
17
|
{
|
|
18
|
+
"Relationship": {
|
|
19
|
+
"entityTypes": [
|
|
20
|
+
"dataset",
|
|
21
|
+
"schemaField"
|
|
22
|
+
],
|
|
23
|
+
"name": "IsAssociatedWith"
|
|
24
|
+
},
|
|
18
25
|
"Searchable": {
|
|
19
26
|
"fieldName": "entities",
|
|
20
27
|
"fieldType": "URN"
|
|
@@ -25,7 +32,11 @@
|
|
|
25
32
|
"type": "string",
|
|
26
33
|
"name": "entity",
|
|
27
34
|
"doc": "An entity which is the subject of a query.",
|
|
28
|
-
"Urn": "Urn"
|
|
35
|
+
"Urn": "Urn",
|
|
36
|
+
"entityTypes": [
|
|
37
|
+
"dataset",
|
|
38
|
+
"schemaField"
|
|
39
|
+
]
|
|
29
40
|
}
|
|
30
41
|
],
|
|
31
42
|
"doc": "A single subject of a particular query.\nIn the future, we may evolve this model to include richer details\nabout the Query Subject in relation to the query."
|
|
@@ -80,67 +80,6 @@
|
|
|
80
80
|
"name": "version",
|
|
81
81
|
"default": null,
|
|
82
82
|
"doc": "Aspect version\n Initial implementation will use the aspect version's number, however stored as\n a string in the case where a different aspect versioning scheme is later adopted."
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"type": [
|
|
86
|
-
"null",
|
|
87
|
-
{
|
|
88
|
-
"type": "record",
|
|
89
|
-
"name": "AuditStamp",
|
|
90
|
-
"namespace": "com.linkedin.pegasus2avro.common",
|
|
91
|
-
"fields": [
|
|
92
|
-
{
|
|
93
|
-
"type": "long",
|
|
94
|
-
"name": "time",
|
|
95
|
-
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"java": {
|
|
99
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
100
|
-
},
|
|
101
|
-
"type": "string",
|
|
102
|
-
"name": "actor",
|
|
103
|
-
"doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change.",
|
|
104
|
-
"Urn": "Urn"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"java": {
|
|
108
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
109
|
-
},
|
|
110
|
-
"type": [
|
|
111
|
-
"null",
|
|
112
|
-
"string"
|
|
113
|
-
],
|
|
114
|
-
"name": "impersonator",
|
|
115
|
-
"default": null,
|
|
116
|
-
"doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor.",
|
|
117
|
-
"Urn": "Urn"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"type": [
|
|
121
|
-
"null",
|
|
122
|
-
"string"
|
|
123
|
-
],
|
|
124
|
-
"name": "message",
|
|
125
|
-
"default": null,
|
|
126
|
-
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
"name": "aspectCreated",
|
|
133
|
-
"default": null,
|
|
134
|
-
"doc": "When the aspect was initially created and who created it, detected by version 0 -> 1 change"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"type": [
|
|
138
|
-
"null",
|
|
139
|
-
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
140
|
-
],
|
|
141
|
-
"name": "aspectModified",
|
|
142
|
-
"default": null,
|
|
143
|
-
"doc": "When the aspect was last modified and the actor that performed the modification"
|
|
144
83
|
}
|
|
145
84
|
],
|
|
146
85
|
"doc": "Metadata associated with each metadata change that is processed by the system"
|
{acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.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.13rc4
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: avro-gen3==0.7.16
|
|
6
6
|
Requires-Dist: acryl-datahub
|
|
@@ -9,93 +9,93 @@ Requires-Dist: pytz
|
|
|
9
9
|
Requires-Dist: types-croniter
|
|
10
10
|
Requires-Dist: tzlocal
|
|
11
11
|
Provides-Extra: datahub-lineage-features
|
|
12
|
-
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
13
|
-
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
14
|
-
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
15
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
16
12
|
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
17
13
|
Requires-Dist: tenacity; extra == "datahub-lineage-features"
|
|
14
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
15
|
+
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
16
|
+
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
17
|
+
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
18
18
|
Provides-Extra: datahub-reporting-forms
|
|
19
|
-
Requires-Dist:
|
|
19
|
+
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
20
|
+
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
21
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
20
22
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
21
23
|
Requires-Dist: termcolor==2.5.0; extra == "datahub-reporting-forms"
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
24
|
-
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
24
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
25
25
|
Provides-Extra: datahub-reporting-extract-graph
|
|
26
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
27
|
-
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
28
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
29
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
30
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
31
26
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
27
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
28
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
29
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
30
|
+
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
31
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
32
32
|
Provides-Extra: datahub-reporting-extract-sql
|
|
33
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
34
|
-
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
35
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
36
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
37
33
|
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
34
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
35
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
36
|
+
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
37
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
38
38
|
Provides-Extra: datahub-usage-reporting
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist: duckdb; extra == "datahub-usage-reporting"
|
|
39
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
41
40
|
Requires-Dist: numpy<2; extra == "datahub-usage-reporting"
|
|
42
|
-
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
43
41
|
Requires-Dist: boto3; extra == "datahub-usage-reporting"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
42
|
+
Requires-Dist: pydantic<2; extra == "datahub-usage-reporting"
|
|
43
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-reporting"
|
|
46
44
|
Requires-Dist: pandas; extra == "datahub-usage-reporting"
|
|
47
45
|
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-reporting"
|
|
48
|
-
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-reporting"
|
|
49
46
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-reporting"
|
|
50
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: polars==1.30.0; extra == "datahub-usage-reporting"
|
|
48
|
+
Requires-Dist: duckdb; extra == "datahub-usage-reporting"
|
|
49
|
+
Requires-Dist: termcolor==2.5.0; extra == "datahub-usage-reporting"
|
|
50
|
+
Requires-Dist: pyarrow; extra == "datahub-usage-reporting"
|
|
51
51
|
Provides-Extra: datahub-metadata-sharing
|
|
52
52
|
Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
|
|
53
53
|
Provides-Extra: datahub-action-request-owner
|
|
54
54
|
Requires-Dist: tenacity; extra == "datahub-action-request-owner"
|
|
55
55
|
Provides-Extra: acryl-cs-issues
|
|
56
56
|
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
57
|
-
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
58
57
|
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
59
58
|
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
59
|
+
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
60
60
|
Provides-Extra: datahub-forms-notifications
|
|
61
61
|
Requires-Dist: tenacity; extra == "datahub-forms-notifications"
|
|
62
62
|
Provides-Extra: all
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist:
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist: boto3; extra == "all"
|
|
68
|
-
Requires-Dist: numpy<2; extra == "all"
|
|
69
|
-
Requires-Dist: polars==1.30.0; extra == "all"
|
|
70
|
-
Requires-Dist: jinja2; extra == "all"
|
|
63
|
+
Requires-Dist: openai; extra == "all"
|
|
64
|
+
Requires-Dist: tenacity; extra == "all"
|
|
65
|
+
Requires-Dist: slack-sdk; extra == "all"
|
|
66
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
71
67
|
Requires-Dist: pandas; extra == "all"
|
|
72
68
|
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
73
|
-
Requires-Dist:
|
|
74
|
-
Requires-Dist: openai; extra == "all"
|
|
69
|
+
Requires-Dist: duckdb; extra == "all"
|
|
75
70
|
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
76
|
-
Requires-Dist:
|
|
71
|
+
Requires-Dist: numpy<2; extra == "all"
|
|
72
|
+
Requires-Dist: boto3; extra == "all"
|
|
73
|
+
Requires-Dist: pydantic<2; extra == "all"
|
|
77
74
|
Requires-Dist: zenpy; extra == "all"
|
|
78
|
-
Requires-Dist:
|
|
79
|
-
Requires-Dist:
|
|
75
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
76
|
+
Requires-Dist: polars==1.30.0; extra == "all"
|
|
77
|
+
Requires-Dist: jinja2; extra == "all"
|
|
78
|
+
Requires-Dist: termcolor==2.5.0; extra == "all"
|
|
79
|
+
Requires-Dist: pyarrow; extra == "all"
|
|
80
80
|
Provides-Extra: dev
|
|
81
|
-
Requires-Dist:
|
|
82
|
-
Requires-Dist:
|
|
83
|
-
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
84
|
-
Requires-Dist: pydantic<2; extra == "dev"
|
|
85
|
-
Requires-Dist: boto3; extra == "dev"
|
|
81
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
82
|
+
Requires-Dist: tenacity; extra == "dev"
|
|
86
83
|
Requires-Dist: numpy<2; extra == "dev"
|
|
87
|
-
Requires-Dist: polars==1.30.0; extra == "dev"
|
|
88
84
|
Requires-Dist: openai; extra == "dev"
|
|
89
|
-
Requires-Dist:
|
|
85
|
+
Requires-Dist: boto3; extra == "dev"
|
|
86
|
+
Requires-Dist: pydantic<2; extra == "dev"
|
|
87
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
88
|
+
Requires-Dist: slack-sdk; extra == "dev"
|
|
90
89
|
Requires-Dist: pandas; extra == "dev"
|
|
91
90
|
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
92
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
93
|
-
Requires-Dist: slack-sdk; extra == "dev"
|
|
94
|
-
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
95
|
-
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
96
91
|
Requires-Dist: zenpy; extra == "dev"
|
|
97
|
-
Requires-Dist:
|
|
98
|
-
Requires-Dist:
|
|
92
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
93
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
94
|
+
Requires-Dist: polars==1.30.0; extra == "dev"
|
|
95
|
+
Requires-Dist: duckdb; extra == "dev"
|
|
96
|
+
Requires-Dist: jinja2; extra == "dev"
|
|
97
|
+
Requires-Dist: termcolor==2.5.0; extra == "dev"
|
|
98
|
+
Requires-Dist: pyarrow; extra == "dev"
|
|
99
99
|
Dynamic: provides-extra
|
|
100
100
|
Dynamic: requires-dist
|
|
101
101
|
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=rj36aQ_jn1X-FsV_DHco1lxLQc_zcKCbrRikTl8Ne3w,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
|
|
@@ -44,10 +44,10 @@ acryl_datahub_cloud/elasticsearch/graph_service.py,sha256=K4ykcSMxlrhlDrchhte3vE
|
|
|
44
44
|
acryl_datahub_cloud/lineage_features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
45
45
|
acryl_datahub_cloud/lineage_features/source.py,sha256=8je_BMcDAiiY-jV4ONYDW973vDC5AwD-DqAi64nGp_c,13800
|
|
46
46
|
acryl_datahub_cloud/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
|
|
47
|
-
acryl_datahub_cloud/metadata/schema.avsc,sha256=
|
|
48
|
-
acryl_datahub_cloud/metadata/schema_classes.py,sha256=
|
|
47
|
+
acryl_datahub_cloud/metadata/schema.avsc,sha256=0n9ynAa-1Yhs_69o4j_V4bfNHpN8G_pA8wBJ6QFejZY,1088181
|
|
48
|
+
acryl_datahub_cloud/metadata/schema_classes.py,sha256=9kSzifM8WQ17UMLYrusf8Xk87xlulxfEynausZVbO6g,1559640
|
|
49
49
|
acryl_datahub_cloud/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
50
|
-
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=
|
|
50
|
+
acryl_datahub_cloud/metadata/_urns/urn_defs.py,sha256=bR5vZzLsfARdXNdrt3ZZuP1vfaYAOIgb0b4l4DlxG58,170696
|
|
51
51
|
acryl_datahub_cloud/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
52
52
|
acryl_datahub_cloud/metadata/com/linkedin/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
53
53
|
acryl_datahub_cloud/metadata/com/linkedin/events/__init__.py,sha256=s_dR0plZF-rOxxIbE8ojekJqwiHzl2WYR-Z3kW6kKS0,298
|
|
@@ -56,10 +56,11 @@ acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/access/__init__.py,sha256
|
|
|
56
56
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/access/token/__init__.py,sha256=P9M7NqIc8XBu520VXQp1nBtXjzo09JPY5GoFR82iTjQ,318
|
|
57
57
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/action/__init__.py,sha256=d9mZhCz_MdTL1ucBCEZUT1kZlbGsJ56rp7mpD9VQMIM,1090
|
|
58
58
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/actionrequest/__init__.py,sha256=vtlFiz0hWtPezweYsp8dJIb_JkbS0bADkK1bLYuMmOk,1818
|
|
59
|
+
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/actionworkflow/__init__.py,sha256=2xFRo96MKPgTpEbd_HOEYoDDaofuhJa4R4VwU03zjEU,2716
|
|
59
60
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ai/__init__.py,sha256=5KsPzzfbk6D4z6ld1hXSpzoH2VndqFwKk-q83rMndLs,772
|
|
60
61
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/anomaly/__init__.py,sha256=D_1FX-evDTjvbNow603v6OMo0qJylHiu0PXxSU3asjg,709
|
|
61
62
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/application/__init__.py,sha256=1ibbZG6OriSnpn8dxvQNtKEwfJnY_On_Jw6XMbDUxZQ,486
|
|
62
|
-
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py,sha256=
|
|
63
|
+
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py,sha256=M4AGZWpI0yQ34SMvAeyUvpiNkzdF3yeErnTY8eqRmNc,7223
|
|
63
64
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/businessattribute/__init__.py,sha256=N8kO-eUi0_Rt7weizIExxlnJ2_kZRtPrZLWCC1xtDMA,653
|
|
64
65
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/chart/__init__.py,sha256=RNyyHLBNp_fxgFcBOLWO2UsXR1ofD_JczcBdPEQSusg,848
|
|
65
66
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/common/__init__.py,sha256=cPAGOTTYr98H34I0m2ruhEksK7Ilrsh4WYnaowTEd1c,8167
|
|
@@ -100,9 +101,8 @@ acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/incident/__init__.py,sha2
|
|
|
100
101
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/inferred/__init__.py,sha256=iyr_v_PU3qTI-Rn_iQ6O8SyCe8teN7BfOHIOtweMK2M,1610
|
|
101
102
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ingestion/__init__.py,sha256=1bfG2naq4iS_pwU4J-BVer_gfL0hDbJbnH0gh1MPNgA,871
|
|
102
103
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/link/__init__.py,sha256=4DfT4T_I6dh-iGk9LXYjrp98L9D66xZzM7Boqc7jmNg,388
|
|
103
|
-
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/logical/__init__.py,sha256=7SHiR-KzV1CkAimFy94SkcY0Xg0RlsIlLTUTGmGAW_U,290
|
|
104
104
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
105
|
-
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py,sha256=
|
|
105
|
+
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py,sha256=SFUUCe0CkR5eTHQ1mtkfLTk9nJ7SfhW5RJ-o2EX34J8,6531
|
|
106
106
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/query/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
107
107
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/query/filter/__init__.py,sha256=DBP_QtxkFmC5q_kuk4dGjb4uOKbB4xKgqTWXGxmNbBQ,532
|
|
108
108
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/recommendation/__init__.py,sha256=6XhFJ-Qf_H8RkEG_kZV6TcUWa0z-RXNlze6MLhV85l4,927
|
|
@@ -112,7 +112,7 @@ acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/snapshot/__init_
|
|
|
112
112
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metric/__init__.py,sha256=x6J8Ehqg_dQGuc3cq4p8qYy8rHwBDYxthVm7A-D3zhM,1171
|
|
113
113
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
114
114
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ml/metadata/__init__.py,sha256=qefB0n1xilQHCPla80b39wdjHOYoVtzBJT2jGc2szkM,3309
|
|
115
|
-
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/module/__init__.py,sha256=
|
|
115
|
+
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/module/__init__.py,sha256=Q64XyonAWViy4FlbjTz2yLWLB1gkAF3I9UtDkVAjlJM,980
|
|
116
116
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/monitor/__init__.py,sha256=JB8fF4OZ8Y8ik_W0SLMF9boNH1iXrTiMg0d1B2km1e0,4202
|
|
117
117
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/mxe/__init__.py,sha256=LqGp9QTLk_tiSsbHMGSUH7uPG00Bf_qQIMiU7vtO4Tk,973
|
|
118
118
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/notebook/__init__.py,sha256=BcjOsz4YeHQbLLBb4Im4uJ7ux1hGHquQDmiIOiDXVtE,901
|
|
@@ -147,9 +147,11 @@ acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/versionset/__init__.py,sh
|
|
|
147
147
|
acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/view/__init__.py,sha256=-Le-jOqUJKv3ppwMhJHFFV3WwKTKjj1ETTkl9r7fY0o,498
|
|
148
148
|
acryl_datahub_cloud/metadata/schemas/Access.avsc,sha256=37CHwmencwo4f_DAVFGbRZmDG8zNMWSEXj0CFlwUH7E,1522
|
|
149
149
|
acryl_datahub_cloud/metadata/schemas/ActionRequestArchived.avsc,sha256=kZ1ShkVXW4wDAd2LZfb2J-xA9jVmJJ4AQ--BGgNeSq4,2409
|
|
150
|
-
acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc,sha256=
|
|
150
|
+
acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc,sha256=0yCqjr2Q72Lj9HaqbO_F0Q5v7p3qWgM6_L5jIBYvSt4,46309
|
|
151
151
|
acryl_datahub_cloud/metadata/schemas/ActionRequestKey.avsc,sha256=vQSAUp-dDcCIPZsE3fN_tKOgjdz-_MVKQXyt7Mx6UAU,426
|
|
152
152
|
acryl_datahub_cloud/metadata/schemas/ActionRequestStatus.avsc,sha256=u_GIp80s3w_EU_F_xSZ-K5lNH5RUKVbOtblWFdYqDjQ,3185
|
|
153
|
+
acryl_datahub_cloud/metadata/schemas/ActionWorkflowInfo.avsc,sha256=mGVAM_zoU231u8GFBSF0lYlgVRta_PHWCHTKESJpYtQ,37546
|
|
154
|
+
acryl_datahub_cloud/metadata/schemas/ActionWorkflowKey.avsc,sha256=jfYreAXgdcehBvBpMCI3nYN1IpimV6eCMiKWzz8vlpY,466
|
|
153
155
|
acryl_datahub_cloud/metadata/schemas/Actors.avsc,sha256=M76L2_Dlp7VyhVtu9__jhnh8rBNvNobtNJUfvl7bcPE,1188
|
|
154
156
|
acryl_datahub_cloud/metadata/schemas/AiInferenceMetadata.avsc,sha256=NxZqYu3hKy-I6uuUlZE0LEk2Z3IDSvZDjnYA9efmyo8,1171
|
|
155
157
|
acryl_datahub_cloud/metadata/schemas/AnomaliesSummary.avsc,sha256=EhwcEm-B4pSpYKlUWyYcytNvmA4vnpmzhA7QhJUi4nU,3477
|
|
@@ -158,12 +160,12 @@ acryl_datahub_cloud/metadata/schemas/ApplicationKey.avsc,sha256=WUKo-n1XiCy-09a2
|
|
|
158
160
|
acryl_datahub_cloud/metadata/schemas/ApplicationProperties.avsc,sha256=ZVjgnPEfi4SEvlyyIruK2sDj8xEjJeSeU3pbPINGum4,1560
|
|
159
161
|
acryl_datahub_cloud/metadata/schemas/Applications.avsc,sha256=zL6yIzsS3w2463cZvTfdsTqBT7Kii8d58qc28QR_OOs,854
|
|
160
162
|
acryl_datahub_cloud/metadata/schemas/AssertionActions.avsc,sha256=zrvXzX2Nv_dmK6I3ZXCVWQ1bVs1q01Gl9sDRJA8oSDU,1618
|
|
161
|
-
acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc,sha256=
|
|
163
|
+
acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc,sha256=d8fGy5d2gBLvv6R_uYmRhIoMjJ4m_O9xZdG8xmEGqHs,226837
|
|
162
164
|
acryl_datahub_cloud/metadata/schemas/AssertionDryRunEvent.avsc,sha256=uXrBr18Nx-qFCBGRCFKmHDxrFjfkOipTkVl6W5ieXyw,10366
|
|
163
165
|
acryl_datahub_cloud/metadata/schemas/AssertionInferenceDetails.avsc,sha256=H33ua52l2Jd72voNkwfHeB5V3aWWiJEAKrCFDNOm66I,13494
|
|
164
|
-
acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc,sha256=
|
|
166
|
+
acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc,sha256=DJqbisMfQYPExRx18XfdklVxl1ZYwEM21SRE2wK04DQ,137215
|
|
165
167
|
acryl_datahub_cloud/metadata/schemas/AssertionKey.avsc,sha256=lMIHiRwL_jqOg3OHUSjdc_-PSgFPvcDoOtgxqR0DOg0,793
|
|
166
|
-
acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc,sha256
|
|
168
|
+
acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc,sha256=MrYf_ESSm0iZrKJW_VdHtrtfYOBA46cPtQLXgEjNIdc,224418
|
|
167
169
|
acryl_datahub_cloud/metadata/schemas/AssertionRunSummary.avsc,sha256=fLplWaSL9mLMSR3RG_BGAO7Kymmd1dBGBYc9VNNFRmY,1213
|
|
168
170
|
acryl_datahub_cloud/metadata/schemas/AssertionsSummary.avsc,sha256=_3jUAnv4iKpz-tU7WHWDFvyvAQGDThLccPv3hvuAaaI,5582
|
|
169
171
|
acryl_datahub_cloud/metadata/schemas/BatchTestRunEvent.avsc,sha256=EPzwsRVMzBYCVRxug_LynjxRGkzv7QwFjw_zkJFBZAg,10083
|
|
@@ -190,7 +192,7 @@ acryl_datahub_cloud/metadata/schemas/CorpUserCredentials.avsc,sha256=S7FkV9K_DGx
|
|
|
190
192
|
acryl_datahub_cloud/metadata/schemas/CorpUserEditableInfo.avsc,sha256=6IrqWidbHP7mRryfVlWAQU0JS34THHTM8_aIKWqClUE,3843
|
|
191
193
|
acryl_datahub_cloud/metadata/schemas/CorpUserInfo.avsc,sha256=oObOza-5FLjZyCjj0FN4MNV1DodgTwJSV4APduAggjk,3955
|
|
192
194
|
acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc,sha256=ZavGBxjsxpqunJ64F47r44pa8b775kOvTmA-Ud0fQYk,1067
|
|
193
|
-
acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc,sha256=
|
|
195
|
+
acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc,sha256=soepn2IDdOIvnO4GeLPICpw8YqkPQbCbFcMFCDy2GD8,8592
|
|
194
196
|
acryl_datahub_cloud/metadata/schemas/CorpUserStatus.avsc,sha256=yqojAXEQ9CjRhY58RPyTUxzmFbHSANGGaMMbqiYZZIE,2538
|
|
195
197
|
acryl_datahub_cloud/metadata/schemas/Cost.avsc,sha256=o4kYZSss2uEwJ6gCA9fhBUoyD5xUqcSxz78vkIXXzGQ,1494
|
|
196
198
|
acryl_datahub_cloud/metadata/schemas/CostFeatures.avsc,sha256=hY9E4ZTGIUn_fGLHckv_LNNiPA0ZYeBgSx8wciVDis4,820
|
|
@@ -216,7 +218,7 @@ acryl_datahub_cloud/metadata/schemas/DataHubMetricCubeEvent.avsc,sha256=pB2csjB5
|
|
|
216
218
|
acryl_datahub_cloud/metadata/schemas/DataHubMetricCubeKey.avsc,sha256=vvGjm329gFtIcPj5LC2QT-KRKbiydFD8SmC7WWsIw6E,527
|
|
217
219
|
acryl_datahub_cloud/metadata/schemas/DataHubOpenAPISchemaKey.avsc,sha256=q6ZyMoxInwmrkrXkUgMe-i-WZzAxbjcvJ-EI99SnEp8,599
|
|
218
220
|
acryl_datahub_cloud/metadata/schemas/DataHubPageModuleKey.avsc,sha256=NyFN8cVO6s6rtgoLGJJGfcPfpGr5PfmZlIhM6ajldfQ,460
|
|
219
|
-
acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc,sha256=
|
|
221
|
+
acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc,sha256=eiCZBsLMgpkGtwSw-nn6BpumdwHAsHh1AiCa_hj5bHk,6471
|
|
220
222
|
acryl_datahub_cloud/metadata/schemas/DataHubPageTemplateKey.avsc,sha256=0sVqwL97Rp8YHPytp2RqUP5hIW048hmT2hPNP5k6arc,472
|
|
221
223
|
acryl_datahub_cloud/metadata/schemas/DataHubPageTemplateProperties.avsc,sha256=0ndN64UNAADL6G_GVjJLHbe_dBnWhVRjtI3MilOlHQc,5651
|
|
222
224
|
acryl_datahub_cloud/metadata/schemas/DataHubPersonaInfo.avsc,sha256=aAi4gMpOZaJCz3JL3uOYfZsxWWUJOsdboK3GVftX9HI,521
|
|
@@ -260,7 +262,7 @@ acryl_datahub_cloud/metadata/schemas/DataTypeKey.avsc,sha256=Gs5uc_azwg10e36ZbwD
|
|
|
260
262
|
acryl_datahub_cloud/metadata/schemas/DatahubIngestionCheckpoint.avsc,sha256=m2Zyrx3ZWDc5gHuwbmBSRJ3JN4NFkpUhDEKM2Yeuqrw,5681
|
|
261
263
|
acryl_datahub_cloud/metadata/schemas/DatahubIngestionRunSummary.avsc,sha256=_Ek7NqfJVTLqlM0NR9BRA57N9_ejwDdQvz7B1tVxSEE,9367
|
|
262
264
|
acryl_datahub_cloud/metadata/schemas/DatasetDeprecation.avsc,sha256=ucXxaDcAUib9_y0k5qOINMn5VK2X3trHK2dcpNcsR2Q,1256
|
|
263
|
-
acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc,sha256=
|
|
265
|
+
acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc,sha256=TAs8N53xS6cxz87n2_-zZjfVpW-FbwoQ4wt82SqT5q4,3860
|
|
264
266
|
acryl_datahub_cloud/metadata/schemas/DatasetProfile.avsc,sha256=0NlrSBbwDdlOZclWA3RUept_Ennc9i-W7EeldyrkTlk,20778
|
|
265
267
|
acryl_datahub_cloud/metadata/schemas/DatasetProperties.avsc,sha256=DFJn75feqaoQk84zin_o_lqsFFhqkwya5LGC5LLJXbU,4209
|
|
266
268
|
acryl_datahub_cloud/metadata/schemas/DatasetUpstreamLineage.avsc,sha256=PjAWPbsqwH7FjX2kFDy0dE6ENYOwRynH9vJerWisr2A,5365
|
|
@@ -307,7 +309,7 @@ acryl_datahub_cloud/metadata/schemas/FormNotifications.avsc,sha256=SQPrkAyV-EwsB
|
|
|
307
309
|
acryl_datahub_cloud/metadata/schemas/FormSettings.avsc,sha256=25KfaLxbNuTzEVoqxfcgw-qQLBrx9npQnBY8YXrlfPE,740
|
|
308
310
|
acryl_datahub_cloud/metadata/schemas/Forms.avsc,sha256=nyQdv1BWPPO8P8ueOt7Q5GX1C-FT8ujgaFiuzzwvyeE,23076
|
|
309
311
|
acryl_datahub_cloud/metadata/schemas/GenericEntityKey.avsc,sha256=5L7OgN-0JRRZsAP87_vFNLQida-Qg5SgAWtr7FQhHaY,642
|
|
310
|
-
acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc,sha256
|
|
312
|
+
acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc,sha256=-g29aEQBNGQTFDc-xWGATVciX6Ejl0_tp1fQYPgLNyQ,21621
|
|
311
313
|
acryl_datahub_cloud/metadata/schemas/GlobalSettingsKey.avsc,sha256=Yj8s5IdM9yF7xrhJcLGCPCXBWqSsrPbufBaQjlZ3JlU,563
|
|
312
314
|
acryl_datahub_cloud/metadata/schemas/GlobalTags.avsc,sha256=4AXMjct3_torkAXcUXfzuBcpTZCH5F6bLYa9wzKXhhk,4699
|
|
313
315
|
acryl_datahub_cloud/metadata/schemas/GlossaryNodeInfo.avsc,sha256=G1Cb-w9VxIAEhNqyiEsDL_ABRO9QxyTpUANKU6DQrFw,1888
|
|
@@ -335,7 +337,6 @@ acryl_datahub_cloud/metadata/schemas/InviteTokenKey.avsc,sha256=MuQUlQaeVjaBkjSs
|
|
|
335
337
|
acryl_datahub_cloud/metadata/schemas/LineageFeatures.avsc,sha256=bofUEmxI_fyj99HJW1zjxcnSn-HBrawmQcDB74B9W6E,2623
|
|
336
338
|
acryl_datahub_cloud/metadata/schemas/LinkPreviewInfo.avsc,sha256=rKHcTWPfUGA6xLoUZcAbgw2wHH4OyRHPti8iO4kAcyE,944
|
|
337
339
|
acryl_datahub_cloud/metadata/schemas/LinkPreviewKey.avsc,sha256=fR5V6lsi4h6kjTyeRXQeLsoabzbjWlRNNjAg8lZsgJE,474
|
|
338
|
-
acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc,sha256=U7PlYOsE3klr4ksbE_VEKKR2uQZ1KwXIhMXmipWcZa0,5159
|
|
339
340
|
acryl_datahub_cloud/metadata/schemas/MLFeatureKey.avsc,sha256=keDn5CDUgL7YNJkZ92TjCuuBQt-zMmb47mFOXON0z0w,1274
|
|
340
341
|
acryl_datahub_cloud/metadata/schemas/MLFeatureProperties.avsc,sha256=Lt-uRQ7OAMaQi-cFJBwWDFR3mKs5P7wrEljTq0hdYcI,6960
|
|
341
342
|
acryl_datahub_cloud/metadata/schemas/MLFeatureTableKey.avsc,sha256=hgV_8iUob2IQ5OMiQFil0nO_cIou2PYsogXmGBFvmFY,1522
|
|
@@ -352,12 +353,12 @@ acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc,sha256=-iJy0wMeKiJDt
|
|
|
352
353
|
acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc,sha256=KcVMo7SYGW7k39rktVw8f7k7SeVFcEVMW5krDCB4o-A,1207
|
|
353
354
|
acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc,sha256=9unOw5ZdIaNj8eQut5I16LWy1FeIWUtsRjiKw-myWd4,6918
|
|
354
355
|
acryl_datahub_cloud/metadata/schemas/MLTrainingRunProperties.avsc,sha256=WGgj0MuQrGD4UgvyHCJHzTnHja2LlJTOr1gLu8SySj0,4269
|
|
355
|
-
acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=
|
|
356
|
-
acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=
|
|
357
|
-
acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=
|
|
356
|
+
acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc,sha256=UMrYOwivfBZ-K__t8dPYU-zGf17yv7GSO9a_xU7vniA,436611
|
|
357
|
+
acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc,sha256=Cf5eECeShCA_XHFr2MRhRQpPE61F6Xv-z1jjoBLJLgc,12239
|
|
358
|
+
acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc,sha256=tvO5cGIqZAIvUbMon1RAKgSY4E0jvBqT5VmLWAuNGkY,9770
|
|
358
359
|
acryl_datahub_cloud/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
|
|
359
360
|
acryl_datahub_cloud/metadata/schemas/MonitorAnomalyEvent.avsc,sha256=ctoQusjDpN-nQKJje0l453AQioRj0x74b-32lyA6414,9587
|
|
360
|
-
acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc,sha256=
|
|
361
|
+
acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc,sha256=s2o0g9vU-1C7lneS_ezm0RMx7lGjoHKnmbuVd1rqeCA,303595
|
|
361
362
|
acryl_datahub_cloud/metadata/schemas/MonitorKey.avsc,sha256=NZwKD7jLXDsXRML2jTm-vkYoe7wJiuAKBOVpvZRYIX0,898
|
|
362
363
|
acryl_datahub_cloud/metadata/schemas/MonitorSuiteInfo.avsc,sha256=tHI9WzNoBrjPG6QloxnwL-eMsJGHf1JI0oKxXlve3Cw,37839
|
|
363
364
|
acryl_datahub_cloud/metadata/schemas/MonitorSuiteKey.avsc,sha256=-bpGsyeoLcsUVPaHvZBvm4ZvItc94SYttkvd6x56XuE,438
|
|
@@ -366,7 +367,7 @@ acryl_datahub_cloud/metadata/schemas/NativeGroupMembership.avsc,sha256=9mh9tzyj3
|
|
|
366
367
|
acryl_datahub_cloud/metadata/schemas/NotebookContent.avsc,sha256=ck3yDt0qK5Hn3-mWTNLlYnohXCs6kMUUWPXm7o1JEWE,12496
|
|
367
368
|
acryl_datahub_cloud/metadata/schemas/NotebookInfo.avsc,sha256=7WRavX6dQZmLrwP1F4nMQOmeHPHjHF9NTVFAgLUdw4c,5833
|
|
368
369
|
acryl_datahub_cloud/metadata/schemas/NotebookKey.avsc,sha256=EYpUWpC2pZxn3qgp0oPAYB959n_MdLV1UCRsGuwUENs,1260
|
|
369
|
-
acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc,sha256=
|
|
370
|
+
acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc,sha256=Z6n9dahSwANl66hYawE2L48IP99_sx-63lLxnuuU01o,20462
|
|
370
371
|
acryl_datahub_cloud/metadata/schemas/Operation.avsc,sha256=YHNzTCDT9lPB7zRddU13o2AsFWvwHY0aTKfVHsBsPh4,13319
|
|
371
372
|
acryl_datahub_cloud/metadata/schemas/Origin.avsc,sha256=1IAzS9VzVaMf7NTMyej4lOzKR_lnYWDgPZiJytoXA7M,6144
|
|
372
373
|
acryl_datahub_cloud/metadata/schemas/Ownership.avsc,sha256=J0rEclNsuIZ0IRC73Sc3FvPVhWKanIXyGVeqSeKKhyA,9750
|
|
@@ -382,7 +383,7 @@ acryl_datahub_cloud/metadata/schemas/Proposals.avsc,sha256=Z_psjYg3IjXUeWW-MArIh
|
|
|
382
383
|
acryl_datahub_cloud/metadata/schemas/QuantitativeAnalyses.avsc,sha256=XrGYVoGUh7ZRjAbMORSiqF5Zl4a0IbYDPiQuSJhABZM,960
|
|
383
384
|
acryl_datahub_cloud/metadata/schemas/QueryKey.avsc,sha256=v6ZlJ9fQzOpLCkpSSB1A7snuiHKRvbJpCEPXvLhX1DI,571
|
|
384
385
|
acryl_datahub_cloud/metadata/schemas/QueryProperties.avsc,sha256=26Q3zzuzJbUCUG7IJ3q_OEdcNbyzloZzDJWPbv3GQAk,5589
|
|
385
|
-
acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc,sha256=
|
|
386
|
+
acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc,sha256=WbnUGiOBdc1Ypn4P_R5gCfPH-wNHJUIk7YeyJ2NiOZQ,1747
|
|
386
387
|
acryl_datahub_cloud/metadata/schemas/QueryUsageFeatures.avsc,sha256=8SpJcoybIh_fEiMxlIFSQHzBq3Wfaxj5h5RALOtT-gs,2133
|
|
387
388
|
acryl_datahub_cloud/metadata/schemas/QueryUsageStatistics.avsc,sha256=z1gfAnXdBoPEeERi5RESjrdBuS6AcIdqdN5JqWOSuNo,6192
|
|
388
389
|
acryl_datahub_cloud/metadata/schemas/RecommendationModule.avsc,sha256=70BbA_R40dEJDNPJ4BGydwPV2Fw-PoXn4xwVB9sO6aM,12758
|
|
@@ -398,7 +399,7 @@ acryl_datahub_cloud/metadata/schemas/RoleMembership.avsc,sha256=Al3LXKRowCiHhgTf
|
|
|
398
399
|
acryl_datahub_cloud/metadata/schemas/RoleProperties.avsc,sha256=tDw-WF1uBGIcrk38nOnXs3FCF_YjBhScarJbreQvwjE,3037
|
|
399
400
|
acryl_datahub_cloud/metadata/schemas/SchemaFieldAliases.avsc,sha256=El_cxn0KUhMf2LGfMPzcZ6Xtths2wQOaF9fnM1KQmxQ,560
|
|
400
401
|
acryl_datahub_cloud/metadata/schemas/SchemaFieldInfo.avsc,sha256=Gf9EGqrEf10554hd4Eut7T8ZdOR-9OHgDXVRhFo311o,800
|
|
401
|
-
acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc,sha256=
|
|
402
|
+
acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc,sha256=6NuRKcrZJuJ7C0n9A6DFOw407Q-U6mGDmn5xfAhMgMI,1038
|
|
402
403
|
acryl_datahub_cloud/metadata/schemas/SchemaFieldProfile.avsc,sha256=OxYPLRDCv318n1k7d2aaFYlO3jOD0YtmGzenB1LfBuI,17532
|
|
403
404
|
acryl_datahub_cloud/metadata/schemas/SchemaFieldsInferredMetadata.avsc,sha256=LOGg4tLnUzOJ0NqKmYCZqf5-TvoeFrmZtaz8eBrLhjc,9269
|
|
404
405
|
acryl_datahub_cloud/metadata/schemas/SchemaFieldsInferredNeighbors.avsc,sha256=WVWdteaKsDuSypzv5_WXedMmCj9r29HIqFQQULWnWRY,5962
|
|
@@ -417,7 +418,7 @@ acryl_datahub_cloud/metadata/schemas/StructuredPropertySettings.avsc,sha256=EDNl
|
|
|
417
418
|
acryl_datahub_cloud/metadata/schemas/SubTypes.avsc,sha256=bhXbzK020zDyQno97Xp05vmoMeZ82IGu2jz7pWDo3RQ,655
|
|
418
419
|
acryl_datahub_cloud/metadata/schemas/SubscriptionInfo.avsc,sha256=Tdp8tMNEDeuMohYvfInhpNsEod7jrPIhz81SjP-v8xA,15669
|
|
419
420
|
acryl_datahub_cloud/metadata/schemas/SubscriptionKey.avsc,sha256=CbtqlNaT49lo1iPzz9GVr8zDQl09LRgd5zKp3ZuZ49k,502
|
|
420
|
-
acryl_datahub_cloud/metadata/schemas/SystemMetadata.avsc,sha256=
|
|
421
|
+
acryl_datahub_cloud/metadata/schemas/SystemMetadata.avsc,sha256=wDVdpa9LSAlMzHIiWw-fMLHTCrxcJdnDOY_n5CDNTN8,2068
|
|
421
422
|
acryl_datahub_cloud/metadata/schemas/TagKey.avsc,sha256=YINS5zatQp8rwwZRccFPSGeBj5mcaVEcK247TMluwJs,671
|
|
422
423
|
acryl_datahub_cloud/metadata/schemas/TagProperties.avsc,sha256=Qzttxd7BB38JUwwl7tZzIV1Warnh-uQO-Ahw9Sd-vH4,883
|
|
423
424
|
acryl_datahub_cloud/metadata/schemas/TelemetryClientId.avsc,sha256=GScej0kXFZxoBUcRVrVynzArFSYQpO_dnhY5Po5dlx0,408
|
|
@@ -466,8 +467,8 @@ acryl_datahub_cloud/sdk/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
466
467
|
acryl_datahub_cloud/sdk/entities/assertion.py,sha256=-OILvHyKAI4-5mS2bb_P44Fvk6rBOOcvaxSMXfEYvRw,15077
|
|
467
468
|
acryl_datahub_cloud/sdk/entities/monitor.py,sha256=NMrhJrWYNPvorxA33S_5FOl8YCtSmmeAavTzFLtWcOo,9665
|
|
468
469
|
acryl_datahub_cloud/sdk/entities/subscription.py,sha256=WbDZqjE4QCMBh1_0culwN5btcUPoFuUReRYMJU3uYas,2332
|
|
469
|
-
acryl_datahub_cloud-0.3.
|
|
470
|
-
acryl_datahub_cloud-0.3.
|
|
471
|
-
acryl_datahub_cloud-0.3.
|
|
472
|
-
acryl_datahub_cloud-0.3.
|
|
473
|
-
acryl_datahub_cloud-0.3.
|
|
470
|
+
acryl_datahub_cloud-0.3.13rc4.dist-info/METADATA,sha256=mit1WZUQb0hDPmzdgfnJ8YIXJtpnNHPgT9DEF3i8F4A,4856
|
|
471
|
+
acryl_datahub_cloud-0.3.13rc4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
472
|
+
acryl_datahub_cloud-0.3.13rc4.dist-info/entry_points.txt,sha256=veuyIaEzm7JF2q-C8Q-RcSV6V5Y9LvnVvIhTjiT5WUs,1342
|
|
473
|
+
acryl_datahub_cloud-0.3.13rc4.dist-info/top_level.txt,sha256=EwgCxfX-DzJANwxj-Mx_j4TOfAFhmc_FgMbRPzWsoZs,20
|
|
474
|
+
acryl_datahub_cloud-0.3.13rc4.dist-info/RECORD,,
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# mypy: ignore-errors
|
|
2
|
-
# flake8: noqa
|
|
3
|
-
|
|
4
|
-
# This file is autogenerated by /metadata-ingestion/scripts/avro_codegen.py
|
|
5
|
-
# Do not modify manually!
|
|
6
|
-
|
|
7
|
-
# pylint: skip-file
|
|
8
|
-
# fmt: off
|
|
9
|
-
# isort: skip_file
|
|
10
|
-
from .....schema_classes import LogicalParentClass
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
LogicalParent = LogicalParentClass
|
|
14
|
-
|
|
15
|
-
# fmt: on
|