acryl-datahub 0.15.0.4rc3__py3-none-any.whl → 0.15.0.5__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.
- {acryl_datahub-0.15.0.4rc3.dist-info → acryl_datahub-0.15.0.5.dist-info}/METADATA +2507 -2470
- {acryl_datahub-0.15.0.4rc3.dist-info → acryl_datahub-0.15.0.5.dist-info}/RECORD +95 -86
- {acryl_datahub-0.15.0.4rc3.dist-info → acryl_datahub-0.15.0.5.dist-info}/entry_points.txt +1 -0
- datahub/__init__.py +1 -25
- datahub/_version.py +13 -0
- datahub/api/entities/dataprocess/dataprocess_instance.py +104 -11
- datahub/cli/check_cli.py +1 -1
- datahub/cli/cli_utils.py +3 -3
- datahub/cli/container_cli.py +1 -64
- datahub/cli/iceberg_cli.py +707 -0
- datahub/cli/ingest_cli.py +2 -2
- datahub/emitter/composite_emitter.py +36 -0
- datahub/emitter/rest_emitter.py +1 -1
- datahub/entrypoints.py +26 -5
- datahub/ingestion/api/incremental_lineage_helper.py +4 -0
- datahub/ingestion/api/registry.py +1 -1
- datahub/ingestion/glossary/classification_mixin.py +6 -0
- datahub/ingestion/glossary/classifier.py +3 -2
- datahub/ingestion/graph/client.py +2 -1
- datahub/ingestion/graph/entity_versioning.py +201 -0
- datahub/ingestion/reporting/datahub_ingestion_run_summary_provider.py +1 -1
- datahub/ingestion/run/connection.py +1 -1
- datahub/ingestion/run/pipeline.py +3 -3
- datahub/ingestion/source/abs/report.py +2 -2
- datahub/ingestion/source/apply/__init__.py +0 -0
- datahub/ingestion/source/apply/datahub_apply.py +223 -0
- datahub/ingestion/source/aws/glue.py +5 -2
- datahub/ingestion/source/aws/sagemaker_processors/common.py +3 -2
- datahub/ingestion/source/bigquery_v2/bigquery_report.py +1 -1
- datahub/ingestion/source/dbt/dbt_core.py +1 -1
- datahub/ingestion/source/delta_lake/report.py +2 -2
- datahub/ingestion/source/dynamodb/dynamodb.py +2 -1
- datahub/ingestion/source/elastic_search.py +2 -1
- datahub/ingestion/source/ge_profiling_config.py +11 -7
- datahub/ingestion/source/iceberg/iceberg_common.py +3 -2
- datahub/ingestion/source/identity/azure_ad.py +6 -14
- datahub/ingestion/source/identity/okta.py +2 -1
- datahub/ingestion/source/kafka/kafka.py +2 -1
- datahub/ingestion/source/kafka_connect/common.py +2 -1
- datahub/ingestion/source/ldap.py +2 -1
- datahub/ingestion/source/looker/looker_config.py +3 -1
- datahub/ingestion/source/looker/looker_dataclasses.py +8 -0
- datahub/ingestion/source/looker/looker_file_loader.py +14 -3
- datahub/ingestion/source/looker/looker_template_language.py +104 -14
- datahub/ingestion/source/looker/lookml_config.py +29 -8
- datahub/ingestion/source/looker/lookml_source.py +110 -22
- datahub/ingestion/source/mode.py +2 -4
- datahub/ingestion/source/mongodb.py +2 -1
- datahub/ingestion/source/nifi.py +2 -1
- datahub/ingestion/source/powerbi/config.py +2 -2
- datahub/ingestion/source/powerbi_report_server/report_server.py +2 -1
- datahub/ingestion/source/redash.py +5 -5
- datahub/ingestion/source/salesforce.py +4 -1
- datahub/ingestion/source/snowflake/snowflake_config.py +13 -0
- datahub/ingestion/source/snowflake/snowflake_query.py +11 -0
- datahub/ingestion/source/snowflake/snowflake_report.py +3 -1
- datahub/ingestion/source/snowflake/snowflake_schema.py +17 -0
- datahub/ingestion/source/snowflake/snowflake_schema_gen.py +35 -43
- datahub/ingestion/source/snowflake/snowflake_tag.py +57 -3
- datahub/ingestion/source/snowflake/snowflake_v2.py +42 -4
- datahub/ingestion/source/sql/clickhouse.py +5 -43
- datahub/ingestion/source/sql/mssql/job_models.py +37 -8
- datahub/ingestion/source/sql/mssql/source.py +17 -0
- datahub/ingestion/source/sql/sql_config.py +0 -10
- datahub/ingestion/source/tableau/tableau.py +16 -13
- datahub/ingestion/source/tableau/tableau_common.py +1 -1
- datahub/ingestion/source/unity/ge_profiler.py +55 -4
- datahub/ingestion/source/unity/proxy.py +2 -2
- datahub/ingestion/source/unity/report.py +1 -0
- datahub/ingestion/source_config/operation_config.py +9 -0
- datahub/ingestion/source_report/pulsar.py +5 -4
- datahub/metadata/_schema_classes.py +304 -6
- datahub/metadata/com/linkedin/pegasus2avro/common/__init__.py +6 -0
- datahub/metadata/com/linkedin/pegasus2avro/dataplatforminstance/__init__.py +2 -0
- datahub/metadata/com/linkedin/pegasus2avro/dataset/__init__.py +2 -0
- datahub/metadata/schema.avsc +211 -12
- datahub/metadata/schemas/AssertionInfo.avsc +2 -2
- datahub/metadata/schemas/CorpUserSettings.avsc +9 -0
- datahub/metadata/schemas/DashboardInfo.avsc +5 -5
- datahub/metadata/schemas/DataPlatformInstanceKey.avsc +2 -1
- datahub/metadata/schemas/DatasetKey.avsc +2 -1
- datahub/metadata/schemas/Deprecation.avsc +12 -0
- datahub/metadata/schemas/DisplayProperties.avsc +62 -0
- datahub/metadata/schemas/IcebergCatalogInfo.avsc +28 -0
- datahub/metadata/schemas/IcebergWarehouseInfo.avsc +92 -0
- datahub/metadata/schemas/MetadataChangeEvent.avsc +17 -5
- datahub/metadata/schemas/PostInfo.avsc +28 -2
- datahub/metadata/schemas/SchemaFieldKey.avsc +2 -1
- datahub/specific/dashboard.py +43 -1
- datahub/telemetry/telemetry.py +4 -4
- datahub/testing/check_imports.py +28 -0
- datahub/upgrade/upgrade.py +17 -9
- {acryl_datahub-0.15.0.4rc3.dist-info → acryl_datahub-0.15.0.5.dist-info}/LICENSE +0 -0
- {acryl_datahub-0.15.0.4rc3.dist-info → acryl_datahub-0.15.0.5.dist-info}/WHEEL +0 -0
- {acryl_datahub-0.15.0.4rc3.dist-info → acryl_datahub-0.15.0.5.dist-info}/top_level.txt +0 -0
datahub/metadata/schema.avsc
CHANGED
|
@@ -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": {
|
|
@@ -4656,16 +4730,16 @@
|
|
|
4656
4730
|
{
|
|
4657
4731
|
"Relationship": {
|
|
4658
4732
|
"/*/destinationUrn": {
|
|
4659
|
-
"createdActor": "
|
|
4660
|
-
"createdOn": "
|
|
4733
|
+
"createdActor": "dashboards/*/created/actor",
|
|
4734
|
+
"createdOn": "dashboards/*/created/time",
|
|
4661
4735
|
"entityTypes": [
|
|
4662
4736
|
"dashboard"
|
|
4663
4737
|
],
|
|
4664
4738
|
"isLineage": true,
|
|
4665
4739
|
"name": "DashboardContainsDashboard",
|
|
4666
|
-
"properties": "
|
|
4667
|
-
"updatedActor": "
|
|
4668
|
-
"updatedOn": "
|
|
4740
|
+
"properties": "dashboards/*/properties",
|
|
4741
|
+
"updatedActor": "dashboards/*/lastModified/actor",
|
|
4742
|
+
"updatedOn": "dashboards/*/lastModified/time"
|
|
4669
4743
|
}
|
|
4670
4744
|
},
|
|
4671
4745
|
"type": {
|
|
@@ -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"
|
|
@@ -258,16 +258,16 @@
|
|
|
258
258
|
{
|
|
259
259
|
"Relationship": {
|
|
260
260
|
"/*/destinationUrn": {
|
|
261
|
-
"createdActor": "
|
|
262
|
-
"createdOn": "
|
|
261
|
+
"createdActor": "dashboards/*/created/actor",
|
|
262
|
+
"createdOn": "dashboards/*/created/time",
|
|
263
263
|
"entityTypes": [
|
|
264
264
|
"dashboard"
|
|
265
265
|
],
|
|
266
266
|
"isLineage": true,
|
|
267
267
|
"name": "DashboardContainsDashboard",
|
|
268
|
-
"properties": "
|
|
269
|
-
"updatedActor": "
|
|
270
|
-
"updatedOn": "
|
|
268
|
+
"properties": "dashboards/*/properties",
|
|
269
|
+
"updatedActor": "dashboards/*/lastModified/actor",
|
|
270
|
+
"updatedOn": "dashboards/*/lastModified/time"
|
|
271
271
|
}
|
|
272
272
|
},
|
|
273
273
|
"type": {
|
|
@@ -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
|
+
}
|
|
@@ -2049,16 +2049,16 @@
|
|
|
2049
2049
|
{
|
|
2050
2050
|
"Relationship": {
|
|
2051
2051
|
"/*/destinationUrn": {
|
|
2052
|
-
"createdActor": "
|
|
2053
|
-
"createdOn": "
|
|
2052
|
+
"createdActor": "dashboards/*/created/actor",
|
|
2053
|
+
"createdOn": "dashboards/*/created/time",
|
|
2054
2054
|
"entityTypes": [
|
|
2055
2055
|
"dashboard"
|
|
2056
2056
|
],
|
|
2057
2057
|
"isLineage": true,
|
|
2058
2058
|
"name": "DashboardContainsDashboard",
|
|
2059
|
-
"properties": "
|
|
2060
|
-
"updatedActor": "
|
|
2061
|
-
"updatedOn": "
|
|
2059
|
+
"properties": "dashboards/*/properties",
|
|
2060
|
+
"updatedActor": "dashboards/*/lastModified/actor",
|
|
2061
|
+
"updatedOn": "dashboards/*/lastModified/time"
|
|
2062
2062
|
}
|
|
2063
2063
|
},
|
|
2064
2064
|
"type": {
|
|
@@ -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"
|