acryl-datahub 0.15.0.5rc6__py3-none-any.whl → 0.15.0.5rc8__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.

Files changed (40) hide show
  1. {acryl_datahub-0.15.0.5rc6.dist-info → acryl_datahub-0.15.0.5rc8.dist-info}/METADATA +2462 -2427
  2. {acryl_datahub-0.15.0.5rc6.dist-info → acryl_datahub-0.15.0.5rc8.dist-info}/RECORD +40 -36
  3. datahub/_version.py +1 -1
  4. datahub/api/entities/dataprocess/dataprocess_instance.py +104 -11
  5. datahub/cli/iceberg_cli.py +707 -0
  6. datahub/entrypoints.py +12 -0
  7. datahub/ingestion/source/aws/glue.py +3 -2
  8. datahub/ingestion/source/dbt/dbt_core.py +1 -1
  9. datahub/ingestion/source/snowflake/snowflake_config.py +6 -0
  10. datahub/ingestion/source/snowflake/snowflake_query.py +11 -0
  11. datahub/ingestion/source/snowflake/snowflake_report.py +1 -0
  12. datahub/ingestion/source/snowflake/snowflake_schema.py +17 -0
  13. datahub/ingestion/source/snowflake/snowflake_schema_gen.py +18 -36
  14. datahub/ingestion/source/snowflake/snowflake_tag.py +57 -3
  15. datahub/ingestion/source/sql/mssql/job_models.py +37 -8
  16. datahub/ingestion/source/sql/mssql/source.py +17 -0
  17. datahub/ingestion/source/sql/sql_config.py +0 -10
  18. datahub/ingestion/source/tableau/tableau.py +14 -12
  19. datahub/ingestion/source/tableau/tableau_common.py +1 -1
  20. datahub/ingestion/source_config/operation_config.py +9 -0
  21. datahub/metadata/_schema_classes.py +304 -6
  22. datahub/metadata/com/linkedin/pegasus2avro/common/__init__.py +6 -0
  23. datahub/metadata/com/linkedin/pegasus2avro/dataplatforminstance/__init__.py +2 -0
  24. datahub/metadata/com/linkedin/pegasus2avro/dataset/__init__.py +2 -0
  25. datahub/metadata/schema.avsc +206 -7
  26. datahub/metadata/schemas/AssertionInfo.avsc +2 -2
  27. datahub/metadata/schemas/CorpUserSettings.avsc +9 -0
  28. datahub/metadata/schemas/DataPlatformInstanceKey.avsc +2 -1
  29. datahub/metadata/schemas/DatasetKey.avsc +2 -1
  30. datahub/metadata/schemas/Deprecation.avsc +12 -0
  31. datahub/metadata/schemas/DisplayProperties.avsc +62 -0
  32. datahub/metadata/schemas/IcebergCatalogInfo.avsc +28 -0
  33. datahub/metadata/schemas/IcebergWarehouseInfo.avsc +92 -0
  34. datahub/metadata/schemas/MetadataChangeEvent.avsc +12 -0
  35. datahub/metadata/schemas/PostInfo.avsc +28 -2
  36. datahub/metadata/schemas/SchemaFieldKey.avsc +2 -1
  37. {acryl_datahub-0.15.0.5rc6.dist-info → acryl_datahub-0.15.0.5rc8.dist-info}/LICENSE +0 -0
  38. {acryl_datahub-0.15.0.5rc6.dist-info → acryl_datahub-0.15.0.5rc8.dist-info}/WHEEL +0 -0
  39. {acryl_datahub-0.15.0.5rc6.dist-info → acryl_datahub-0.15.0.5rc8.dist-info}/entry_points.txt +0 -0
  40. {acryl_datahub-0.15.0.5rc6.dist-info → acryl_datahub-0.15.0.5rc8.dist-info}/top_level.txt +0 -0
@@ -441,6 +441,18 @@
441
441
  "type": "string",
442
442
  "name": "actor",
443
443
  "doc": "The user URN which will be credited for modifying this deprecation content."
444
+ },
445
+ {
446
+ "java": {
447
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
448
+ },
449
+ "Urn": "Urn",
450
+ "type": [
451
+ "null",
452
+ "string"
453
+ ],
454
+ "name": "replacement",
455
+ "default": null
444
456
  }
445
457
  ],
446
458
  "doc": "Deprecation status of an entity"
@@ -1838,6 +1850,68 @@
1838
1850
  ],
1839
1851
  "doc": "Information about the fields a chart or dashboard references"
1840
1852
  },
1853
+ {
1854
+ "type": "record",
1855
+ "Aspect": {
1856
+ "name": "displayProperties"
1857
+ },
1858
+ "name": "DisplayProperties",
1859
+ "namespace": "com.linkedin.pegasus2avro.common",
1860
+ "fields": [
1861
+ {
1862
+ "type": [
1863
+ "null",
1864
+ "string"
1865
+ ],
1866
+ "name": "colorHex",
1867
+ "default": null,
1868
+ "doc": "The color associated with the entity in Hex. For example #FFFFFF."
1869
+ },
1870
+ {
1871
+ "type": [
1872
+ "null",
1873
+ {
1874
+ "type": "record",
1875
+ "name": "IconProperties",
1876
+ "namespace": "com.linkedin.pegasus2avro.common",
1877
+ "fields": [
1878
+ {
1879
+ "type": {
1880
+ "type": "enum",
1881
+ "symbolDocs": {
1882
+ "MATERIAL": "Material UI"
1883
+ },
1884
+ "name": "IconLibrary",
1885
+ "namespace": "com.linkedin.pegasus2avro.common",
1886
+ "symbols": [
1887
+ "MATERIAL"
1888
+ ],
1889
+ "doc": "Enum of possible icon sources"
1890
+ },
1891
+ "name": "iconLibrary",
1892
+ "doc": "The source of the icon: e.g. Antd, Material, etc"
1893
+ },
1894
+ {
1895
+ "type": "string",
1896
+ "name": "name",
1897
+ "doc": "The name of the icon"
1898
+ },
1899
+ {
1900
+ "type": "string",
1901
+ "name": "style",
1902
+ "doc": "Any modifier for the icon, this will be library-specific, e.g. filled/outlined, etc"
1903
+ }
1904
+ ],
1905
+ "doc": "Properties describing an icon associated with an entity"
1906
+ }
1907
+ ],
1908
+ "name": "icon",
1909
+ "default": null,
1910
+ "doc": "The icon associated with the entity"
1911
+ }
1912
+ ],
1913
+ "doc": "Properties related to how the entity is displayed in the Datahub UI"
1914
+ },
1841
1915
  {
1842
1916
  "type": "record",
1843
1917
  "Aspect": {
@@ -8903,8 +8977,8 @@
8903
8977
  "type": "enum",
8904
8978
  "symbolDocs": {
8905
8979
  "EXTERNAL": "The assertion was defined and managed externally of DataHub.",
8906
- "INFERRED": "The assertion was inferred, e.g. from offline AI / ML models.",
8907
- "NATIVE": "The assertion was defined natively on DataHub by a user."
8980
+ "INFERRED": "The assertion was inferred, e.g. from offline AI / ML models.\nDataHub Cloud only",
8981
+ "NATIVE": "The assertion was defined natively on DataHub by a user.\nDataHub Cloud only"
8908
8982
  },
8909
8983
  "name": "AssertionSourceType",
8910
8984
  "namespace": "com.linkedin.pegasus2avro.assertion",
@@ -9850,6 +9924,15 @@
9850
9924
  "name": "showSimplifiedHomepage",
9851
9925
  "default": null,
9852
9926
  "doc": "Flag whether the user should see a homepage with only datasets, charts and dashboards. Intended for users\nwho have less operational use cases for the datahub tool."
9927
+ },
9928
+ {
9929
+ "type": [
9930
+ "null",
9931
+ "boolean"
9932
+ ],
9933
+ "name": "showThemeV2",
9934
+ "default": null,
9935
+ "doc": "Flag controlling whether the V2 UI for DataHub is shown."
9853
9936
  }
9854
9937
  ],
9855
9938
  "doc": "Settings for a user around the appearance of their DataHub UI"
@@ -13026,6 +13109,34 @@
13026
13109
  ],
13027
13110
  "doc": "The value of a DataHub Secret"
13028
13111
  },
13112
+ {
13113
+ "type": "record",
13114
+ "Aspect": {
13115
+ "name": "icebergCatalogInfo"
13116
+ },
13117
+ "name": "IcebergCatalogInfo",
13118
+ "namespace": "com.linkedin.pegasus2avro.dataset",
13119
+ "fields": [
13120
+ {
13121
+ "type": [
13122
+ "null",
13123
+ "string"
13124
+ ],
13125
+ "name": "metadataPointer",
13126
+ "default": null,
13127
+ "doc": "When Datahub is the REST Catalog for an Iceberg Table, stores the current metadata pointer.\nIf the Iceberg table is managed by an external catalog, the metadata pointer is not set."
13128
+ },
13129
+ {
13130
+ "type": [
13131
+ "null",
13132
+ "boolean"
13133
+ ],
13134
+ "name": "view",
13135
+ "default": null
13136
+ }
13137
+ ],
13138
+ "doc": "Iceberg Catalog metadata associated with an Iceberg table/view"
13139
+ },
13029
13140
  {
13030
13141
  "type": "record",
13031
13142
  "Aspect": {
@@ -14611,15 +14722,18 @@
14611
14722
  "namespace": "com.linkedin.pegasus2avro.post",
14612
14723
  "fields": [
14613
14724
  {
14725
+ "Searchable": {},
14614
14726
  "type": {
14615
14727
  "type": "enum",
14616
14728
  "symbolDocs": {
14729
+ "ENTITY_ANNOUNCEMENT": "The Post is an Entity level announcement.",
14617
14730
  "HOME_PAGE_ANNOUNCEMENT": "The Post is an Home Page announcement."
14618
14731
  },
14619
14732
  "name": "PostType",
14620
14733
  "namespace": "com.linkedin.pegasus2avro.post",
14621
14734
  "symbols": [
14622
- "HOME_PAGE_ANNOUNCEMENT"
14735
+ "HOME_PAGE_ANNOUNCEMENT",
14736
+ "ENTITY_ANNOUNCEMENT"
14623
14737
  ],
14624
14738
  "doc": "Enum defining types of Posts."
14625
14739
  },
@@ -14764,13 +14878,25 @@
14764
14878
  "dataset",
14765
14879
  "schemaField",
14766
14880
  "chart",
14881
+ "container",
14767
14882
  "dashboard",
14768
14883
  "dataFlow",
14769
14884
  "dataJob",
14885
+ "dataProduct",
14886
+ "glossaryTerm",
14887
+ "glossaryNode",
14888
+ "mlModel",
14889
+ "mlFeature",
14890
+ "notebook",
14891
+ "mlFeatureTable",
14892
+ "mlPrimaryKey",
14893
+ "mlModelGroup",
14894
+ "domain",
14770
14895
  "dataProduct"
14771
14896
  ],
14772
14897
  "name": "PostTarget"
14773
14898
  },
14899
+ "Searchable": {},
14774
14900
  "java": {
14775
14901
  "class": "com.linkedin.pegasus2avro.common.urn.Urn"
14776
14902
  },
@@ -14779,9 +14905,20 @@
14779
14905
  "dataset",
14780
14906
  "schemaField",
14781
14907
  "chart",
14908
+ "container",
14782
14909
  "dashboard",
14783
14910
  "dataFlow",
14784
14911
  "dataJob",
14912
+ "dataProduct",
14913
+ "glossaryTerm",
14914
+ "glossaryNode",
14915
+ "mlModel",
14916
+ "mlFeature",
14917
+ "notebook",
14918
+ "mlFeatureTable",
14919
+ "mlPrimaryKey",
14920
+ "mlModelGroup",
14921
+ "domain",
14785
14922
  "dataProduct"
14786
14923
  ],
14787
14924
  "type": [
@@ -14790,7 +14927,7 @@
14790
14927
  ],
14791
14928
  "name": "target",
14792
14929
  "default": null,
14793
- "doc": "Optional URN that the post is associated with."
14930
+ "doc": "Optional Entity URN that the post is associated with."
14794
14931
  }
14795
14932
  ],
14796
14933
  "doc": "Information about a DataHub Post."
@@ -16583,7 +16720,8 @@
16583
16720
  "structuredProperties",
16584
16721
  "forms",
16585
16722
  "partitionsSummary",
16586
- "versionProperties"
16723
+ "versionProperties",
16724
+ "icebergCatalogInfo"
16587
16725
  ],
16588
16726
  "entityDoc": "Datasets represent logical or physical data assets stored or represented in various data platforms. Tables, Views, Streams are all instances of datasets."
16589
16727
  },
@@ -16756,7 +16894,8 @@
16756
16894
  "status",
16757
16895
  "schemaFieldAliases",
16758
16896
  "documentation",
16759
- "testResults"
16897
+ "testResults",
16898
+ "deprecation"
16760
16899
  ]
16761
16900
  },
16762
16901
  "name": "SchemaFieldKey",
@@ -17283,7 +17422,8 @@
17283
17422
  "globalTags",
17284
17423
  "institutionalMemory",
17285
17424
  "deprecation",
17286
- "status"
17425
+ "status",
17426
+ "icebergWarehouseInfo"
17287
17427
  ]
17288
17428
  },
17289
17429
  "name": "DataPlatformInstanceKey",
@@ -18034,6 +18174,65 @@
18034
18174
  ],
18035
18175
  "doc": "Properties associated with a Data Platform Instance"
18036
18176
  },
18177
+ {
18178
+ "type": "record",
18179
+ "Aspect": {
18180
+ "name": "icebergWarehouseInfo"
18181
+ },
18182
+ "name": "IcebergWarehouseInfo",
18183
+ "namespace": "com.linkedin.pegasus2avro.dataplatforminstance",
18184
+ "fields": [
18185
+ {
18186
+ "type": "string",
18187
+ "name": "dataRoot",
18188
+ "doc": "Path of the root for the backing store of the tables in the warehouse."
18189
+ },
18190
+ {
18191
+ "java": {
18192
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
18193
+ },
18194
+ "Urn": "Urn",
18195
+ "type": "string",
18196
+ "name": "clientId",
18197
+ "doc": "clientId to be used to authenticate with storage hosting this warehouse"
18198
+ },
18199
+ {
18200
+ "java": {
18201
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
18202
+ },
18203
+ "Urn": "Urn",
18204
+ "type": "string",
18205
+ "name": "clientSecret",
18206
+ "doc": "client secret to authenticate with storage hosting this warehouse"
18207
+ },
18208
+ {
18209
+ "type": "string",
18210
+ "name": "region",
18211
+ "doc": "region where the warehouse is located."
18212
+ },
18213
+ {
18214
+ "type": [
18215
+ "null",
18216
+ "string"
18217
+ ],
18218
+ "name": "role",
18219
+ "default": null
18220
+ },
18221
+ {
18222
+ "type": [
18223
+ "null",
18224
+ "int"
18225
+ ],
18226
+ "name": "tempCredentialExpirationSeconds",
18227
+ "default": null
18228
+ },
18229
+ {
18230
+ "type": "com.linkedin.pegasus2avro.common.FabricType",
18231
+ "name": "env"
18232
+ }
18233
+ ],
18234
+ "doc": "An Iceberg warehouse location and credentails whose read/writes are governed by datahub catalog."
18235
+ },
18037
18236
  {
18038
18237
  "type": "record",
18039
18238
  "deprecated": "Use DatasetUsageStatistics, or other UsageStatistics records, instead",
@@ -2398,8 +2398,8 @@
2398
2398
  "type": "enum",
2399
2399
  "symbolDocs": {
2400
2400
  "EXTERNAL": "The assertion was defined and managed externally of DataHub.",
2401
- "INFERRED": "The assertion was inferred, e.g. from offline AI / ML models.",
2402
- "NATIVE": "The assertion was defined natively on DataHub by a user."
2401
+ "INFERRED": "The assertion was inferred, e.g. from offline AI / ML models.\nDataHub Cloud only",
2402
+ "NATIVE": "The assertion was defined natively on DataHub by a user.\nDataHub Cloud only"
2403
2403
  },
2404
2404
  "name": "AssertionSourceType",
2405
2405
  "namespace": "com.linkedin.pegasus2avro.assertion",
@@ -20,6 +20,15 @@
20
20
  "name": "showSimplifiedHomepage",
21
21
  "default": null,
22
22
  "doc": "Flag whether the user should see a homepage with only datasets, charts and dashboards. Intended for users\nwho have less operational use cases for the datahub tool."
23
+ },
24
+ {
25
+ "type": [
26
+ "null",
27
+ "boolean"
28
+ ],
29
+ "name": "showThemeV2",
30
+ "default": null,
31
+ "doc": "Flag controlling whether the V2 UI for DataHub is shown."
23
32
  }
24
33
  ],
25
34
  "doc": "Settings for a user around the appearance of their DataHub UI"
@@ -10,7 +10,8 @@
10
10
  "globalTags",
11
11
  "institutionalMemory",
12
12
  "deprecation",
13
- "status"
13
+ "status",
14
+ "icebergWarehouseInfo"
14
15
  ]
15
16
  },
16
17
  "name": "DataPlatformInstanceKey",
@@ -36,7 +36,8 @@
36
36
  "structuredProperties",
37
37
  "forms",
38
38
  "partitionsSummary",
39
- "versionProperties"
39
+ "versionProperties",
40
+ "icebergCatalogInfo"
40
41
  ],
41
42
  "entityDoc": "Datasets represent logical or physical data assets stored or represented in various data platforms. Tables, Views, Streams are all instances of datasets."
42
43
  },
@@ -39,6 +39,18 @@
39
39
  "name": "actor",
40
40
  "doc": "The user URN which will be credited for modifying this deprecation content.",
41
41
  "Urn": "Urn"
42
+ },
43
+ {
44
+ "java": {
45
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
46
+ },
47
+ "type": [
48
+ "null",
49
+ "string"
50
+ ],
51
+ "name": "replacement",
52
+ "default": null,
53
+ "Urn": "Urn"
42
54
  }
43
55
  ],
44
56
  "doc": "Deprecation status of an entity"
@@ -0,0 +1,62 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "displayProperties"
5
+ },
6
+ "name": "DisplayProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.common",
8
+ "fields": [
9
+ {
10
+ "type": [
11
+ "null",
12
+ "string"
13
+ ],
14
+ "name": "colorHex",
15
+ "default": null,
16
+ "doc": "The color associated with the entity in Hex. For example #FFFFFF."
17
+ },
18
+ {
19
+ "type": [
20
+ "null",
21
+ {
22
+ "type": "record",
23
+ "name": "IconProperties",
24
+ "namespace": "com.linkedin.pegasus2avro.common",
25
+ "fields": [
26
+ {
27
+ "type": {
28
+ "type": "enum",
29
+ "symbolDocs": {
30
+ "MATERIAL": "Material UI"
31
+ },
32
+ "name": "IconLibrary",
33
+ "namespace": "com.linkedin.pegasus2avro.common",
34
+ "symbols": [
35
+ "MATERIAL"
36
+ ],
37
+ "doc": "Enum of possible icon sources"
38
+ },
39
+ "name": "iconLibrary",
40
+ "doc": "The source of the icon: e.g. Antd, Material, etc"
41
+ },
42
+ {
43
+ "type": "string",
44
+ "name": "name",
45
+ "doc": "The name of the icon"
46
+ },
47
+ {
48
+ "type": "string",
49
+ "name": "style",
50
+ "doc": "Any modifier for the icon, this will be library-specific, e.g. filled/outlined, etc"
51
+ }
52
+ ],
53
+ "doc": "Properties describing an icon associated with an entity"
54
+ }
55
+ ],
56
+ "name": "icon",
57
+ "default": null,
58
+ "doc": "The icon associated with the entity"
59
+ }
60
+ ],
61
+ "doc": "Properties related to how the entity is displayed in the Datahub UI"
62
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "icebergCatalogInfo"
5
+ },
6
+ "name": "IcebergCatalogInfo",
7
+ "namespace": "com.linkedin.pegasus2avro.dataset",
8
+ "fields": [
9
+ {
10
+ "type": [
11
+ "null",
12
+ "string"
13
+ ],
14
+ "name": "metadataPointer",
15
+ "default": null,
16
+ "doc": "When Datahub is the REST Catalog for an Iceberg Table, stores the current metadata pointer.\nIf the Iceberg table is managed by an external catalog, the metadata pointer is not set."
17
+ },
18
+ {
19
+ "type": [
20
+ "null",
21
+ "boolean"
22
+ ],
23
+ "name": "view",
24
+ "default": null
25
+ }
26
+ ],
27
+ "doc": "Iceberg Catalog metadata associated with an Iceberg table/view"
28
+ }
@@ -0,0 +1,92 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "icebergWarehouseInfo"
5
+ },
6
+ "name": "IcebergWarehouseInfo",
7
+ "namespace": "com.linkedin.pegasus2avro.dataplatforminstance",
8
+ "fields": [
9
+ {
10
+ "type": "string",
11
+ "name": "dataRoot",
12
+ "doc": "Path of the root for the backing store of the tables in the warehouse."
13
+ },
14
+ {
15
+ "java": {
16
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
17
+ },
18
+ "type": "string",
19
+ "name": "clientId",
20
+ "doc": "clientId to be used to authenticate with storage hosting this warehouse",
21
+ "Urn": "Urn"
22
+ },
23
+ {
24
+ "java": {
25
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
26
+ },
27
+ "type": "string",
28
+ "name": "clientSecret",
29
+ "doc": "client secret to authenticate with storage hosting this warehouse",
30
+ "Urn": "Urn"
31
+ },
32
+ {
33
+ "type": "string",
34
+ "name": "region",
35
+ "doc": "region where the warehouse is located."
36
+ },
37
+ {
38
+ "type": [
39
+ "null",
40
+ "string"
41
+ ],
42
+ "name": "role",
43
+ "default": null
44
+ },
45
+ {
46
+ "type": [
47
+ "null",
48
+ "int"
49
+ ],
50
+ "name": "tempCredentialExpirationSeconds",
51
+ "default": null
52
+ },
53
+ {
54
+ "type": {
55
+ "type": "enum",
56
+ "symbolDocs": {
57
+ "CORP": "Designates corporation fabrics",
58
+ "DEV": "Designates development fabrics",
59
+ "EI": "Designates early-integration fabrics",
60
+ "NON_PROD": "Designates non-production fabrics",
61
+ "PRE": "Designates pre-production fabrics",
62
+ "PROD": "Designates production fabrics",
63
+ "QA": "Designates quality assurance fabrics",
64
+ "RVW": "Designates review fabrics",
65
+ "SANDBOX": "Designates sandbox fabrics",
66
+ "STG": "Designates staging fabrics",
67
+ "TEST": "Designates testing fabrics",
68
+ "UAT": "Designates user acceptance testing fabrics"
69
+ },
70
+ "name": "FabricType",
71
+ "namespace": "com.linkedin.pegasus2avro.common",
72
+ "symbols": [
73
+ "DEV",
74
+ "TEST",
75
+ "QA",
76
+ "UAT",
77
+ "EI",
78
+ "PRE",
79
+ "STG",
80
+ "NON_PROD",
81
+ "PROD",
82
+ "CORP",
83
+ "RVW",
84
+ "SANDBOX"
85
+ ],
86
+ "doc": "Fabric group type"
87
+ },
88
+ "name": "env"
89
+ }
90
+ ],
91
+ "doc": "An Iceberg warehouse location and credentails whose read/writes are governed by datahub catalog."
92
+ }
@@ -6051,6 +6051,18 @@
6051
6051
  "name": "actor",
6052
6052
  "doc": "The user URN which will be credited for modifying this deprecation content.",
6053
6053
  "Urn": "Urn"
6054
+ },
6055
+ {
6056
+ "java": {
6057
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
6058
+ },
6059
+ "type": [
6060
+ "null",
6061
+ "string"
6062
+ ],
6063
+ "name": "replacement",
6064
+ "default": null,
6065
+ "Urn": "Urn"
6054
6066
  }
6055
6067
  ],
6056
6068
  "doc": "Deprecation status of an entity"
@@ -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",