acryl-datahub-cloud 0.3.9.2rc3__py3-none-any.whl → 0.3.10__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.

Files changed (55) hide show
  1. acryl_datahub_cloud/_codegen_config.json +1 -1
  2. acryl_datahub_cloud/datahub_reporting/datahub_form_reporting.py +5 -5
  3. acryl_datahub_cloud/metadata/_urns/urn_defs.py +1968 -1944
  4. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/anomaly/__init__.py +2 -12
  5. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +6 -0
  6. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/common/__init__.py +2 -0
  7. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +2 -0
  8. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/monitor/__init__.py +16 -0
  9. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/timeseries/__init__.py +8 -0
  10. acryl_datahub_cloud/metadata/schema.avsc +23800 -22868
  11. acryl_datahub_cloud/metadata/schema_classes.py +1734 -950
  12. acryl_datahub_cloud/metadata/schemas/AnomalyKey.avsc +1 -7
  13. acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +445 -213
  14. acryl_datahub_cloud/metadata/schemas/AssertionInferenceDetails.avsc +237 -12
  15. acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +277 -212
  16. acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +445 -213
  17. acryl_datahub_cloud/metadata/schemas/CorpGroupKey.avsc +1 -0
  18. acryl_datahub_cloud/metadata/schemas/CorpGroupSettings.avsc +48 -1
  19. acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc +3 -2
  20. acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +48 -1
  21. acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc +2 -1
  22. acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc +2 -1
  23. acryl_datahub_cloud/metadata/schemas/DataProcessKey.avsc +2 -1
  24. acryl_datahub_cloud/metadata/schemas/DataProductKey.avsc +1 -0
  25. acryl_datahub_cloud/metadata/schemas/Deprecation.avsc +2 -0
  26. acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +1 -1
  27. acryl_datahub_cloud/metadata/schemas/GlossaryNodeKey.avsc +1 -0
  28. acryl_datahub_cloud/metadata/schemas/GlossaryTermKey.avsc +1 -0
  29. acryl_datahub_cloud/metadata/schemas/InstitutionalMemory.avsc +31 -0
  30. acryl_datahub_cloud/metadata/schemas/MLFeatureKey.avsc +1 -0
  31. acryl_datahub_cloud/metadata/schemas/MLFeatureTableKey.avsc +1 -0
  32. acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc +2 -1
  33. acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc +3 -0
  34. acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc +16 -0
  35. acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc +2 -0
  36. acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc +1 -0
  37. acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +49 -0
  38. acryl_datahub_cloud/metadata/schemas/MonitorAnomalyEvent.avsc +265 -0
  39. acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +549 -212
  40. acryl_datahub_cloud/metadata/schemas/MonitorKey.avsc +2 -1
  41. acryl_datahub_cloud/metadata/schemas/MonitorSuiteInfo.avsc +790 -0
  42. acryl_datahub_cloud/metadata/schemas/MonitorSuiteKey.avsc +21 -0
  43. acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +3 -1
  44. acryl_datahub_cloud/metadata/schemas/PostKey.avsc +1 -0
  45. acryl_datahub_cloud/metadata/schemas/QueryProperties.avsc +20 -0
  46. acryl_datahub_cloud/metadata/schemas/RemoteExecutorPoolInfo.avsc +9 -0
  47. acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +1 -0
  48. acryl_datahub_cloud/metadata/schemas/Siblings.avsc +2 -0
  49. acryl_datahub_cloud/metadata/schemas/SubscriptionInfo.avsc +48 -1
  50. {acryl_datahub_cloud-0.3.9.2rc3.dist-info → acryl_datahub_cloud-0.3.10.dist-info}/METADATA +43 -43
  51. {acryl_datahub_cloud-0.3.9.2rc3.dist-info → acryl_datahub_cloud-0.3.10.dist-info}/RECORD +54 -52
  52. acryl_datahub_cloud/metadata/schemas/AnomalyInfo.avsc +0 -342
  53. {acryl_datahub_cloud-0.3.9.2rc3.dist-info → acryl_datahub_cloud-0.3.10.dist-info}/WHEEL +0 -0
  54. {acryl_datahub_cloud-0.3.9.2rc3.dist-info → acryl_datahub_cloud-0.3.10.dist-info}/entry_points.txt +0 -0
  55. {acryl_datahub_cloud-0.3.9.2rc3.dist-info → acryl_datahub_cloud-0.3.10.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,7 @@
15
15
  "structuredProperties",
16
16
  "forms",
17
17
  "testResults",
18
+ "subTypes",
18
19
  "corpGroupSettings",
19
20
  "share"
20
21
  ],
@@ -33,7 +33,7 @@
33
33
  }
34
34
  },
35
35
  "name": "sinkTypes",
36
- "doc": "Sink types that notifications are sent to."
36
+ "doc": "Sink types that notifications are sent to. This is a top-level on/off switch."
37
37
  },
38
38
  {
39
39
  "type": [
@@ -92,6 +92,53 @@
92
92
  "name": "emailSettings",
93
93
  "default": null,
94
94
  "doc": "Email Notification Settings"
95
+ },
96
+ {
97
+ "type": [
98
+ "null",
99
+ {
100
+ "type": "map",
101
+ "values": {
102
+ "type": "record",
103
+ "name": "NotificationSetting",
104
+ "namespace": "com.linkedin.pegasus2avro.settings",
105
+ "fields": [
106
+ {
107
+ "type": {
108
+ "type": "enum",
109
+ "symbolDocs": {
110
+ "DISABLED": "Setting is disabled.",
111
+ "ENABLED": "Setting is enabled."
112
+ },
113
+ "name": "NotificationSettingValue",
114
+ "namespace": "com.linkedin.pegasus2avro.settings",
115
+ "symbols": [
116
+ "ENABLED",
117
+ "DISABLED"
118
+ ]
119
+ },
120
+ "name": "value",
121
+ "doc": "Integrations between DataHub & other platforms."
122
+ },
123
+ {
124
+ "type": [
125
+ "null",
126
+ {
127
+ "type": "map",
128
+ "values": "string"
129
+ }
130
+ ],
131
+ "name": "params",
132
+ "default": null,
133
+ "doc": "Custom set of setting parameters.\nCurrently used to store sink enabled / disabled settings.\nE.g. slack.enabled = true, email.enabled = false"
134
+ }
135
+ ]
136
+ }
137
+ }
138
+ ],
139
+ "name": "settings",
140
+ "default": null,
141
+ "doc": "User or Group Notification Scenario Settings.\n\nA map of notification scenario type to the settings associated with it.\nFor a list of all scenario types to notify on, check out NotificationScenarioType enum."
95
142
  }
96
143
  ],
97
144
  "doc": "Notification settings for an actor or subscription."
@@ -19,8 +19,9 @@
19
19
  "structuredProperties",
20
20
  "forms",
21
21
  "testResults",
22
- "share",
23
- "slackUserInfo"
22
+ "subTypes",
23
+ "slackUserInfo",
24
+ "share"
24
25
  ],
25
26
  "entityDoc": "CorpUser represents an identity of a person (or an account) in the enterprise."
26
27
  },
@@ -92,7 +92,7 @@
92
92
  }
93
93
  },
94
94
  "name": "sinkTypes",
95
- "doc": "Sink types that notifications are sent to."
95
+ "doc": "Sink types that notifications are sent to. This is a top-level on/off switch."
96
96
  },
97
97
  {
98
98
  "type": [
@@ -151,6 +151,53 @@
151
151
  "name": "emailSettings",
152
152
  "default": null,
153
153
  "doc": "Email Notification Settings"
154
+ },
155
+ {
156
+ "type": [
157
+ "null",
158
+ {
159
+ "type": "map",
160
+ "values": {
161
+ "type": "record",
162
+ "name": "NotificationSetting",
163
+ "namespace": "com.linkedin.pegasus2avro.settings",
164
+ "fields": [
165
+ {
166
+ "type": {
167
+ "type": "enum",
168
+ "symbolDocs": {
169
+ "DISABLED": "Setting is disabled.",
170
+ "ENABLED": "Setting is enabled."
171
+ },
172
+ "name": "NotificationSettingValue",
173
+ "namespace": "com.linkedin.pegasus2avro.settings",
174
+ "symbols": [
175
+ "ENABLED",
176
+ "DISABLED"
177
+ ]
178
+ },
179
+ "name": "value",
180
+ "doc": "Integrations between DataHub & other platforms."
181
+ },
182
+ {
183
+ "type": [
184
+ "null",
185
+ {
186
+ "type": "map",
187
+ "values": "string"
188
+ }
189
+ ],
190
+ "name": "params",
191
+ "default": null,
192
+ "doc": "Custom set of setting parameters.\nCurrently used to store sink enabled / disabled settings.\nE.g. slack.enabled = true, email.enabled = false"
193
+ }
194
+ ]
195
+ }
196
+ }
197
+ ],
198
+ "name": "settings",
199
+ "default": null,
200
+ "doc": "User or Group Notification Scenario Settings.\n\nA map of notification scenario type to the settings associated with it.\nFor a list of all scenario types to notify on, check out NotificationScenarioType enum."
154
201
  }
155
202
  ],
156
203
  "doc": "Notification settings for an actor or subscription."
@@ -41,7 +41,8 @@
41
41
  "createdOn": "inputEdges/*/created/time",
42
42
  "entityTypes": [
43
43
  "dataset",
44
- "mlModel"
44
+ "mlModel",
45
+ "dataProcessInstance"
45
46
  ],
46
47
  "isLineage": true,
47
48
  "name": "DataProcessInstanceConsumes",
@@ -41,7 +41,8 @@
41
41
  "createdOn": "outputEdges/*/created/time",
42
42
  "entityTypes": [
43
43
  "dataset",
44
- "mlModel"
44
+ "mlModel",
45
+ "dataProcessInstance"
45
46
  ],
46
47
  "isLineage": true,
47
48
  "isUpstream": false,
@@ -8,7 +8,8 @@
8
8
  "dataProcessInfo",
9
9
  "ownership",
10
10
  "status",
11
- "testResults"
11
+ "testResults",
12
+ "subTypes"
12
13
  ]
13
14
  },
14
15
  "name": "DataProcessKey",
@@ -15,6 +15,7 @@
15
15
  "structuredProperties",
16
16
  "forms",
17
17
  "testResults",
18
+ "subTypes",
18
19
  "share",
19
20
  "origin"
20
21
  ]
@@ -8,7 +8,9 @@
8
8
  "fields": [
9
9
  {
10
10
  "Searchable": {
11
+ "addToFilters": true,
11
12
  "fieldType": "BOOLEAN",
13
+ "filterNameOverride": "Deprecated",
12
14
  "weightsPerFieldValue": {
13
15
  "true": 0.5
14
16
  }
@@ -134,7 +134,7 @@
134
134
  ],
135
135
  "name": "params",
136
136
  "default": null,
137
- "doc": "Custom set of setting parameters."
137
+ "doc": "Custom set of setting parameters.\nCurrently used to store sink enabled / disabled settings.\nE.g. slack.enabled = true, email.enabled = false"
138
138
  }
139
139
  ]
140
140
  }
@@ -12,6 +12,7 @@
12
12
  "structuredProperties",
13
13
  "forms",
14
14
  "testResults",
15
+ "subTypes",
15
16
  "displayProperties",
16
17
  "share",
17
18
  "origin"
@@ -17,6 +17,7 @@
17
17
  "structuredProperties",
18
18
  "forms",
19
19
  "testResults",
20
+ "subTypes",
20
21
  "share",
21
22
  "origin"
22
23
  ]
@@ -75,6 +75,37 @@
75
75
  },
76
76
  "name": "createStamp",
77
77
  "doc": "Audit stamp associated with creation of this record"
78
+ },
79
+ {
80
+ "type": [
81
+ "null",
82
+ "com.linkedin.pegasus2avro.common.AuditStamp"
83
+ ],
84
+ "name": "updateStamp",
85
+ "default": null,
86
+ "doc": "Audit stamp associated with updation of this record"
87
+ },
88
+ {
89
+ "type": [
90
+ "null",
91
+ {
92
+ "type": "record",
93
+ "name": "InstitutionalMemoryMetadataSettings",
94
+ "namespace": "com.linkedin.pegasus2avro.common",
95
+ "fields": [
96
+ {
97
+ "type": "boolean",
98
+ "name": "showInAssetPreview",
99
+ "default": false,
100
+ "doc": "Show record in asset preview like on entity header and search previews"
101
+ }
102
+ ],
103
+ "doc": "Settings related to a record of InstitutionalMemoryMetadata"
104
+ }
105
+ ],
106
+ "name": "settings",
107
+ "default": null,
108
+ "doc": "Settings for this record"
78
109
  }
79
110
  ],
80
111
  "doc": "Metadata corresponding to a record of institutional memory."
@@ -20,6 +20,7 @@
20
20
  "structuredProperties",
21
21
  "forms",
22
22
  "testResults",
23
+ "subTypes",
23
24
  "proposals",
24
25
  "share",
25
26
  "origin",
@@ -20,6 +20,7 @@
20
20
  "structuredProperties",
21
21
  "forms",
22
22
  "testResults",
23
+ "subTypes",
23
24
  "proposals",
24
25
  "share",
25
26
  "origin",
@@ -11,7 +11,8 @@
11
11
  "deprecation",
12
12
  "globalTags",
13
13
  "dataPlatformInstance",
14
- "testResults"
14
+ "testResults",
15
+ "container"
15
16
  ]
16
17
  },
17
18
  "name": "MLModelDeploymentKey",
@@ -19,6 +19,9 @@
19
19
  "structuredProperties",
20
20
  "forms",
21
21
  "testResults",
22
+ "subTypes",
23
+ "container",
24
+ "institutionalMemory",
22
25
  "proposals",
23
26
  "share",
24
27
  "origin",
@@ -66,6 +66,22 @@
66
66
  "default": null,
67
67
  "doc": "List of jobs or process instances (if any) that use the model or group."
68
68
  },
69
+ {
70
+ "Searchable": {
71
+ "fieldType": "KEYWORD"
72
+ },
73
+ "java": {
74
+ "class": "com.linkedin.pegasus2avro.common.url.Url",
75
+ "coercerClass": "com.linkedin.pegasus2avro.common.url.UrlCoercer"
76
+ },
77
+ "type": [
78
+ "null",
79
+ "string"
80
+ ],
81
+ "name": "externalUrl",
82
+ "default": null,
83
+ "doc": "URL where the reference exist"
84
+ },
69
85
  {
70
86
  "Searchable": {
71
87
  "boostScore": 10.0,
@@ -31,6 +31,8 @@
31
31
  "forms",
32
32
  "testResults",
33
33
  "versionProperties",
34
+ "subTypes",
35
+ "container",
34
36
  "proposals",
35
37
  "share",
36
38
  "origin",
@@ -18,6 +18,7 @@
18
18
  "structuredProperties",
19
19
  "forms",
20
20
  "testResults",
21
+ "subTypes",
21
22
  "proposals",
22
23
  "share",
23
24
  "origin",
@@ -1940,6 +1940,37 @@
1940
1940
  "type": "com.linkedin.pegasus2avro.common.AuditStamp",
1941
1941
  "name": "createStamp",
1942
1942
  "doc": "Audit stamp associated with creation of this record"
1943
+ },
1944
+ {
1945
+ "type": [
1946
+ "null",
1947
+ "com.linkedin.pegasus2avro.common.AuditStamp"
1948
+ ],
1949
+ "name": "updateStamp",
1950
+ "default": null,
1951
+ "doc": "Audit stamp associated with updation of this record"
1952
+ },
1953
+ {
1954
+ "type": [
1955
+ "null",
1956
+ {
1957
+ "type": "record",
1958
+ "name": "InstitutionalMemoryMetadataSettings",
1959
+ "namespace": "com.linkedin.pegasus2avro.common",
1960
+ "fields": [
1961
+ {
1962
+ "type": "boolean",
1963
+ "name": "showInAssetPreview",
1964
+ "default": false,
1965
+ "doc": "Show record in asset preview like on entity header and search previews"
1966
+ }
1967
+ ],
1968
+ "doc": "Settings related to a record of InstitutionalMemoryMetadata"
1969
+ }
1970
+ ],
1971
+ "name": "settings",
1972
+ "default": null,
1973
+ "doc": "Settings for this record"
1943
1974
  }
1944
1975
  ],
1945
1976
  "doc": "Metadata corresponding to a record of institutional memory."
@@ -6916,7 +6947,9 @@
6916
6947
  "fields": [
6917
6948
  {
6918
6949
  "Searchable": {
6950
+ "addToFilters": true,
6919
6951
  "fieldType": "BOOLEAN",
6952
+ "filterNameOverride": "Deprecated",
6920
6953
  "weightsPerFieldValue": {
6921
6954
  "true": 0.5
6922
6955
  }
@@ -7801,6 +7834,22 @@
7801
7834
  "default": null,
7802
7835
  "doc": "List of jobs or process instances (if any) that use the model or group."
7803
7836
  },
7837
+ {
7838
+ "Searchable": {
7839
+ "fieldType": "KEYWORD"
7840
+ },
7841
+ "java": {
7842
+ "class": "com.linkedin.pegasus2avro.common.url.Url",
7843
+ "coercerClass": "com.linkedin.pegasus2avro.common.url.UrlCoercer"
7844
+ },
7845
+ "type": [
7846
+ "null",
7847
+ "string"
7848
+ ],
7849
+ "name": "externalUrl",
7850
+ "default": null,
7851
+ "doc": "URL where the reference exist"
7852
+ },
7804
7853
  {
7805
7854
  "Searchable": {
7806
7855
  "boostScore": 10.0,