acryl-datahub 0.15.0.5rc6__py3-none-any.whl → 0.15.0.5rc7__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 might be problematic. Click here for more details.

@@ -7,15 +7,18 @@
7
7
  "namespace": "com.linkedin.pegasus2avro.post",
8
8
  "fields": [
9
9
  {
10
+ "Searchable": {},
10
11
  "type": {
11
12
  "type": "enum",
12
13
  "symbolDocs": {
14
+ "ENTITY_ANNOUNCEMENT": "The Post is an Entity level announcement.",
13
15
  "HOME_PAGE_ANNOUNCEMENT": "The Post is an Home Page announcement."
14
16
  },
15
17
  "name": "PostType",
16
18
  "namespace": "com.linkedin.pegasus2avro.post",
17
19
  "symbols": [
18
- "HOME_PAGE_ANNOUNCEMENT"
20
+ "HOME_PAGE_ANNOUNCEMENT",
21
+ "ENTITY_ANNOUNCEMENT"
19
22
  ],
20
23
  "doc": "Enum defining types of Posts."
21
24
  },
@@ -203,13 +206,25 @@
203
206
  "dataset",
204
207
  "schemaField",
205
208
  "chart",
209
+ "container",
206
210
  "dashboard",
207
211
  "dataFlow",
208
212
  "dataJob",
213
+ "dataProduct",
214
+ "glossaryTerm",
215
+ "glossaryNode",
216
+ "mlModel",
217
+ "mlFeature",
218
+ "notebook",
219
+ "mlFeatureTable",
220
+ "mlPrimaryKey",
221
+ "mlModelGroup",
222
+ "domain",
209
223
  "dataProduct"
210
224
  ],
211
225
  "name": "PostTarget"
212
226
  },
227
+ "Searchable": {},
213
228
  "java": {
214
229
  "class": "com.linkedin.pegasus2avro.common.urn.Urn"
215
230
  },
@@ -219,15 +234,26 @@
219
234
  ],
220
235
  "name": "target",
221
236
  "default": null,
222
- "doc": "Optional URN that the post is associated with.",
237
+ "doc": "Optional Entity URN that the post is associated with.",
223
238
  "Urn": "Urn",
224
239
  "entityTypes": [
225
240
  "dataset",
226
241
  "schemaField",
227
242
  "chart",
243
+ "container",
228
244
  "dashboard",
229
245
  "dataFlow",
230
246
  "dataJob",
247
+ "dataProduct",
248
+ "glossaryTerm",
249
+ "glossaryNode",
250
+ "mlModel",
251
+ "mlFeature",
252
+ "notebook",
253
+ "mlFeatureTable",
254
+ "mlPrimaryKey",
255
+ "mlModelGroup",
256
+ "domain",
231
257
  "dataProduct"
232
258
  ]
233
259
  }
@@ -12,7 +12,8 @@
12
12
  "status",
13
13
  "schemaFieldAliases",
14
14
  "documentation",
15
- "testResults"
15
+ "testResults",
16
+ "deprecation"
16
17
  ]
17
18
  },
18
19
  "name": "SchemaFieldKey",