acryl-datahub-cloud 0.3.13.3rc0__py3-none-any.whl → 0.3.14__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/datahub_usage_reporting/excluded.py +94 -0
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +462 -34
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +2034 -2034
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/event/notification/settings/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/identity/__init__.py +6 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/search/features/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/platform/event/v1/__init__.py +4 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/settings/asset/__init__.py +19 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/settings/global/__init__.py +6 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/template/__init__.py +6 -0
- acryl_datahub_cloud/metadata/schema.avsc +24776 -24109
- acryl_datahub_cloud/metadata/schema_classes.py +1581 -696
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +95 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +0 -21
- acryl_datahub_cloud/metadata/schemas/AssetSettings.avsc +63 -0
- acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/CorpGroupSettings.avsc +127 -2
- acryl_datahub_cloud/metadata/schemas/CorpUserInvitationStatus.avsc +106 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +127 -2
- acryl_datahub_cloud/metadata/schemas/CorpUserUsageFeatures.avsc +93 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +21 -2
- acryl_datahub_cloud/metadata/schemas/DataHubPageTemplateProperties.avsc +77 -1
- acryl_datahub_cloud/metadata/schemas/DataProductKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/DatasetUsageStatistics.avsc +8 -0
- acryl_datahub_cloud/metadata/schemas/DomainKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +82 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryNodeKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryTermKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/IncidentActivityEvent.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/IncidentInfo.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/InferredMetadata.avsc +69 -0
- acryl_datahub_cloud/metadata/schemas/InviteToken.avsc +26 -0
- acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +104 -100
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +98 -45
- acryl_datahub_cloud/metadata/schemas/MonitorSuiteInfo.avsc +127 -2
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +79 -2
- acryl_datahub_cloud/metadata/schemas/Ownership.avsc +69 -0
- acryl_datahub_cloud/metadata/schemas/RelationshipChangeEvent.avsc +215 -0
- acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/StructuredProperties.avsc +69 -0
- acryl_datahub_cloud/metadata/schemas/SubscriptionInfo.avsc +127 -2
- acryl_datahub_cloud/sdk/assertions_client.py +21 -7
- acryl_datahub_cloud/sdk/resolver_client.py +4 -1
- acryl_datahub_cloud/sdk/subscription_client.py +8 -3
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/METADATA +43 -43
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/RECORD +51 -45
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/top_level.txt +0 -0
|
@@ -3280,7 +3280,6 @@ class AssertionAnalyticsRunEventClass(_Aspect):
|
|
|
3280
3280
|
asserteeGlossaryTerms: Union[None, List[str]]=None,
|
|
3281
3281
|
asserteeOwners: Union[None, List[str]]=None,
|
|
3282
3282
|
asserteeDataPlatform: Union[None, str]=None,
|
|
3283
|
-
asserteeContainer: Union[None, str]=None,
|
|
3284
3283
|
asserteeDataPlatformInstance: Union[None, str]=None,
|
|
3285
3284
|
asserteeSchemaFieldGlossaryTerms: Union[None, List[str]]=None,
|
|
3286
3285
|
asserteeSchemaFieldTags: Union[None, List[str]]=None,
|
|
@@ -3299,7 +3298,6 @@ class AssertionAnalyticsRunEventClass(_Aspect):
|
|
|
3299
3298
|
self.asserteeGlossaryTerms = asserteeGlossaryTerms
|
|
3300
3299
|
self.asserteeOwners = asserteeOwners
|
|
3301
3300
|
self.asserteeDataPlatform = asserteeDataPlatform
|
|
3302
|
-
self.asserteeContainer = asserteeContainer
|
|
3303
3301
|
self.asserteeDataPlatformInstance = asserteeDataPlatformInstance
|
|
3304
3302
|
self.asserteeSchemaFieldGlossaryTerms = asserteeSchemaFieldGlossaryTerms
|
|
3305
3303
|
self.asserteeSchemaFieldTags = asserteeSchemaFieldTags
|
|
@@ -3326,7 +3324,6 @@ class AssertionAnalyticsRunEventClass(_Aspect):
|
|
|
3326
3324
|
self.asserteeGlossaryTerms = self.RECORD_SCHEMA.fields_dict["asserteeGlossaryTerms"].default
|
|
3327
3325
|
self.asserteeOwners = self.RECORD_SCHEMA.fields_dict["asserteeOwners"].default
|
|
3328
3326
|
self.asserteeDataPlatform = self.RECORD_SCHEMA.fields_dict["asserteeDataPlatform"].default
|
|
3329
|
-
self.asserteeContainer = self.RECORD_SCHEMA.fields_dict["asserteeContainer"].default
|
|
3330
3327
|
self.asserteeDataPlatformInstance = self.RECORD_SCHEMA.fields_dict["asserteeDataPlatformInstance"].default
|
|
3331
3328
|
self.asserteeSchemaFieldGlossaryTerms = self.RECORD_SCHEMA.fields_dict["asserteeSchemaFieldGlossaryTerms"].default
|
|
3332
3329
|
self.asserteeSchemaFieldTags = self.RECORD_SCHEMA.fields_dict["asserteeSchemaFieldTags"].default
|
|
@@ -3422,16 +3419,6 @@ class AssertionAnalyticsRunEventClass(_Aspect):
|
|
|
3422
3419
|
self._inner_dict['asserteeDataPlatform'] = value
|
|
3423
3420
|
|
|
3424
3421
|
|
|
3425
|
-
@property
|
|
3426
|
-
def asserteeContainer(self) -> Union[None, str]:
|
|
3427
|
-
"""The Container attached to the entity's parent Asset"""
|
|
3428
|
-
return self._inner_dict.get('asserteeContainer') # type: ignore
|
|
3429
|
-
|
|
3430
|
-
@asserteeContainer.setter
|
|
3431
|
-
def asserteeContainer(self, value: Union[None, str]) -> None:
|
|
3432
|
-
self._inner_dict['asserteeContainer'] = value
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
3422
|
@property
|
|
3436
3423
|
def asserteeDataPlatformInstance(self) -> Union[None, str]:
|
|
3437
3424
|
"""Instance of the parent's data platform (e.g. db instance)"""
|
|
@@ -10418,6 +10405,7 @@ class OwnerClass(DictWrapper):
|
|
|
10418
10405
|
type: Union[str, "OwnershipTypeClass"],
|
|
10419
10406
|
typeUrn: Union[None, str]=None,
|
|
10420
10407
|
source: Union[None, "OwnershipSourceClass"]=None,
|
|
10408
|
+
attribution: Union[None, "MetadataAttributionClass"]=None,
|
|
10421
10409
|
):
|
|
10422
10410
|
super().__init__()
|
|
10423
10411
|
|
|
@@ -10425,12 +10413,14 @@ class OwnerClass(DictWrapper):
|
|
|
10425
10413
|
self.type = type
|
|
10426
10414
|
self.typeUrn = typeUrn
|
|
10427
10415
|
self.source = source
|
|
10416
|
+
self.attribution = attribution
|
|
10428
10417
|
|
|
10429
10418
|
def _restore_defaults(self) -> None:
|
|
10430
10419
|
self.owner = str()
|
|
10431
10420
|
self.type = OwnershipTypeClass.CUSTOM
|
|
10432
10421
|
self.typeUrn = self.RECORD_SCHEMA.fields_dict["typeUrn"].default
|
|
10433
10422
|
self.source = self.RECORD_SCHEMA.fields_dict["source"].default
|
|
10423
|
+
self.attribution = self.RECORD_SCHEMA.fields_dict["attribution"].default
|
|
10434
10424
|
|
|
10435
10425
|
|
|
10436
10426
|
@property
|
|
@@ -10475,6 +10465,16 @@ class OwnerClass(DictWrapper):
|
|
|
10475
10465
|
self._inner_dict['source'] = value
|
|
10476
10466
|
|
|
10477
10467
|
|
|
10468
|
+
@property
|
|
10469
|
+
def attribution(self) -> Union[None, "MetadataAttributionClass"]:
|
|
10470
|
+
"""Information about who, why, and how this metadata was applied"""
|
|
10471
|
+
return self._inner_dict.get('attribution') # type: ignore
|
|
10472
|
+
|
|
10473
|
+
@attribution.setter
|
|
10474
|
+
def attribution(self, value: Union[None, "MetadataAttributionClass"]) -> None:
|
|
10475
|
+
self._inner_dict['attribution'] = value
|
|
10476
|
+
|
|
10477
|
+
|
|
10478
10478
|
class OwnershipClass(_Aspect):
|
|
10479
10479
|
"""Ownership information of an entity."""
|
|
10480
10480
|
|
|
@@ -15488,7 +15488,7 @@ class DataProductKeyClass(_Aspect):
|
|
|
15488
15488
|
|
|
15489
15489
|
|
|
15490
15490
|
ASPECT_NAME = 'dataProductKey'
|
|
15491
|
-
ASPECT_INFO = {'keyForEntity': 'dataProduct', 'entityCategory': 'core', 'entityAspects': ['ownership', 'glossaryTerms', 'globalTags', 'domains', 'applications', 'dataProductProperties', 'institutionalMemory', 'status', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'share', 'origin']}
|
|
15491
|
+
ASPECT_INFO = {'keyForEntity': 'dataProduct', 'entityCategory': 'core', 'entityAspects': ['ownership', 'glossaryTerms', 'globalTags', 'domains', 'applications', 'dataProductProperties', 'institutionalMemory', 'status', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'assetSettings', 'share', 'origin']}
|
|
15492
15492
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.dataproduct.DataProductKey")
|
|
15493
15493
|
|
|
15494
15494
|
def __init__(self,
|
|
@@ -18366,6 +18366,12 @@ class NotificationRecipientTypeClass(object):
|
|
|
18366
18366
|
SLACK_DM = "SLACK_DM"
|
|
18367
18367
|
"""A slack member to send a notification to."""
|
|
18368
18368
|
|
|
18369
|
+
TEAMS_CHANNEL = "TEAMS_CHANNEL"
|
|
18370
|
+
"""A Microsoft Teams channel to send a notification to."""
|
|
18371
|
+
|
|
18372
|
+
TEAMS_DM = "TEAMS_DM"
|
|
18373
|
+
"""A Microsoft Teams member to send a notification to."""
|
|
18374
|
+
|
|
18369
18375
|
CUSTOM = "CUSTOM"
|
|
18370
18376
|
"""A custom target, e.g. a slack channel or dm, that a specific sink can handle. Sinks are expected to handle custom
|
|
18371
18377
|
types appropriately."""
|
|
@@ -18477,6 +18483,9 @@ class NotificationSinkTypeClass(object):
|
|
|
18477
18483
|
EMAIL = "EMAIL"
|
|
18478
18484
|
"""Email target type."""
|
|
18479
18485
|
|
|
18486
|
+
TEAMS = "TEAMS"
|
|
18487
|
+
"""Microsoft Teams target type."""
|
|
18488
|
+
|
|
18480
18489
|
|
|
18481
18490
|
|
|
18482
18491
|
class EmailNotificationSettingsClass(DictWrapper):
|
|
@@ -18512,6 +18521,7 @@ class NotificationSettingsClass(DictWrapper):
|
|
|
18512
18521
|
sinkTypes: List[Union[str, "NotificationSinkTypeClass"]],
|
|
18513
18522
|
slackSettings: Union[None, "SlackNotificationSettingsClass"]=None,
|
|
18514
18523
|
emailSettings: Union[None, "EmailNotificationSettingsClass"]=None,
|
|
18524
|
+
teamsSettings: Union[None, "TeamsNotificationSettingsClass"]=None,
|
|
18515
18525
|
settings: Union[None, Dict[str, "NotificationSettingClass"]]=None,
|
|
18516
18526
|
):
|
|
18517
18527
|
super().__init__()
|
|
@@ -18519,12 +18529,14 @@ class NotificationSettingsClass(DictWrapper):
|
|
|
18519
18529
|
self.sinkTypes = sinkTypes
|
|
18520
18530
|
self.slackSettings = slackSettings
|
|
18521
18531
|
self.emailSettings = emailSettings
|
|
18532
|
+
self.teamsSettings = teamsSettings
|
|
18522
18533
|
self.settings = settings
|
|
18523
18534
|
|
|
18524
18535
|
def _restore_defaults(self) -> None:
|
|
18525
18536
|
self.sinkTypes = list()
|
|
18526
18537
|
self.slackSettings = self.RECORD_SCHEMA.fields_dict["slackSettings"].default
|
|
18527
18538
|
self.emailSettings = self.RECORD_SCHEMA.fields_dict["emailSettings"].default
|
|
18539
|
+
self.teamsSettings = self.RECORD_SCHEMA.fields_dict["teamsSettings"].default
|
|
18528
18540
|
self.settings = self.RECORD_SCHEMA.fields_dict["settings"].default
|
|
18529
18541
|
|
|
18530
18542
|
|
|
@@ -18558,6 +18570,16 @@ class NotificationSettingsClass(DictWrapper):
|
|
|
18558
18570
|
self._inner_dict['emailSettings'] = value
|
|
18559
18571
|
|
|
18560
18572
|
|
|
18573
|
+
@property
|
|
18574
|
+
def teamsSettings(self) -> Union[None, "TeamsNotificationSettingsClass"]:
|
|
18575
|
+
"""Microsoft Teams Notification Settings"""
|
|
18576
|
+
return self._inner_dict.get('teamsSettings') # type: ignore
|
|
18577
|
+
|
|
18578
|
+
@teamsSettings.setter
|
|
18579
|
+
def teamsSettings(self, value: Union[None, "TeamsNotificationSettingsClass"]) -> None:
|
|
18580
|
+
self._inner_dict['teamsSettings'] = value
|
|
18581
|
+
|
|
18582
|
+
|
|
18561
18583
|
@property
|
|
18562
18584
|
def settings(self) -> Union[None, Dict[str, "NotificationSettingClass"]]:
|
|
18563
18585
|
"""User or Group Notification Scenario Settings.
|
|
@@ -18609,6 +18631,45 @@ class SlackNotificationSettingsClass(DictWrapper):
|
|
|
18609
18631
|
self._inner_dict['channels'] = value
|
|
18610
18632
|
|
|
18611
18633
|
|
|
18634
|
+
class TeamsNotificationSettingsClass(DictWrapper):
|
|
18635
|
+
"""Microsoft Teams Notification settings for an actor."""
|
|
18636
|
+
|
|
18637
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.event.notification.settings.TeamsNotificationSettings")
|
|
18638
|
+
def __init__(self,
|
|
18639
|
+
user: Union[None, "TeamsUserClass"]=None,
|
|
18640
|
+
channels: Union[None, List["TeamsChannelClass"]]=None,
|
|
18641
|
+
):
|
|
18642
|
+
super().__init__()
|
|
18643
|
+
|
|
18644
|
+
self.user = user
|
|
18645
|
+
self.channels = channels
|
|
18646
|
+
|
|
18647
|
+
def _restore_defaults(self) -> None:
|
|
18648
|
+
self.user = self.RECORD_SCHEMA.fields_dict["user"].default
|
|
18649
|
+
self.channels = self.RECORD_SCHEMA.fields_dict["channels"].default
|
|
18650
|
+
|
|
18651
|
+
|
|
18652
|
+
@property
|
|
18653
|
+
def user(self) -> Union[None, "TeamsUserClass"]:
|
|
18654
|
+
"""Optional structured user information with cached metadata.
|
|
18655
|
+
Supports both Azure AD user ID and Teams user ID with cached display name."""
|
|
18656
|
+
return self._inner_dict.get('user') # type: ignore
|
|
18657
|
+
|
|
18658
|
+
@user.setter
|
|
18659
|
+
def user(self, value: Union[None, "TeamsUserClass"]) -> None:
|
|
18660
|
+
self._inner_dict['user'] = value
|
|
18661
|
+
|
|
18662
|
+
|
|
18663
|
+
@property
|
|
18664
|
+
def channels(self) -> Union[None, List["TeamsChannelClass"]]:
|
|
18665
|
+
"""Optional list of structured channels with cached metadata"""
|
|
18666
|
+
return self._inner_dict.get('channels') # type: ignore
|
|
18667
|
+
|
|
18668
|
+
@channels.setter
|
|
18669
|
+
def channels(self, value: Union[None, List["TeamsChannelClass"]]) -> None:
|
|
18670
|
+
self._inner_dict['channels'] = value
|
|
18671
|
+
|
|
18672
|
+
|
|
18612
18673
|
class NotificationTemplateTypeClass(object):
|
|
18613
18674
|
"""Possible notification template types."""
|
|
18614
18675
|
|
|
@@ -18618,6 +18679,9 @@ class NotificationTemplateTypeClass(object):
|
|
|
18618
18679
|
BROADCAST_ASSERTION_STATUS_CHANGE = "BROADCAST_ASSERTION_STATUS_CHANGE"
|
|
18619
18680
|
"""Assertion change notification template."""
|
|
18620
18681
|
|
|
18682
|
+
INVITATION = "INVITATION"
|
|
18683
|
+
"""User invitation notification template."""
|
|
18684
|
+
|
|
18621
18685
|
CUSTOM = "CUSTOM"
|
|
18622
18686
|
"""Legacy template types to support backwards compatibility."""
|
|
18623
18687
|
|
|
@@ -21239,6 +21303,87 @@ class CorpUserInfoClass(_Aspect):
|
|
|
21239
21303
|
self._inner_dict['system'] = value
|
|
21240
21304
|
|
|
21241
21305
|
|
|
21306
|
+
class CorpUserInvitationStatusClass(_Aspect):
|
|
21307
|
+
# No docs available.
|
|
21308
|
+
|
|
21309
|
+
|
|
21310
|
+
ASPECT_NAME = 'corpUserInvitationStatus'
|
|
21311
|
+
ASPECT_INFO = {}
|
|
21312
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.identity.CorpUserInvitationStatus")
|
|
21313
|
+
|
|
21314
|
+
def __init__(self,
|
|
21315
|
+
created: "AuditStampClass",
|
|
21316
|
+
status: Union[str, "InvitationStatusClass"],
|
|
21317
|
+
lastUpdated: "AuditStampClass",
|
|
21318
|
+
invitationToken: str,
|
|
21319
|
+
role: Union[None, str]=None,
|
|
21320
|
+
):
|
|
21321
|
+
super().__init__()
|
|
21322
|
+
|
|
21323
|
+
self.role = role
|
|
21324
|
+
self.created = created
|
|
21325
|
+
self.status = status
|
|
21326
|
+
self.lastUpdated = lastUpdated
|
|
21327
|
+
self.invitationToken = invitationToken
|
|
21328
|
+
|
|
21329
|
+
def _restore_defaults(self) -> None:
|
|
21330
|
+
self.role = self.RECORD_SCHEMA.fields_dict["role"].default
|
|
21331
|
+
self.created = AuditStampClass._construct_with_defaults()
|
|
21332
|
+
self.status = InvitationStatusClass.SENT
|
|
21333
|
+
self.lastUpdated = AuditStampClass._construct_with_defaults()
|
|
21334
|
+
self.invitationToken = str()
|
|
21335
|
+
|
|
21336
|
+
|
|
21337
|
+
@property
|
|
21338
|
+
def role(self) -> Union[None, str]:
|
|
21339
|
+
"""Role will only work in non-sso environments today."""
|
|
21340
|
+
return self._inner_dict.get('role') # type: ignore
|
|
21341
|
+
|
|
21342
|
+
@role.setter
|
|
21343
|
+
def role(self, value: Union[None, str]) -> None:
|
|
21344
|
+
self._inner_dict['role'] = value
|
|
21345
|
+
|
|
21346
|
+
|
|
21347
|
+
@property
|
|
21348
|
+
def created(self) -> "AuditStampClass":
|
|
21349
|
+
"""Created Audit"""
|
|
21350
|
+
return self._inner_dict.get('created') # type: ignore
|
|
21351
|
+
|
|
21352
|
+
@created.setter
|
|
21353
|
+
def created(self, value: "AuditStampClass") -> None:
|
|
21354
|
+
self._inner_dict['created'] = value
|
|
21355
|
+
|
|
21356
|
+
|
|
21357
|
+
@property
|
|
21358
|
+
def status(self) -> Union[str, "InvitationStatusClass"]:
|
|
21359
|
+
"""The status of the invitation"""
|
|
21360
|
+
return self._inner_dict.get('status') # type: ignore
|
|
21361
|
+
|
|
21362
|
+
@status.setter
|
|
21363
|
+
def status(self, value: Union[str, "InvitationStatusClass"]) -> None:
|
|
21364
|
+
self._inner_dict['status'] = value
|
|
21365
|
+
|
|
21366
|
+
|
|
21367
|
+
@property
|
|
21368
|
+
def lastUpdated(self) -> "AuditStampClass":
|
|
21369
|
+
"""Last Status Change Audit"""
|
|
21370
|
+
return self._inner_dict.get('lastUpdated') # type: ignore
|
|
21371
|
+
|
|
21372
|
+
@lastUpdated.setter
|
|
21373
|
+
def lastUpdated(self, value: "AuditStampClass") -> None:
|
|
21374
|
+
self._inner_dict['lastUpdated'] = value
|
|
21375
|
+
|
|
21376
|
+
|
|
21377
|
+
@property
|
|
21378
|
+
def invitationToken(self) -> str:
|
|
21379
|
+
"""Unique token for the invitation URL - hashed via SecretService """
|
|
21380
|
+
return self._inner_dict.get('invitationToken') # type: ignore
|
|
21381
|
+
|
|
21382
|
+
@invitationToken.setter
|
|
21383
|
+
def invitationToken(self, value: str) -> None:
|
|
21384
|
+
self._inner_dict['invitationToken'] = value
|
|
21385
|
+
|
|
21386
|
+
|
|
21242
21387
|
class CorpUserSettingsClass(_Aspect):
|
|
21243
21388
|
"""Settings that a user can customize through the DataHub UI"""
|
|
21244
21389
|
|
|
@@ -21404,6 +21549,15 @@ class GroupMembershipClass(_Aspect):
|
|
|
21404
21549
|
self._inner_dict['groups'] = value
|
|
21405
21550
|
|
|
21406
21551
|
|
|
21552
|
+
class InvitationStatusClass(object):
|
|
21553
|
+
# No docs available.
|
|
21554
|
+
|
|
21555
|
+
SENT = "SENT"
|
|
21556
|
+
ACCEPTED = "ACCEPTED"
|
|
21557
|
+
REVOKED = "REVOKED"
|
|
21558
|
+
SUGGESTION_DISMISSED = "SUGGESTION_DISMISSED"
|
|
21559
|
+
|
|
21560
|
+
|
|
21407
21561
|
class InviteTokenClass(_Aspect):
|
|
21408
21562
|
"""Aspect used to store invite tokens."""
|
|
21409
21563
|
|
|
@@ -21415,15 +21569,22 @@ class InviteTokenClass(_Aspect):
|
|
|
21415
21569
|
def __init__(self,
|
|
21416
21570
|
token: str,
|
|
21417
21571
|
role: Union[None, str]=None,
|
|
21572
|
+
tokenType: Optional[Union[Union[str, "TokenTypeClass"], None]]=None,
|
|
21418
21573
|
):
|
|
21419
21574
|
super().__init__()
|
|
21420
21575
|
|
|
21421
21576
|
self.token = token
|
|
21422
21577
|
self.role = role
|
|
21578
|
+
if tokenType is None:
|
|
21579
|
+
# default: 'SHARED'
|
|
21580
|
+
self.tokenType = self.RECORD_SCHEMA.fields_dict["tokenType"].default
|
|
21581
|
+
else:
|
|
21582
|
+
self.tokenType = tokenType
|
|
21423
21583
|
|
|
21424
21584
|
def _restore_defaults(self) -> None:
|
|
21425
21585
|
self.token = str()
|
|
21426
21586
|
self.role = self.RECORD_SCHEMA.fields_dict["role"].default
|
|
21587
|
+
self.tokenType = self.RECORD_SCHEMA.fields_dict["tokenType"].default
|
|
21427
21588
|
|
|
21428
21589
|
|
|
21429
21590
|
@property
|
|
@@ -21446,6 +21607,16 @@ class InviteTokenClass(_Aspect):
|
|
|
21446
21607
|
self._inner_dict['role'] = value
|
|
21447
21608
|
|
|
21448
21609
|
|
|
21610
|
+
@property
|
|
21611
|
+
def tokenType(self) -> Union[Union[str, "TokenTypeClass"], None]:
|
|
21612
|
+
"""The type of invite token - shared (admin managed) or individual (single-use)"""
|
|
21613
|
+
return self._inner_dict.get('tokenType') # type: ignore
|
|
21614
|
+
|
|
21615
|
+
@tokenType.setter
|
|
21616
|
+
def tokenType(self, value: Union[Union[str, "TokenTypeClass"], None]) -> None:
|
|
21617
|
+
self._inner_dict['tokenType'] = value
|
|
21618
|
+
|
|
21619
|
+
|
|
21449
21620
|
class NativeGroupMembershipClass(_Aspect):
|
|
21450
21621
|
"""Carries information about the native CorpGroups a user is in."""
|
|
21451
21622
|
|
|
@@ -21504,6 +21675,17 @@ class RoleMembershipClass(_Aspect):
|
|
|
21504
21675
|
self._inner_dict['roles'] = value
|
|
21505
21676
|
|
|
21506
21677
|
|
|
21678
|
+
class TokenTypeClass(object):
|
|
21679
|
+
"""Token types for different invitation workflows"""
|
|
21680
|
+
|
|
21681
|
+
SHARED = "SHARED"
|
|
21682
|
+
"""Shared token that admin can copy and share manually. Reusable until admin regenerates."""
|
|
21683
|
+
|
|
21684
|
+
INDIVIDUAL = "INDIVIDUAL"
|
|
21685
|
+
"""Individual token generated for bulk invitations. Single-use, consumed on signup."""
|
|
21686
|
+
|
|
21687
|
+
|
|
21688
|
+
|
|
21507
21689
|
class IncidentActivityChangeClass(DictWrapper):
|
|
21508
21690
|
"""Incident Activity Change is a record that represents the changes that occurred in the incident activity event."""
|
|
21509
21691
|
|
|
@@ -21735,7 +21917,7 @@ class IncidentInfoClass(_Aspect):
|
|
|
21735
21917
|
customType: Union[None, str]=None,
|
|
21736
21918
|
title: Union[None, str]=None,
|
|
21737
21919
|
description: Union[None, str]=None,
|
|
21738
|
-
priority:
|
|
21920
|
+
priority: Union[None, int]=None,
|
|
21739
21921
|
assignees: Union[None, List["IncidentAssigneeClass"]]=None,
|
|
21740
21922
|
source: Union[None, "IncidentSourceClass"]=None,
|
|
21741
21923
|
startedAt: Union[None, int]=None,
|
|
@@ -21747,11 +21929,7 @@ class IncidentInfoClass(_Aspect):
|
|
|
21747
21929
|
self.title = title
|
|
21748
21930
|
self.description = description
|
|
21749
21931
|
self.entities = entities
|
|
21750
|
-
|
|
21751
|
-
# default: 0
|
|
21752
|
-
self.priority = self.RECORD_SCHEMA.fields_dict["priority"].default
|
|
21753
|
-
else:
|
|
21754
|
-
self.priority = priority
|
|
21932
|
+
self.priority = priority
|
|
21755
21933
|
self.assignees = assignees
|
|
21756
21934
|
self.status = status
|
|
21757
21935
|
self.source = source
|
|
@@ -21823,14 +22001,14 @@ class IncidentInfoClass(_Aspect):
|
|
|
21823
22001
|
|
|
21824
22002
|
|
|
21825
22003
|
@property
|
|
21826
|
-
def priority(self) -> Union[
|
|
22004
|
+
def priority(self) -> Union[None, int]:
|
|
21827
22005
|
"""A numeric severity or priority for the incident. On the UI we will translate this into something easy to understand.
|
|
21828
22006
|
Currently supported: 0 - CRITICAL, 1 - HIGH, 2 - MED, 3 - LOW
|
|
21829
22007
|
(We probably should have modeled as an enum)"""
|
|
21830
22008
|
return self._inner_dict.get('priority') # type: ignore
|
|
21831
22009
|
|
|
21832
22010
|
@priority.setter
|
|
21833
|
-
def priority(self, value: Union[
|
|
22011
|
+
def priority(self, value: Union[None, int]) -> None:
|
|
21834
22012
|
self._inner_dict['priority'] = value
|
|
21835
22013
|
|
|
21836
22014
|
|
|
@@ -23062,23 +23240,23 @@ class LogicalParentClass(_Aspect):
|
|
|
23062
23240
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.logical.LogicalParent")
|
|
23063
23241
|
|
|
23064
23242
|
def __init__(self,
|
|
23065
|
-
parent: "EdgeClass",
|
|
23243
|
+
parent: Union[None, "EdgeClass"]=None,
|
|
23066
23244
|
):
|
|
23067
23245
|
super().__init__()
|
|
23068
23246
|
|
|
23069
23247
|
self.parent = parent
|
|
23070
23248
|
|
|
23071
23249
|
def _restore_defaults(self) -> None:
|
|
23072
|
-
self.parent =
|
|
23250
|
+
self.parent = self.RECORD_SCHEMA.fields_dict["parent"].default
|
|
23073
23251
|
|
|
23074
23252
|
|
|
23075
23253
|
@property
|
|
23076
|
-
def parent(self) -> "EdgeClass":
|
|
23254
|
+
def parent(self) -> Union[None, "EdgeClass"]:
|
|
23077
23255
|
# No docs available.
|
|
23078
23256
|
return self._inner_dict.get('parent') # type: ignore
|
|
23079
23257
|
|
|
23080
23258
|
@parent.setter
|
|
23081
|
-
def parent(self, value: "EdgeClass") -> None:
|
|
23259
|
+
def parent(self, value: Union[None, "EdgeClass"]) -> None:
|
|
23082
23260
|
self._inner_dict['parent'] = value
|
|
23083
23261
|
|
|
23084
23262
|
|
|
@@ -23332,7 +23510,7 @@ class CorpUserKeyClass(_Aspect):
|
|
|
23332
23510
|
|
|
23333
23511
|
|
|
23334
23512
|
ASPECT_NAME = 'corpUserKey'
|
|
23335
|
-
ASPECT_INFO = {'keyForEntity': 'corpuser', 'entityCategory': '_unset_', 'entityAspects': ['corpUserInfo', 'corpUserEditableInfo', 'corpUserStatus', 'groupMembership', 'globalTags', 'status', 'corpUserCredentials', 'nativeGroupMembership', 'corpUserSettings', 'origin', 'roleMembership', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'slackUserInfo', 'share', 'formNotifications'], 'entityDoc': 'CorpUser represents an identity of a person (or an account) in the enterprise.'}
|
|
23513
|
+
ASPECT_INFO = {'keyForEntity': 'corpuser', 'entityCategory': '_unset_', 'entityAspects': ['corpUserInfo', 'corpUserEditableInfo', 'corpUserStatus', 'groupMembership', 'globalTags', 'status', 'corpUserCredentials', 'nativeGroupMembership', 'corpUserSettings', 'origin', 'roleMembership', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'slackUserInfo', 'corpUserUsageFeatures', 'corpUserInvitationStatus', 'share', 'formNotifications'], 'entityDoc': 'CorpUser represents an identity of a person (or an account) in the enterprise.'}
|
|
23336
23514
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.CorpUserKey")
|
|
23337
23515
|
|
|
23338
23516
|
def __init__(self,
|
|
@@ -24217,7 +24395,7 @@ class DomainKeyClass(_Aspect):
|
|
|
24217
24395
|
|
|
24218
24396
|
|
|
24219
24397
|
ASPECT_NAME = 'domainKey'
|
|
24220
|
-
ASPECT_INFO = {'keyForEntity': 'domain', 'entityCategory': 'core', 'entityAspects': ['domainProperties', 'institutionalMemory', 'ownership', 'structuredProperties', 'forms', 'testResults', 'displayProperties', 'share', 'origin'], 'entityDoc': 'A data domain within an organization.'}
|
|
24398
|
+
ASPECT_INFO = {'keyForEntity': 'domain', 'entityCategory': 'core', 'entityAspects': ['domainProperties', 'institutionalMemory', 'ownership', 'structuredProperties', 'forms', 'testResults', 'displayProperties', 'assetSettings', 'share', 'origin'], 'entityDoc': 'A data domain within an organization.'}
|
|
24221
24399
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.DomainKey")
|
|
24222
24400
|
|
|
24223
24401
|
def __init__(self,
|
|
@@ -24394,7 +24572,7 @@ class GlossaryNodeKeyClass(_Aspect):
|
|
|
24394
24572
|
|
|
24395
24573
|
|
|
24396
24574
|
ASPECT_NAME = 'glossaryNodeKey'
|
|
24397
|
-
ASPECT_INFO = {'keyForEntity': 'glossaryNode', 'entityCategory': 'core', 'entityAspects': ['glossaryNodeInfo', 'institutionalMemory', 'ownership', 'status', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'displayProperties', 'share', 'origin']}
|
|
24575
|
+
ASPECT_INFO = {'keyForEntity': 'glossaryNode', 'entityCategory': 'core', 'entityAspects': ['glossaryNodeInfo', 'institutionalMemory', 'ownership', 'status', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'displayProperties', 'assetSettings', 'share', 'origin']}
|
|
24398
24576
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.GlossaryNodeKey")
|
|
24399
24577
|
|
|
24400
24578
|
def __init__(self,
|
|
@@ -24423,7 +24601,7 @@ class GlossaryTermKeyClass(_Aspect):
|
|
|
24423
24601
|
|
|
24424
24602
|
|
|
24425
24603
|
ASPECT_NAME = 'glossaryTermKey'
|
|
24426
|
-
ASPECT_INFO = {'keyForEntity': 'glossaryTerm', 'entityCategory': 'core', 'entityAspects': ['glossaryTermInfo', 'glossaryRelatedTerms', 'institutionalMemory', 'schemaMetadata', 'ownership', 'deprecation', 'domains', 'applications', 'status', 'browsePaths', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'share', 'origin']}
|
|
24604
|
+
ASPECT_INFO = {'keyForEntity': 'glossaryTerm', 'entityCategory': 'core', 'entityAspects': ['glossaryTermInfo', 'glossaryRelatedTerms', 'institutionalMemory', 'schemaMetadata', 'ownership', 'deprecation', 'domains', 'applications', 'status', 'browsePaths', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'assetSettings', 'share', 'origin']}
|
|
24427
24605
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.GlossaryTermKey")
|
|
24428
24606
|
|
|
24429
24607
|
def __init__(self,
|
|
@@ -25190,7 +25368,7 @@ class SchemaFieldKeyClass(_Aspect):
|
|
|
25190
25368
|
|
|
25191
25369
|
|
|
25192
25370
|
ASPECT_NAME = 'schemaFieldKey'
|
|
25193
|
-
ASPECT_INFO = {'keyForEntity': 'schemaField', 'entityCategory': 'core', 'entityAspects': ['schemafieldInfo', 'structuredProperties', 'forms', 'businessAttributes', 'status', 'schemaFieldAliases', 'documentation', 'testResults', 'deprecation', 'subTypes', 'logicalParent', 'schemaFieldProfile', 'lineageFeatures']}
|
|
25371
|
+
ASPECT_INFO = {'keyForEntity': 'schemaField', 'entityCategory': 'core', 'entityAspects': ['schemafieldInfo', 'structuredProperties', 'forms', 'businessAttributes', 'status', 'schemaFieldAliases', 'documentation', 'testResults', 'deprecation', 'subTypes', 'logicalParent', 'globalTags', 'glossaryTerms', 'schemaFieldProfile', 'lineageFeatures']}
|
|
25194
25372
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.SchemaFieldKey")
|
|
25195
25373
|
|
|
25196
25374
|
def __init__(self,
|
|
@@ -25894,6 +26072,90 @@ class SearchParamsClass(DictWrapper):
|
|
|
25894
26072
|
self._inner_dict['filters'] = value
|
|
25895
26073
|
|
|
25896
26074
|
|
|
26075
|
+
class CorpUserUsageFeaturesClass(_Aspect):
|
|
26076
|
+
# No docs available.
|
|
26077
|
+
|
|
26078
|
+
|
|
26079
|
+
ASPECT_NAME = 'corpUserUsageFeatures'
|
|
26080
|
+
ASPECT_INFO = {}
|
|
26081
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.search.features.CorpUserUsageFeatures")
|
|
26082
|
+
|
|
26083
|
+
def __init__(self,
|
|
26084
|
+
userUsageTotalPast30Days: Union[None, int]=None,
|
|
26085
|
+
userPlatformUsageTotalsPast30Days: Union[None, Dict[str, float]]=None,
|
|
26086
|
+
userPlatformUsagePercentilePast30Days: Union[None, Dict[str, float]]=None,
|
|
26087
|
+
userUsagePercentilePast30Days: Union[None, float]=None,
|
|
26088
|
+
userTopDatasetsByUsage: Union[None, Dict[str, float]]=None,
|
|
26089
|
+
):
|
|
26090
|
+
super().__init__()
|
|
26091
|
+
|
|
26092
|
+
self.userUsageTotalPast30Days = userUsageTotalPast30Days
|
|
26093
|
+
self.userPlatformUsageTotalsPast30Days = userPlatformUsageTotalsPast30Days
|
|
26094
|
+
self.userPlatformUsagePercentilePast30Days = userPlatformUsagePercentilePast30Days
|
|
26095
|
+
self.userUsagePercentilePast30Days = userUsagePercentilePast30Days
|
|
26096
|
+
self.userTopDatasetsByUsage = userTopDatasetsByUsage
|
|
26097
|
+
|
|
26098
|
+
def _restore_defaults(self) -> None:
|
|
26099
|
+
self.userUsageTotalPast30Days = self.RECORD_SCHEMA.fields_dict["userUsageTotalPast30Days"].default
|
|
26100
|
+
self.userPlatformUsageTotalsPast30Days = self.RECORD_SCHEMA.fields_dict["userPlatformUsageTotalsPast30Days"].default
|
|
26101
|
+
self.userPlatformUsagePercentilePast30Days = self.RECORD_SCHEMA.fields_dict["userPlatformUsagePercentilePast30Days"].default
|
|
26102
|
+
self.userUsagePercentilePast30Days = self.RECORD_SCHEMA.fields_dict["userUsagePercentilePast30Days"].default
|
|
26103
|
+
self.userTopDatasetsByUsage = self.RECORD_SCHEMA.fields_dict["userTopDatasetsByUsage"].default
|
|
26104
|
+
|
|
26105
|
+
|
|
26106
|
+
@property
|
|
26107
|
+
def userUsageTotalPast30Days(self) -> Union[None, int]:
|
|
26108
|
+
"""Total number of usage in the last 30 days"""
|
|
26109
|
+
return self._inner_dict.get('userUsageTotalPast30Days') # type: ignore
|
|
26110
|
+
|
|
26111
|
+
@userUsageTotalPast30Days.setter
|
|
26112
|
+
def userUsageTotalPast30Days(self, value: Union[None, int]) -> None:
|
|
26113
|
+
self._inner_dict['userUsageTotalPast30Days'] = value
|
|
26114
|
+
|
|
26115
|
+
|
|
26116
|
+
@property
|
|
26117
|
+
def userPlatformUsageTotalsPast30Days(self) -> Union[None, Dict[str, float]]:
|
|
26118
|
+
"""usage broken down by platform so we can differentiate between top users of snowflake vs redshift
|
|
26119
|
+
key is supposed to be platform urn"""
|
|
26120
|
+
return self._inner_dict.get('userPlatformUsageTotalsPast30Days') # type: ignore
|
|
26121
|
+
|
|
26122
|
+
@userPlatformUsageTotalsPast30Days.setter
|
|
26123
|
+
def userPlatformUsageTotalsPast30Days(self, value: Union[None, Dict[str, float]]) -> None:
|
|
26124
|
+
self._inner_dict['userPlatformUsageTotalsPast30Days'] = value
|
|
26125
|
+
|
|
26126
|
+
|
|
26127
|
+
@property
|
|
26128
|
+
def userPlatformUsagePercentilePast30Days(self) -> Union[None, Dict[str, float]]:
|
|
26129
|
+
"""usage broken down by platform so we can differentiate between top users of snowflake vs redshift"""
|
|
26130
|
+
return self._inner_dict.get('userPlatformUsagePercentilePast30Days') # type: ignore
|
|
26131
|
+
|
|
26132
|
+
@userPlatformUsagePercentilePast30Days.setter
|
|
26133
|
+
def userPlatformUsagePercentilePast30Days(self, value: Union[None, Dict[str, float]]) -> None:
|
|
26134
|
+
self._inner_dict['userPlatformUsagePercentilePast30Days'] = value
|
|
26135
|
+
|
|
26136
|
+
|
|
26137
|
+
@property
|
|
26138
|
+
def userUsagePercentilePast30Days(self) -> Union[None, float]:
|
|
26139
|
+
"""Platform usage total percentile for ranking users across all platforms"""
|
|
26140
|
+
return self._inner_dict.get('userUsagePercentilePast30Days') # type: ignore
|
|
26141
|
+
|
|
26142
|
+
@userUsagePercentilePast30Days.setter
|
|
26143
|
+
def userUsagePercentilePast30Days(self, value: Union[None, float]) -> None:
|
|
26144
|
+
self._inner_dict['userUsagePercentilePast30Days'] = value
|
|
26145
|
+
|
|
26146
|
+
|
|
26147
|
+
@property
|
|
26148
|
+
def userTopDatasetsByUsage(self) -> Union[None, Dict[str, float]]:
|
|
26149
|
+
"""Gather what are the top datasets per user so we can create a welcome module
|
|
26150
|
+
With links to the users top datasets with lineage (top 25)
|
|
26151
|
+
Map keys are dataset URN strings"""
|
|
26152
|
+
return self._inner_dict.get('userTopDatasetsByUsage') # type: ignore
|
|
26153
|
+
|
|
26154
|
+
@userTopDatasetsByUsage.setter
|
|
26155
|
+
def userTopDatasetsByUsage(self, value: Union[None, Dict[str, float]]) -> None:
|
|
26156
|
+
self._inner_dict['userTopDatasetsByUsage'] = value
|
|
26157
|
+
|
|
26158
|
+
|
|
25897
26159
|
class CostCurrencyCodeClass(object):
|
|
25898
26160
|
""" Currency code for the cost """
|
|
25899
26161
|
|
|
@@ -29445,13 +29707,16 @@ class AssetCollectionModuleParamsClass(DictWrapper):
|
|
|
29445
29707
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.module.AssetCollectionModuleParams")
|
|
29446
29708
|
def __init__(self,
|
|
29447
29709
|
assetUrns: List[str],
|
|
29710
|
+
dynamicFilterJson: Union[None, str]=None,
|
|
29448
29711
|
):
|
|
29449
29712
|
super().__init__()
|
|
29450
29713
|
|
|
29451
29714
|
self.assetUrns = assetUrns
|
|
29715
|
+
self.dynamicFilterJson = dynamicFilterJson
|
|
29452
29716
|
|
|
29453
29717
|
def _restore_defaults(self) -> None:
|
|
29454
29718
|
self.assetUrns = list()
|
|
29719
|
+
self.dynamicFilterJson = self.RECORD_SCHEMA.fields_dict["dynamicFilterJson"].default
|
|
29455
29720
|
|
|
29456
29721
|
|
|
29457
29722
|
@property
|
|
@@ -29464,6 +29729,20 @@ class AssetCollectionModuleParamsClass(DictWrapper):
|
|
|
29464
29729
|
self._inner_dict['assetUrns'] = value
|
|
29465
29730
|
|
|
29466
29731
|
|
|
29732
|
+
@property
|
|
29733
|
+
def dynamicFilterJson(self) -> Union[None, str]:
|
|
29734
|
+
"""Optional dynamic filters
|
|
29735
|
+
|
|
29736
|
+
The stringified json representing the logical predicate built in the UI to select assets.
|
|
29737
|
+
This predicate is turned into orFilters to send through graphql since graphql doesn't support
|
|
29738
|
+
arbitrary nesting. This string is used to restore the UI for this logical predicate."""
|
|
29739
|
+
return self._inner_dict.get('dynamicFilterJson') # type: ignore
|
|
29740
|
+
|
|
29741
|
+
@dynamicFilterJson.setter
|
|
29742
|
+
def dynamicFilterJson(self, value: Union[None, str]) -> None:
|
|
29743
|
+
self._inner_dict['dynamicFilterJson'] = value
|
|
29744
|
+
|
|
29745
|
+
|
|
29467
29746
|
class DataHubPageModuleParamsClass(DictWrapper):
|
|
29468
29747
|
"""The specific parameters stored for a module"""
|
|
29469
29748
|
|
|
@@ -29643,9 +29922,24 @@ class DataHubPageModuleTypeClass(object):
|
|
|
29643
29922
|
DOMAINS = "DOMAINS"
|
|
29644
29923
|
"""Module displaying the top domains"""
|
|
29645
29924
|
|
|
29925
|
+
ASSETS = "ASSETS"
|
|
29926
|
+
"""Module displaying the assets of parent entity"""
|
|
29927
|
+
|
|
29928
|
+
CHILD_HIERARCHY = "CHILD_HIERARCHY"
|
|
29929
|
+
"""Module displaying the hierarchy of the children of a given entity. Glossary or Domains."""
|
|
29930
|
+
|
|
29931
|
+
DATA_PRODUCTS = "DATA_PRODUCTS"
|
|
29932
|
+
"""Module displaying child data products of a given domain"""
|
|
29933
|
+
|
|
29934
|
+
RELATED_TERMS = "RELATED_TERMS"
|
|
29935
|
+
"""Module displaying the related terms of a given glossary term"""
|
|
29936
|
+
|
|
29646
29937
|
SUBSCRIBED_ASSETS = "SUBSCRIBED_ASSETS"
|
|
29647
29938
|
"""Module displaying assets subscribed to by a given user"""
|
|
29648
29939
|
|
|
29940
|
+
WORKFLOWS = "WORKFLOWS"
|
|
29941
|
+
"""Module displaying workflows that can be started"""
|
|
29942
|
+
|
|
29649
29943
|
|
|
29650
29944
|
|
|
29651
29945
|
class DataHubPageModuleVisibilityClass(DictWrapper):
|
|
@@ -32663,6 +32957,153 @@ class ParametersClass(DictWrapper):
|
|
|
32663
32957
|
pass
|
|
32664
32958
|
|
|
32665
32959
|
|
|
32960
|
+
class RelationshipChangeEventClass(DictWrapper):
|
|
32961
|
+
"""Kafka event for proposing a relationship change between two entities.
|
|
32962
|
+
For example, when dataset1 establishes a new downstream relationship with dataset2."""
|
|
32963
|
+
|
|
32964
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.platform.event.v1.RelationshipChangeEvent")
|
|
32965
|
+
def __init__(self,
|
|
32966
|
+
sourceUrn: str,
|
|
32967
|
+
destinationUrn: str,
|
|
32968
|
+
operation: Union[str, "RelationshipChangeOperationClass"],
|
|
32969
|
+
relationshipType: str,
|
|
32970
|
+
auditStamp: "AuditStampClass",
|
|
32971
|
+
auditHeader: Union[None, "KafkaAuditHeaderClass"]=None,
|
|
32972
|
+
lifecycleOwner: Union[None, str]=None,
|
|
32973
|
+
via: Union[None, str]=None,
|
|
32974
|
+
properties: Union[None, Dict[str, str]]=None,
|
|
32975
|
+
):
|
|
32976
|
+
super().__init__()
|
|
32977
|
+
|
|
32978
|
+
self.auditHeader = auditHeader
|
|
32979
|
+
self.sourceUrn = sourceUrn
|
|
32980
|
+
self.destinationUrn = destinationUrn
|
|
32981
|
+
self.operation = operation
|
|
32982
|
+
self.relationshipType = relationshipType
|
|
32983
|
+
self.lifecycleOwner = lifecycleOwner
|
|
32984
|
+
self.via = via
|
|
32985
|
+
self.properties = properties
|
|
32986
|
+
self.auditStamp = auditStamp
|
|
32987
|
+
|
|
32988
|
+
def _restore_defaults(self) -> None:
|
|
32989
|
+
self.auditHeader = self.RECORD_SCHEMA.fields_dict["auditHeader"].default
|
|
32990
|
+
self.sourceUrn = str()
|
|
32991
|
+
self.destinationUrn = str()
|
|
32992
|
+
self.operation = RelationshipChangeOperationClass.ADD
|
|
32993
|
+
self.relationshipType = str()
|
|
32994
|
+
self.lifecycleOwner = self.RECORD_SCHEMA.fields_dict["lifecycleOwner"].default
|
|
32995
|
+
self.via = self.RECORD_SCHEMA.fields_dict["via"].default
|
|
32996
|
+
self.properties = self.RECORD_SCHEMA.fields_dict["properties"].default
|
|
32997
|
+
self.auditStamp = AuditStampClass._construct_with_defaults()
|
|
32998
|
+
|
|
32999
|
+
|
|
33000
|
+
@property
|
|
33001
|
+
def auditHeader(self) -> Union[None, "KafkaAuditHeaderClass"]:
|
|
33002
|
+
"""Kafka audit header containing metadata about the message itself.
|
|
33003
|
+
Includes information like message ID, timestamp, and server details."""
|
|
33004
|
+
return self._inner_dict.get('auditHeader') # type: ignore
|
|
33005
|
+
|
|
33006
|
+
@auditHeader.setter
|
|
33007
|
+
def auditHeader(self, value: Union[None, "KafkaAuditHeaderClass"]) -> None:
|
|
33008
|
+
self._inner_dict['auditHeader'] = value
|
|
33009
|
+
|
|
33010
|
+
|
|
33011
|
+
@property
|
|
33012
|
+
def sourceUrn(self) -> str:
|
|
33013
|
+
"""The URN (Uniform Resource Name) of the source entity in the relationship.
|
|
33014
|
+
In a downstream relationship example, this would be the URN of the upstream dataset."""
|
|
33015
|
+
return self._inner_dict.get('sourceUrn') # type: ignore
|
|
33016
|
+
|
|
33017
|
+
@sourceUrn.setter
|
|
33018
|
+
def sourceUrn(self, value: str) -> None:
|
|
33019
|
+
self._inner_dict['sourceUrn'] = value
|
|
33020
|
+
|
|
33021
|
+
|
|
33022
|
+
@property
|
|
33023
|
+
def destinationUrn(self) -> str:
|
|
33024
|
+
"""The URN of the destination entity in the relationship.
|
|
33025
|
+
In a downstream relationship example, this would be the URN of the downstream dataset."""
|
|
33026
|
+
return self._inner_dict.get('destinationUrn') # type: ignore
|
|
33027
|
+
|
|
33028
|
+
@destinationUrn.setter
|
|
33029
|
+
def destinationUrn(self, value: str) -> None:
|
|
33030
|
+
self._inner_dict['destinationUrn'] = value
|
|
33031
|
+
|
|
33032
|
+
|
|
33033
|
+
@property
|
|
33034
|
+
def operation(self) -> Union[str, "RelationshipChangeOperationClass"]:
|
|
33035
|
+
"""The operation being performed on this relationship.
|
|
33036
|
+
Typically includes operations like ADD, REMOVE, or RESTATE."""
|
|
33037
|
+
return self._inner_dict.get('operation') # type: ignore
|
|
33038
|
+
|
|
33039
|
+
@operation.setter
|
|
33040
|
+
def operation(self, value: Union[str, "RelationshipChangeOperationClass"]) -> None:
|
|
33041
|
+
self._inner_dict['operation'] = value
|
|
33042
|
+
|
|
33043
|
+
|
|
33044
|
+
@property
|
|
33045
|
+
def relationshipType(self) -> str:
|
|
33046
|
+
"""The type/category of relationship being established or modified.
|
|
33047
|
+
Examples: "DownstreamOf", "Contains", "OwnedBy", "DerivedFrom", etc."""
|
|
33048
|
+
return self._inner_dict.get('relationshipType') # type: ignore
|
|
33049
|
+
|
|
33050
|
+
@relationshipType.setter
|
|
33051
|
+
def relationshipType(self, value: str) -> None:
|
|
33052
|
+
self._inner_dict['relationshipType'] = value
|
|
33053
|
+
|
|
33054
|
+
|
|
33055
|
+
@property
|
|
33056
|
+
def lifecycleOwner(self) -> Union[None, str]:
|
|
33057
|
+
"""The system or service responsible for managing the lifecycle of this relationship.
|
|
33058
|
+
This helps identify which component has authority over the relationship."""
|
|
33059
|
+
return self._inner_dict.get('lifecycleOwner') # type: ignore
|
|
33060
|
+
|
|
33061
|
+
@lifecycleOwner.setter
|
|
33062
|
+
def lifecycleOwner(self, value: Union[None, str]) -> None:
|
|
33063
|
+
self._inner_dict['lifecycleOwner'] = value
|
|
33064
|
+
|
|
33065
|
+
|
|
33066
|
+
@property
|
|
33067
|
+
def via(self) -> Union[None, str]:
|
|
33068
|
+
"""Information about how or through what means this relationship was established.
|
|
33069
|
+
Could indicate a specific pipeline, process, or tool that discovered/created the relationship."""
|
|
33070
|
+
return self._inner_dict.get('via') # type: ignore
|
|
33071
|
+
|
|
33072
|
+
@via.setter
|
|
33073
|
+
def via(self, value: Union[None, str]) -> None:
|
|
33074
|
+
self._inner_dict['via'] = value
|
|
33075
|
+
|
|
33076
|
+
|
|
33077
|
+
@property
|
|
33078
|
+
def properties(self) -> Union[None, Dict[str, str]]:
|
|
33079
|
+
"""Additional custom properties associated with this relationship.
|
|
33080
|
+
Allows for flexible extension without changing the schema."""
|
|
33081
|
+
return self._inner_dict.get('properties') # type: ignore
|
|
33082
|
+
|
|
33083
|
+
@properties.setter
|
|
33084
|
+
def properties(self, value: Union[None, Dict[str, str]]) -> None:
|
|
33085
|
+
self._inner_dict['properties'] = value
|
|
33086
|
+
|
|
33087
|
+
|
|
33088
|
+
@property
|
|
33089
|
+
def auditStamp(self) -> "AuditStampClass":
|
|
33090
|
+
"""Stores information about who made this change and when.
|
|
33091
|
+
Contains the actor (user or system) that performed the action and the timestamp."""
|
|
33092
|
+
return self._inner_dict.get('auditStamp') # type: ignore
|
|
33093
|
+
|
|
33094
|
+
@auditStamp.setter
|
|
33095
|
+
def auditStamp(self, value: "AuditStampClass") -> None:
|
|
33096
|
+
self._inner_dict['auditStamp'] = value
|
|
33097
|
+
|
|
33098
|
+
|
|
33099
|
+
class RelationshipChangeOperationClass(object):
|
|
33100
|
+
# No docs available.
|
|
33101
|
+
|
|
33102
|
+
ADD = "ADD"
|
|
33103
|
+
REMOVE = "REMOVE"
|
|
33104
|
+
RESTATE = "RESTATE"
|
|
33105
|
+
|
|
33106
|
+
|
|
32666
33107
|
class PlatformResourceInfoClass(_Aspect):
|
|
32667
33108
|
"""Platform Resource Info.
|
|
32668
33109
|
These entities are for miscelaneous data that is used in non-core parts of the system.
|
|
@@ -35816,6 +36257,89 @@ class NotificationSettingValueClass(object):
|
|
|
35816
36257
|
|
|
35817
36258
|
|
|
35818
36259
|
|
|
36260
|
+
class AssetSettingsClass(_Aspect):
|
|
36261
|
+
"""Settings associated with this asset"""
|
|
36262
|
+
|
|
36263
|
+
|
|
36264
|
+
ASPECT_NAME = 'assetSettings'
|
|
36265
|
+
ASPECT_INFO = {}
|
|
36266
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.asset.AssetSettings")
|
|
36267
|
+
|
|
36268
|
+
def __init__(self,
|
|
36269
|
+
assetSummary: Union[None, "AssetSummarySettingsClass"]=None,
|
|
36270
|
+
):
|
|
36271
|
+
super().__init__()
|
|
36272
|
+
|
|
36273
|
+
self.assetSummary = assetSummary
|
|
36274
|
+
|
|
36275
|
+
def _restore_defaults(self) -> None:
|
|
36276
|
+
self.assetSummary = self.RECORD_SCHEMA.fields_dict["assetSummary"].default
|
|
36277
|
+
|
|
36278
|
+
|
|
36279
|
+
@property
|
|
36280
|
+
def assetSummary(self) -> Union[None, "AssetSummarySettingsClass"]:
|
|
36281
|
+
"""Information related to the asset summary for this asset"""
|
|
36282
|
+
return self._inner_dict.get('assetSummary') # type: ignore
|
|
36283
|
+
|
|
36284
|
+
@assetSummary.setter
|
|
36285
|
+
def assetSummary(self, value: Union[None, "AssetSummarySettingsClass"]) -> None:
|
|
36286
|
+
self._inner_dict['assetSummary'] = value
|
|
36287
|
+
|
|
36288
|
+
|
|
36289
|
+
class AssetSummarySettingsClass(DictWrapper):
|
|
36290
|
+
"""Information related to the asset summary for this asset"""
|
|
36291
|
+
|
|
36292
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.asset.AssetSummarySettings")
|
|
36293
|
+
def __init__(self,
|
|
36294
|
+
templates: Optional[Union[List["AssetSummarySettingsTemplateClass"], None]]=None,
|
|
36295
|
+
):
|
|
36296
|
+
super().__init__()
|
|
36297
|
+
|
|
36298
|
+
if templates is None:
|
|
36299
|
+
# default: []
|
|
36300
|
+
self.templates = list()
|
|
36301
|
+
else:
|
|
36302
|
+
self.templates = templates
|
|
36303
|
+
|
|
36304
|
+
def _restore_defaults(self) -> None:
|
|
36305
|
+
self.templates = list()
|
|
36306
|
+
|
|
36307
|
+
|
|
36308
|
+
@property
|
|
36309
|
+
def templates(self) -> Union[List["AssetSummarySettingsTemplateClass"], None]:
|
|
36310
|
+
"""The list of templates applied to this asset in order. Right now we only expect one."""
|
|
36311
|
+
return self._inner_dict.get('templates') # type: ignore
|
|
36312
|
+
|
|
36313
|
+
@templates.setter
|
|
36314
|
+
def templates(self, value: Union[List["AssetSummarySettingsTemplateClass"], None]) -> None:
|
|
36315
|
+
self._inner_dict['templates'] = value
|
|
36316
|
+
|
|
36317
|
+
|
|
36318
|
+
class AssetSummarySettingsTemplateClass(DictWrapper):
|
|
36319
|
+
"""Object containing the template and any additional info for asset summary settings"""
|
|
36320
|
+
|
|
36321
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.asset.AssetSummarySettingsTemplate")
|
|
36322
|
+
def __init__(self,
|
|
36323
|
+
template: str,
|
|
36324
|
+
):
|
|
36325
|
+
super().__init__()
|
|
36326
|
+
|
|
36327
|
+
self.template = template
|
|
36328
|
+
|
|
36329
|
+
def _restore_defaults(self) -> None:
|
|
36330
|
+
self.template = str()
|
|
36331
|
+
|
|
36332
|
+
|
|
36333
|
+
@property
|
|
36334
|
+
def template(self) -> str:
|
|
36335
|
+
"""The urn of the template"""
|
|
36336
|
+
return self._inner_dict.get('template') # type: ignore
|
|
36337
|
+
|
|
36338
|
+
@template.setter
|
|
36339
|
+
def template(self, value: str) -> None:
|
|
36340
|
+
self._inner_dict['template'] = value
|
|
36341
|
+
|
|
36342
|
+
|
|
35819
36343
|
class ApplicationsSettingsClass(DictWrapper):
|
|
35820
36344
|
# No docs available.
|
|
35821
36345
|
|
|
@@ -36065,15 +36589,18 @@ class GlobalIntegrationSettingsClass(DictWrapper):
|
|
|
36065
36589
|
def __init__(self,
|
|
36066
36590
|
slackSettings: Union[None, "SlackIntegrationSettingsClass"]=None,
|
|
36067
36591
|
emailSettings: Union[None, "EmailIntegrationSettingsClass"]=None,
|
|
36592
|
+
teamsSettings: Union[None, "TeamsIntegrationSettingsClass"]=None,
|
|
36068
36593
|
):
|
|
36069
36594
|
super().__init__()
|
|
36070
36595
|
|
|
36071
36596
|
self.slackSettings = slackSettings
|
|
36072
36597
|
self.emailSettings = emailSettings
|
|
36598
|
+
self.teamsSettings = teamsSettings
|
|
36073
36599
|
|
|
36074
36600
|
def _restore_defaults(self) -> None:
|
|
36075
36601
|
self.slackSettings = self.RECORD_SCHEMA.fields_dict["slackSettings"].default
|
|
36076
36602
|
self.emailSettings = self.RECORD_SCHEMA.fields_dict["emailSettings"].default
|
|
36603
|
+
self.teamsSettings = self.RECORD_SCHEMA.fields_dict["teamsSettings"].default
|
|
36077
36604
|
|
|
36078
36605
|
|
|
36079
36606
|
@property
|
|
@@ -36096,6 +36623,16 @@ class GlobalIntegrationSettingsClass(DictWrapper):
|
|
|
36096
36623
|
self._inner_dict['emailSettings'] = value
|
|
36097
36624
|
|
|
36098
36625
|
|
|
36626
|
+
@property
|
|
36627
|
+
def teamsSettings(self) -> Union[None, "TeamsIntegrationSettingsClass"]:
|
|
36628
|
+
"""Teams integration settings."""
|
|
36629
|
+
return self._inner_dict.get('teamsSettings') # type: ignore
|
|
36630
|
+
|
|
36631
|
+
@teamsSettings.setter
|
|
36632
|
+
def teamsSettings(self, value: Union[None, "TeamsIntegrationSettingsClass"]) -> None:
|
|
36633
|
+
self._inner_dict['teamsSettings'] = value
|
|
36634
|
+
|
|
36635
|
+
|
|
36099
36636
|
class GlobalNotificationSettingsClass(DictWrapper):
|
|
36100
36637
|
"""DataHub global notification settings"""
|
|
36101
36638
|
|
|
@@ -36770,6 +37307,213 @@ class SsoSettingsClass(DictWrapper):
|
|
|
36770
37307
|
self._inner_dict['oidcSettings'] = value
|
|
36771
37308
|
|
|
36772
37309
|
|
|
37310
|
+
class TeamsChannelClass(DictWrapper):
|
|
37311
|
+
"""Teams channel information with cached display name."""
|
|
37312
|
+
|
|
37313
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.global.TeamsChannel")
|
|
37314
|
+
def __init__(self,
|
|
37315
|
+
id: str,
|
|
37316
|
+
name: Union[None, str]=None,
|
|
37317
|
+
lastUpdated: Union[None, int]=None,
|
|
37318
|
+
):
|
|
37319
|
+
super().__init__()
|
|
37320
|
+
|
|
37321
|
+
self.id = id
|
|
37322
|
+
self.name = name
|
|
37323
|
+
self.lastUpdated = lastUpdated
|
|
37324
|
+
|
|
37325
|
+
def _restore_defaults(self) -> None:
|
|
37326
|
+
self.id = str()
|
|
37327
|
+
self.name = self.RECORD_SCHEMA.fields_dict["name"].default
|
|
37328
|
+
self.lastUpdated = self.RECORD_SCHEMA.fields_dict["lastUpdated"].default
|
|
37329
|
+
|
|
37330
|
+
|
|
37331
|
+
@property
|
|
37332
|
+
def id(self) -> str:
|
|
37333
|
+
"""The Teams channel ID (internal Teams identifier)."""
|
|
37334
|
+
return self._inner_dict.get('id') # type: ignore
|
|
37335
|
+
|
|
37336
|
+
@id.setter
|
|
37337
|
+
def id(self, value: str) -> None:
|
|
37338
|
+
self._inner_dict['id'] = value
|
|
37339
|
+
|
|
37340
|
+
|
|
37341
|
+
@property
|
|
37342
|
+
def name(self) -> Union[None, str]:
|
|
37343
|
+
"""The Teams channel display name (cached value, may be stale)."""
|
|
37344
|
+
return self._inner_dict.get('name') # type: ignore
|
|
37345
|
+
|
|
37346
|
+
@name.setter
|
|
37347
|
+
def name(self, value: Union[None, str]) -> None:
|
|
37348
|
+
self._inner_dict['name'] = value
|
|
37349
|
+
|
|
37350
|
+
|
|
37351
|
+
@property
|
|
37352
|
+
def lastUpdated(self) -> Union[None, int]:
|
|
37353
|
+
"""The timestamp when the cached name was last updated.
|
|
37354
|
+
Used for TTL-based cache invalidation."""
|
|
37355
|
+
return self._inner_dict.get('lastUpdated') # type: ignore
|
|
37356
|
+
|
|
37357
|
+
@lastUpdated.setter
|
|
37358
|
+
def lastUpdated(self, value: Union[None, int]) -> None:
|
|
37359
|
+
self._inner_dict['lastUpdated'] = value
|
|
37360
|
+
|
|
37361
|
+
|
|
37362
|
+
class TeamsIntegrationSettingsClass(DictWrapper):
|
|
37363
|
+
"""Teams integration settings."""
|
|
37364
|
+
|
|
37365
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.global.TeamsIntegrationSettings")
|
|
37366
|
+
def __init__(self,
|
|
37367
|
+
enabled: Optional[bool]=None,
|
|
37368
|
+
encryptedBotToken: Union[None, str]=None,
|
|
37369
|
+
defaultChannelName: Union[None, str]=None,
|
|
37370
|
+
defaultChannel: Union[None, "TeamsChannelClass"]=None,
|
|
37371
|
+
):
|
|
37372
|
+
super().__init__()
|
|
37373
|
+
|
|
37374
|
+
if enabled is None:
|
|
37375
|
+
# default: True
|
|
37376
|
+
self.enabled = self.RECORD_SCHEMA.fields_dict["enabled"].default
|
|
37377
|
+
else:
|
|
37378
|
+
self.enabled = enabled
|
|
37379
|
+
self.encryptedBotToken = encryptedBotToken
|
|
37380
|
+
self.defaultChannelName = defaultChannelName
|
|
37381
|
+
self.defaultChannel = defaultChannel
|
|
37382
|
+
|
|
37383
|
+
def _restore_defaults(self) -> None:
|
|
37384
|
+
self.enabled = self.RECORD_SCHEMA.fields_dict["enabled"].default
|
|
37385
|
+
self.encryptedBotToken = self.RECORD_SCHEMA.fields_dict["encryptedBotToken"].default
|
|
37386
|
+
self.defaultChannelName = self.RECORD_SCHEMA.fields_dict["defaultChannelName"].default
|
|
37387
|
+
self.defaultChannel = self.RECORD_SCHEMA.fields_dict["defaultChannel"].default
|
|
37388
|
+
|
|
37389
|
+
|
|
37390
|
+
@property
|
|
37391
|
+
def enabled(self) -> bool:
|
|
37392
|
+
"""Whether the Teams integration is enabled or not.
|
|
37393
|
+
Deprecated! This is no longer used in favor of using the connections abstraction.
|
|
37394
|
+
If a connection is present, then this is enabled."""
|
|
37395
|
+
return self._inner_dict.get('enabled') # type: ignore
|
|
37396
|
+
|
|
37397
|
+
@enabled.setter
|
|
37398
|
+
def enabled(self, value: bool) -> None:
|
|
37399
|
+
self._inner_dict['enabled'] = value
|
|
37400
|
+
|
|
37401
|
+
|
|
37402
|
+
@property
|
|
37403
|
+
def encryptedBotToken(self) -> Union[None, str]:
|
|
37404
|
+
"""An encrypted bot token.
|
|
37405
|
+
Deprecated! This is no longer used in favor of using the connections abstraction."""
|
|
37406
|
+
return self._inner_dict.get('encryptedBotToken') # type: ignore
|
|
37407
|
+
|
|
37408
|
+
@encryptedBotToken.setter
|
|
37409
|
+
def encryptedBotToken(self, value: Union[None, str]) -> None:
|
|
37410
|
+
self._inner_dict['encryptedBotToken'] = value
|
|
37411
|
+
|
|
37412
|
+
|
|
37413
|
+
@property
|
|
37414
|
+
def defaultChannelName(self) -> Union[None, str]:
|
|
37415
|
+
"""A default Teams channel to use.
|
|
37416
|
+
Deprecated! Use defaultChannel instead."""
|
|
37417
|
+
return self._inner_dict.get('defaultChannelName') # type: ignore
|
|
37418
|
+
|
|
37419
|
+
@defaultChannelName.setter
|
|
37420
|
+
def defaultChannelName(self, value: Union[None, str]) -> None:
|
|
37421
|
+
self._inner_dict['defaultChannelName'] = value
|
|
37422
|
+
|
|
37423
|
+
|
|
37424
|
+
@property
|
|
37425
|
+
def defaultChannel(self) -> Union[None, "TeamsChannelClass"]:
|
|
37426
|
+
"""A default Teams channel to route notifications to."""
|
|
37427
|
+
return self._inner_dict.get('defaultChannel') # type: ignore
|
|
37428
|
+
|
|
37429
|
+
@defaultChannel.setter
|
|
37430
|
+
def defaultChannel(self, value: Union[None, "TeamsChannelClass"]) -> None:
|
|
37431
|
+
self._inner_dict['defaultChannel'] = value
|
|
37432
|
+
|
|
37433
|
+
|
|
37434
|
+
class TeamsUserClass(DictWrapper):
|
|
37435
|
+
"""Teams user information with cached display name and multiple ID support.
|
|
37436
|
+
Follows the same caching pattern as TeamsChannel for consistency."""
|
|
37437
|
+
|
|
37438
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.global.TeamsUser")
|
|
37439
|
+
def __init__(self,
|
|
37440
|
+
teamsUserId: Union[None, str]=None,
|
|
37441
|
+
azureUserId: Union[None, str]=None,
|
|
37442
|
+
email: Union[None, str]=None,
|
|
37443
|
+
displayName: Union[None, str]=None,
|
|
37444
|
+
lastUpdated: Union[None, int]=None,
|
|
37445
|
+
):
|
|
37446
|
+
super().__init__()
|
|
37447
|
+
|
|
37448
|
+
self.teamsUserId = teamsUserId
|
|
37449
|
+
self.azureUserId = azureUserId
|
|
37450
|
+
self.email = email
|
|
37451
|
+
self.displayName = displayName
|
|
37452
|
+
self.lastUpdated = lastUpdated
|
|
37453
|
+
|
|
37454
|
+
def _restore_defaults(self) -> None:
|
|
37455
|
+
self.teamsUserId = self.RECORD_SCHEMA.fields_dict["teamsUserId"].default
|
|
37456
|
+
self.azureUserId = self.RECORD_SCHEMA.fields_dict["azureUserId"].default
|
|
37457
|
+
self.email = self.RECORD_SCHEMA.fields_dict["email"].default
|
|
37458
|
+
self.displayName = self.RECORD_SCHEMA.fields_dict["displayName"].default
|
|
37459
|
+
self.lastUpdated = self.RECORD_SCHEMA.fields_dict["lastUpdated"].default
|
|
37460
|
+
|
|
37461
|
+
|
|
37462
|
+
@property
|
|
37463
|
+
def teamsUserId(self) -> Union[None, str]:
|
|
37464
|
+
"""The Teams user ID (internal Teams identifier).
|
|
37465
|
+
This is the primary identifier used for Teams messaging."""
|
|
37466
|
+
return self._inner_dict.get('teamsUserId') # type: ignore
|
|
37467
|
+
|
|
37468
|
+
@teamsUserId.setter
|
|
37469
|
+
def teamsUserId(self, value: Union[None, str]) -> None:
|
|
37470
|
+
self._inner_dict['teamsUserId'] = value
|
|
37471
|
+
|
|
37472
|
+
|
|
37473
|
+
@property
|
|
37474
|
+
def azureUserId(self) -> Union[None, str]:
|
|
37475
|
+
"""The Azure AD user ID (Azure Active Directory object ID).
|
|
37476
|
+
This is the primary identifier for Azure AD operations and Microsoft Graph API calls."""
|
|
37477
|
+
return self._inner_dict.get('azureUserId') # type: ignore
|
|
37478
|
+
|
|
37479
|
+
@azureUserId.setter
|
|
37480
|
+
def azureUserId(self, value: Union[None, str]) -> None:
|
|
37481
|
+
self._inner_dict['azureUserId'] = value
|
|
37482
|
+
|
|
37483
|
+
|
|
37484
|
+
@property
|
|
37485
|
+
def email(self) -> Union[None, str]:
|
|
37486
|
+
"""The user's email address (fallback identifier).
|
|
37487
|
+
Used when other IDs are not available or for email-based user resolution."""
|
|
37488
|
+
return self._inner_dict.get('email') # type: ignore
|
|
37489
|
+
|
|
37490
|
+
@email.setter
|
|
37491
|
+
def email(self, value: Union[None, str]) -> None:
|
|
37492
|
+
self._inner_dict['email'] = value
|
|
37493
|
+
|
|
37494
|
+
|
|
37495
|
+
@property
|
|
37496
|
+
def displayName(self) -> Union[None, str]:
|
|
37497
|
+
"""The user's display name (cached value, may be stale).
|
|
37498
|
+
Retrieved from Microsoft Graph API and cached for performance."""
|
|
37499
|
+
return self._inner_dict.get('displayName') # type: ignore
|
|
37500
|
+
|
|
37501
|
+
@displayName.setter
|
|
37502
|
+
def displayName(self, value: Union[None, str]) -> None:
|
|
37503
|
+
self._inner_dict['displayName'] = value
|
|
37504
|
+
|
|
37505
|
+
|
|
37506
|
+
@property
|
|
37507
|
+
def lastUpdated(self) -> Union[None, int]:
|
|
37508
|
+
"""The timestamp when the cached display name was last updated.
|
|
37509
|
+
Used for TTL-based cache invalidation (milliseconds since epoch)."""
|
|
37510
|
+
return self._inner_dict.get('lastUpdated') # type: ignore
|
|
37511
|
+
|
|
37512
|
+
@lastUpdated.setter
|
|
37513
|
+
def lastUpdated(self, value: Union[None, int]) -> None:
|
|
37514
|
+
self._inner_dict['lastUpdated'] = value
|
|
37515
|
+
|
|
37516
|
+
|
|
36773
37517
|
class DataHubStepStatePropertiesClass(_Aspect):
|
|
36774
37518
|
"""The properties associated with a DataHub step state"""
|
|
36775
37519
|
|
|
@@ -37275,6 +38019,7 @@ class StructuredPropertyValueAssignmentClass(DictWrapper):
|
|
|
37275
38019
|
values: List[Union[str, float]],
|
|
37276
38020
|
created: Union[None, "AuditStampClass"]=None,
|
|
37277
38021
|
lastModified: Union[None, "AuditStampClass"]=None,
|
|
38022
|
+
attribution: Union[None, "MetadataAttributionClass"]=None,
|
|
37278
38023
|
):
|
|
37279
38024
|
super().__init__()
|
|
37280
38025
|
|
|
@@ -37282,12 +38027,14 @@ class StructuredPropertyValueAssignmentClass(DictWrapper):
|
|
|
37282
38027
|
self.values = values
|
|
37283
38028
|
self.created = created
|
|
37284
38029
|
self.lastModified = lastModified
|
|
38030
|
+
self.attribution = attribution
|
|
37285
38031
|
|
|
37286
38032
|
def _restore_defaults(self) -> None:
|
|
37287
38033
|
self.propertyUrn = str()
|
|
37288
38034
|
self.values = list()
|
|
37289
38035
|
self.created = self.RECORD_SCHEMA.fields_dict["created"].default
|
|
37290
38036
|
self.lastModified = self.RECORD_SCHEMA.fields_dict["lastModified"].default
|
|
38037
|
+
self.attribution = self.RECORD_SCHEMA.fields_dict["attribution"].default
|
|
37291
38038
|
|
|
37292
38039
|
|
|
37293
38040
|
@property
|
|
@@ -37330,6 +38077,16 @@ class StructuredPropertyValueAssignmentClass(DictWrapper):
|
|
|
37330
38077
|
self._inner_dict['lastModified'] = value
|
|
37331
38078
|
|
|
37332
38079
|
|
|
38080
|
+
@property
|
|
38081
|
+
def attribution(self) -> Union[None, "MetadataAttributionClass"]:
|
|
38082
|
+
"""Information about who, why, and how this metadata was applied"""
|
|
38083
|
+
return self._inner_dict.get('attribution') # type: ignore
|
|
38084
|
+
|
|
38085
|
+
@attribution.setter
|
|
38086
|
+
def attribution(self, value: Union[None, "MetadataAttributionClass"]) -> None:
|
|
38087
|
+
self._inner_dict['attribution'] = value
|
|
38088
|
+
|
|
38089
|
+
|
|
37333
38090
|
class EntityChangeDetailsClass(DictWrapper):
|
|
37334
38091
|
"""Details involving an EntityChangeType. Used by Subscriptions to determine which
|
|
37335
38092
|
change types should trigger a notification."""
|
|
@@ -37705,6 +38462,31 @@ class TelemetryClientIdClass(_Aspect):
|
|
|
37705
38462
|
self._inner_dict['clientId'] = value
|
|
37706
38463
|
|
|
37707
38464
|
|
|
38465
|
+
class DataHubPageTemplateAssetSummaryClass(DictWrapper):
|
|
38466
|
+
"""The page template info for asset summaries"""
|
|
38467
|
+
|
|
38468
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.template.DataHubPageTemplateAssetSummary")
|
|
38469
|
+
def __init__(self,
|
|
38470
|
+
summaryElements: Union[None, List["SummaryElementClass"]]=None,
|
|
38471
|
+
):
|
|
38472
|
+
super().__init__()
|
|
38473
|
+
|
|
38474
|
+
self.summaryElements = summaryElements
|
|
38475
|
+
|
|
38476
|
+
def _restore_defaults(self) -> None:
|
|
38477
|
+
self.summaryElements = self.RECORD_SCHEMA.fields_dict["summaryElements"].default
|
|
38478
|
+
|
|
38479
|
+
|
|
38480
|
+
@property
|
|
38481
|
+
def summaryElements(self) -> Union[None, List["SummaryElementClass"]]:
|
|
38482
|
+
"""The optional list of properties shown on an asset summary page header."""
|
|
38483
|
+
return self._inner_dict.get('summaryElements') # type: ignore
|
|
38484
|
+
|
|
38485
|
+
@summaryElements.setter
|
|
38486
|
+
def summaryElements(self, value: Union[None, List["SummaryElementClass"]]) -> None:
|
|
38487
|
+
self._inner_dict['summaryElements'] = value
|
|
38488
|
+
|
|
38489
|
+
|
|
37708
38490
|
class DataHubPageTemplatePropertiesClass(_Aspect):
|
|
37709
38491
|
"""The main properties of a DataHub page template"""
|
|
37710
38492
|
|
|
@@ -37719,10 +38501,12 @@ class DataHubPageTemplatePropertiesClass(_Aspect):
|
|
|
37719
38501
|
visibility: "DataHubPageTemplateVisibilityClass",
|
|
37720
38502
|
created: "AuditStampClass",
|
|
37721
38503
|
lastModified: "AuditStampClass",
|
|
38504
|
+
assetSummary: Union[None, "DataHubPageTemplateAssetSummaryClass"]=None,
|
|
37722
38505
|
):
|
|
37723
38506
|
super().__init__()
|
|
37724
38507
|
|
|
37725
38508
|
self.rows = rows
|
|
38509
|
+
self.assetSummary = assetSummary
|
|
37726
38510
|
self.surface = surface
|
|
37727
38511
|
self.visibility = visibility
|
|
37728
38512
|
self.created = created
|
|
@@ -37730,6 +38514,7 @@ class DataHubPageTemplatePropertiesClass(_Aspect):
|
|
|
37730
38514
|
|
|
37731
38515
|
def _restore_defaults(self) -> None:
|
|
37732
38516
|
self.rows = list()
|
|
38517
|
+
self.assetSummary = self.RECORD_SCHEMA.fields_dict["assetSummary"].default
|
|
37733
38518
|
self.surface = DataHubPageTemplateSurfaceClass._construct_with_defaults()
|
|
37734
38519
|
self.visibility = DataHubPageTemplateVisibilityClass._construct_with_defaults()
|
|
37735
38520
|
self.created = AuditStampClass._construct_with_defaults()
|
|
@@ -37746,6 +38531,16 @@ class DataHubPageTemplatePropertiesClass(_Aspect):
|
|
|
37746
38531
|
self._inner_dict['rows'] = value
|
|
37747
38532
|
|
|
37748
38533
|
|
|
38534
|
+
@property
|
|
38535
|
+
def assetSummary(self) -> Union[None, "DataHubPageTemplateAssetSummaryClass"]:
|
|
38536
|
+
"""The optional info for asset summaries. Should be populated if surfaceType is ASSET_SUMMARY"""
|
|
38537
|
+
return self._inner_dict.get('assetSummary') # type: ignore
|
|
38538
|
+
|
|
38539
|
+
@assetSummary.setter
|
|
38540
|
+
def assetSummary(self, value: Union[None, "DataHubPageTemplateAssetSummaryClass"]) -> None:
|
|
38541
|
+
self._inner_dict['assetSummary'] = value
|
|
38542
|
+
|
|
38543
|
+
|
|
37749
38544
|
@property
|
|
37750
38545
|
def surface(self) -> "DataHubPageTemplateSurfaceClass":
|
|
37751
38546
|
"""Info about the surface area of the product that this template is deployed in"""
|
|
@@ -37878,6 +38673,58 @@ class PageTemplateSurfaceTypeClass(object):
|
|
|
37878
38673
|
HOME_PAGE = "HOME_PAGE"
|
|
37879
38674
|
"""This template applies to what to display on the home page for users."""
|
|
37880
38675
|
|
|
38676
|
+
ASSET_SUMMARY = "ASSET_SUMMARY"
|
|
38677
|
+
"""This template applies to what to display on asset summary pages"""
|
|
38678
|
+
|
|
38679
|
+
|
|
38680
|
+
|
|
38681
|
+
class SummaryElementClass(DictWrapper):
|
|
38682
|
+
"""Info for a given asset summary element"""
|
|
38683
|
+
|
|
38684
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.template.SummaryElement")
|
|
38685
|
+
def __init__(self,
|
|
38686
|
+
elementType: Union[str, "SummaryElementTypeClass"],
|
|
38687
|
+
structuredPropertyUrn: Union[None, str]=None,
|
|
38688
|
+
):
|
|
38689
|
+
super().__init__()
|
|
38690
|
+
|
|
38691
|
+
self.elementType = elementType
|
|
38692
|
+
self.structuredPropertyUrn = structuredPropertyUrn
|
|
38693
|
+
|
|
38694
|
+
def _restore_defaults(self) -> None:
|
|
38695
|
+
self.elementType = SummaryElementTypeClass.CREATED
|
|
38696
|
+
self.structuredPropertyUrn = self.RECORD_SCHEMA.fields_dict["structuredPropertyUrn"].default
|
|
38697
|
+
|
|
38698
|
+
|
|
38699
|
+
@property
|
|
38700
|
+
def elementType(self) -> Union[str, "SummaryElementTypeClass"]:
|
|
38701
|
+
"""The type of element/property"""
|
|
38702
|
+
return self._inner_dict.get('elementType') # type: ignore
|
|
38703
|
+
|
|
38704
|
+
@elementType.setter
|
|
38705
|
+
def elementType(self, value: Union[str, "SummaryElementTypeClass"]) -> None:
|
|
38706
|
+
self._inner_dict['elementType'] = value
|
|
38707
|
+
|
|
38708
|
+
|
|
38709
|
+
@property
|
|
38710
|
+
def structuredPropertyUrn(self) -> Union[None, str]:
|
|
38711
|
+
"""The urn of the structured property shown. Required if propertyType is STRUCTURED_PROPERTY"""
|
|
38712
|
+
return self._inner_dict.get('structuredPropertyUrn') # type: ignore
|
|
38713
|
+
|
|
38714
|
+
@structuredPropertyUrn.setter
|
|
38715
|
+
def structuredPropertyUrn(self, value: Union[None, str]) -> None:
|
|
38716
|
+
self._inner_dict['structuredPropertyUrn'] = value
|
|
38717
|
+
|
|
38718
|
+
|
|
38719
|
+
class SummaryElementTypeClass(object):
|
|
38720
|
+
# No docs available.
|
|
38721
|
+
|
|
38722
|
+
CREATED = "CREATED"
|
|
38723
|
+
TAGS = "TAGS"
|
|
38724
|
+
GLOSSARY_TERMS = "GLOSSARY_TERMS"
|
|
38725
|
+
OWNERS = "OWNERS"
|
|
38726
|
+
DOMAIN = "DOMAIN"
|
|
38727
|
+
STRUCTURED_PROPERTY = "STRUCTURED_PROPERTY"
|
|
37881
38728
|
|
|
37882
38729
|
|
|
37883
38730
|
class BatchTestRunEventClass(_Aspect):
|
|
@@ -39869,6 +40716,7 @@ __SCHEMA_TYPES = {
|
|
|
39869
40716
|
'com.linkedin.pegasus2avro.event.notification.settings.EmailNotificationSettings': EmailNotificationSettingsClass,
|
|
39870
40717
|
'com.linkedin.pegasus2avro.event.notification.settings.NotificationSettings': NotificationSettingsClass,
|
|
39871
40718
|
'com.linkedin.pegasus2avro.event.notification.settings.SlackNotificationSettings': SlackNotificationSettingsClass,
|
|
40719
|
+
'com.linkedin.pegasus2avro.event.notification.settings.TeamsNotificationSettings': TeamsNotificationSettingsClass,
|
|
39872
40720
|
'com.linkedin.pegasus2avro.event.notification.template.NotificationTemplateType': NotificationTemplateTypeClass,
|
|
39873
40721
|
'com.linkedin.pegasus2avro.event.notification.template.OwnershipParameters': OwnershipParametersClass,
|
|
39874
40722
|
'com.linkedin.pegasus2avro.events.metadata.ChangeType': ChangeTypeClass,
|
|
@@ -39910,13 +40758,16 @@ __SCHEMA_TYPES = {
|
|
|
39910
40758
|
'com.linkedin.pegasus2avro.identity.CorpUserEditableInfo': CorpUserEditableInfoClass,
|
|
39911
40759
|
'com.linkedin.pegasus2avro.identity.CorpUserHomePageSettings': CorpUserHomePageSettingsClass,
|
|
39912
40760
|
'com.linkedin.pegasus2avro.identity.CorpUserInfo': CorpUserInfoClass,
|
|
40761
|
+
'com.linkedin.pegasus2avro.identity.CorpUserInvitationStatus': CorpUserInvitationStatusClass,
|
|
39913
40762
|
'com.linkedin.pegasus2avro.identity.CorpUserSettings': CorpUserSettingsClass,
|
|
39914
40763
|
'com.linkedin.pegasus2avro.identity.CorpUserStatus': CorpUserStatusClass,
|
|
39915
40764
|
'com.linkedin.pegasus2avro.identity.CorpUserViewsSettings': CorpUserViewsSettingsClass,
|
|
39916
40765
|
'com.linkedin.pegasus2avro.identity.GroupMembership': GroupMembershipClass,
|
|
40766
|
+
'com.linkedin.pegasus2avro.identity.InvitationStatus': InvitationStatusClass,
|
|
39917
40767
|
'com.linkedin.pegasus2avro.identity.InviteToken': InviteTokenClass,
|
|
39918
40768
|
'com.linkedin.pegasus2avro.identity.NativeGroupMembership': NativeGroupMembershipClass,
|
|
39919
40769
|
'com.linkedin.pegasus2avro.identity.RoleMembership': RoleMembershipClass,
|
|
40770
|
+
'com.linkedin.pegasus2avro.identity.TokenType': TokenTypeClass,
|
|
39920
40771
|
'com.linkedin.pegasus2avro.incident.IncidentActivityChange': IncidentActivityChangeClass,
|
|
39921
40772
|
'com.linkedin.pegasus2avro.incident.IncidentActivityChangeType': IncidentActivityChangeTypeClass,
|
|
39922
40773
|
'com.linkedin.pegasus2avro.incident.IncidentActivityEvent': IncidentActivityEventClass,
|
|
@@ -40031,6 +40882,7 @@ __SCHEMA_TYPES = {
|
|
|
40031
40882
|
'com.linkedin.pegasus2avro.metadata.recommendation.RecommendationParams': RecommendationParamsClass,
|
|
40032
40883
|
'com.linkedin.pegasus2avro.metadata.recommendation.RecommendationRenderType': RecommendationRenderTypeClass,
|
|
40033
40884
|
'com.linkedin.pegasus2avro.metadata.recommendation.SearchParams': SearchParamsClass,
|
|
40885
|
+
'com.linkedin.pegasus2avro.metadata.search.features.CorpUserUsageFeatures': CorpUserUsageFeaturesClass,
|
|
40034
40886
|
'com.linkedin.pegasus2avro.metadata.search.features.CostCurrencyCode': CostCurrencyCodeClass,
|
|
40035
40887
|
'com.linkedin.pegasus2avro.metadata.search.features.CostFeatures': CostFeaturesClass,
|
|
40036
40888
|
'com.linkedin.pegasus2avro.metadata.search.features.LineageFeatures': LineageFeaturesClass,
|
|
@@ -40162,6 +41014,8 @@ __SCHEMA_TYPES = {
|
|
|
40162
41014
|
'com.linkedin.pegasus2avro.persona.DataHubPersonaInfo': DataHubPersonaInfoClass,
|
|
40163
41015
|
'com.linkedin.pegasus2avro.platform.event.v1.EntityChangeEvent': EntityChangeEventClass,
|
|
40164
41016
|
'com.linkedin.pegasus2avro.platform.event.v1.Parameters': ParametersClass,
|
|
41017
|
+
'com.linkedin.pegasus2avro.platform.event.v1.RelationshipChangeEvent': RelationshipChangeEventClass,
|
|
41018
|
+
'com.linkedin.pegasus2avro.platform.event.v1.RelationshipChangeOperation': RelationshipChangeOperationClass,
|
|
40165
41019
|
'com.linkedin.pegasus2avro.platformresource.PlatformResourceInfo': PlatformResourceInfoClass,
|
|
40166
41020
|
'com.linkedin.pegasus2avro.platformresource.PlatformResourceKey': PlatformResourceKeyClass,
|
|
40167
41021
|
'com.linkedin.pegasus2avro.policy.DataHubActorFilter': DataHubActorFilterClass,
|
|
@@ -40230,6 +41084,9 @@ __SCHEMA_TYPES = {
|
|
|
40230
41084
|
'com.linkedin.pegasus2avro.secret.DataHubSecretValue': DataHubSecretValueClass,
|
|
40231
41085
|
'com.linkedin.pegasus2avro.settings.NotificationSetting': NotificationSettingClass,
|
|
40232
41086
|
'com.linkedin.pegasus2avro.settings.NotificationSettingValue': NotificationSettingValueClass,
|
|
41087
|
+
'com.linkedin.pegasus2avro.settings.asset.AssetSettings': AssetSettingsClass,
|
|
41088
|
+
'com.linkedin.pegasus2avro.settings.asset.AssetSummarySettings': AssetSummarySettingsClass,
|
|
41089
|
+
'com.linkedin.pegasus2avro.settings.asset.AssetSummarySettingsTemplate': AssetSummarySettingsTemplateClass,
|
|
40233
41090
|
'com.linkedin.pegasus2avro.settings.global.ApplicationsSettings': ApplicationsSettingsClass,
|
|
40234
41091
|
'com.linkedin.pegasus2avro.settings.global.DocPropagationFeatureSettings': DocPropagationFeatureSettingsClass,
|
|
40235
41092
|
'com.linkedin.pegasus2avro.settings.global.DocumentationAiSettings': DocumentationAiSettingsClass,
|
|
@@ -40245,6 +41102,9 @@ __SCHEMA_TYPES = {
|
|
|
40245
41102
|
'com.linkedin.pegasus2avro.settings.global.OidcSettings': OidcSettingsClass,
|
|
40246
41103
|
'com.linkedin.pegasus2avro.settings.global.SlackIntegrationSettings': SlackIntegrationSettingsClass,
|
|
40247
41104
|
'com.linkedin.pegasus2avro.settings.global.SsoSettings': SsoSettingsClass,
|
|
41105
|
+
'com.linkedin.pegasus2avro.settings.global.TeamsChannel': TeamsChannelClass,
|
|
41106
|
+
'com.linkedin.pegasus2avro.settings.global.TeamsIntegrationSettings': TeamsIntegrationSettingsClass,
|
|
41107
|
+
'com.linkedin.pegasus2avro.settings.global.TeamsUser': TeamsUserClass,
|
|
40248
41108
|
'com.linkedin.pegasus2avro.step.DataHubStepStateProperties': DataHubStepStatePropertiesClass,
|
|
40249
41109
|
'com.linkedin.pegasus2avro.structured.PropertyCardinality': PropertyCardinalityClass,
|
|
40250
41110
|
'com.linkedin.pegasus2avro.structured.PropertyValue': PropertyValueClass,
|
|
@@ -40262,12 +41122,15 @@ __SCHEMA_TYPES = {
|
|
|
40262
41122
|
'com.linkedin.pegasus2avro.subscription.SubscriptionType': SubscriptionTypeClass,
|
|
40263
41123
|
'com.linkedin.pegasus2avro.tag.TagProperties': TagPropertiesClass,
|
|
40264
41124
|
'com.linkedin.pegasus2avro.telemetry.TelemetryClientId': TelemetryClientIdClass,
|
|
41125
|
+
'com.linkedin.pegasus2avro.template.DataHubPageTemplateAssetSummary': DataHubPageTemplateAssetSummaryClass,
|
|
40265
41126
|
'com.linkedin.pegasus2avro.template.DataHubPageTemplateProperties': DataHubPageTemplatePropertiesClass,
|
|
40266
41127
|
'com.linkedin.pegasus2avro.template.DataHubPageTemplateRow': DataHubPageTemplateRowClass,
|
|
40267
41128
|
'com.linkedin.pegasus2avro.template.DataHubPageTemplateSurface': DataHubPageTemplateSurfaceClass,
|
|
40268
41129
|
'com.linkedin.pegasus2avro.template.DataHubPageTemplateVisibility': DataHubPageTemplateVisibilityClass,
|
|
40269
41130
|
'com.linkedin.pegasus2avro.template.PageTemplateScope': PageTemplateScopeClass,
|
|
40270
41131
|
'com.linkedin.pegasus2avro.template.PageTemplateSurfaceType': PageTemplateSurfaceTypeClass,
|
|
41132
|
+
'com.linkedin.pegasus2avro.template.SummaryElement': SummaryElementClass,
|
|
41133
|
+
'com.linkedin.pegasus2avro.template.SummaryElementType': SummaryElementTypeClass,
|
|
40271
41134
|
'com.linkedin.pegasus2avro.test.BatchTestRunEvent': BatchTestRunEventClass,
|
|
40272
41135
|
'com.linkedin.pegasus2avro.test.BatchTestRunResult': BatchTestRunResultClass,
|
|
40273
41136
|
'com.linkedin.pegasus2avro.test.BatchTestRunStatus': BatchTestRunStatusClass,
|
|
@@ -40629,6 +41492,7 @@ __SCHEMA_TYPES = {
|
|
|
40629
41492
|
'EmailNotificationSettings': EmailNotificationSettingsClass,
|
|
40630
41493
|
'NotificationSettings': NotificationSettingsClass,
|
|
40631
41494
|
'SlackNotificationSettings': SlackNotificationSettingsClass,
|
|
41495
|
+
'TeamsNotificationSettings': TeamsNotificationSettingsClass,
|
|
40632
41496
|
'NotificationTemplateType': NotificationTemplateTypeClass,
|
|
40633
41497
|
'OwnershipParameters': OwnershipParametersClass,
|
|
40634
41498
|
'ChangeType': ChangeTypeClass,
|
|
@@ -40670,13 +41534,16 @@ __SCHEMA_TYPES = {
|
|
|
40670
41534
|
'CorpUserEditableInfo': CorpUserEditableInfoClass,
|
|
40671
41535
|
'CorpUserHomePageSettings': CorpUserHomePageSettingsClass,
|
|
40672
41536
|
'CorpUserInfo': CorpUserInfoClass,
|
|
41537
|
+
'CorpUserInvitationStatus': CorpUserInvitationStatusClass,
|
|
40673
41538
|
'CorpUserSettings': CorpUserSettingsClass,
|
|
40674
41539
|
'CorpUserStatus': CorpUserStatusClass,
|
|
40675
41540
|
'CorpUserViewsSettings': CorpUserViewsSettingsClass,
|
|
40676
41541
|
'GroupMembership': GroupMembershipClass,
|
|
41542
|
+
'InvitationStatus': InvitationStatusClass,
|
|
40677
41543
|
'InviteToken': InviteTokenClass,
|
|
40678
41544
|
'NativeGroupMembership': NativeGroupMembershipClass,
|
|
40679
41545
|
'RoleMembership': RoleMembershipClass,
|
|
41546
|
+
'TokenType': TokenTypeClass,
|
|
40680
41547
|
'IncidentActivityChange': IncidentActivityChangeClass,
|
|
40681
41548
|
'IncidentActivityChangeType': IncidentActivityChangeTypeClass,
|
|
40682
41549
|
'IncidentActivityEvent': IncidentActivityEventClass,
|
|
@@ -40791,6 +41658,7 @@ __SCHEMA_TYPES = {
|
|
|
40791
41658
|
'RecommendationParams': RecommendationParamsClass,
|
|
40792
41659
|
'RecommendationRenderType': RecommendationRenderTypeClass,
|
|
40793
41660
|
'SearchParams': SearchParamsClass,
|
|
41661
|
+
'CorpUserUsageFeatures': CorpUserUsageFeaturesClass,
|
|
40794
41662
|
'CostCurrencyCode': CostCurrencyCodeClass,
|
|
40795
41663
|
'CostFeatures': CostFeaturesClass,
|
|
40796
41664
|
'LineageFeatures': LineageFeaturesClass,
|
|
@@ -40922,6 +41790,8 @@ __SCHEMA_TYPES = {
|
|
|
40922
41790
|
'DataHubPersonaInfo': DataHubPersonaInfoClass,
|
|
40923
41791
|
'EntityChangeEvent': EntityChangeEventClass,
|
|
40924
41792
|
'Parameters': ParametersClass,
|
|
41793
|
+
'RelationshipChangeEvent': RelationshipChangeEventClass,
|
|
41794
|
+
'RelationshipChangeOperation': RelationshipChangeOperationClass,
|
|
40925
41795
|
'PlatformResourceInfo': PlatformResourceInfoClass,
|
|
40926
41796
|
'PlatformResourceKey': PlatformResourceKeyClass,
|
|
40927
41797
|
'DataHubActorFilter': DataHubActorFilterClass,
|
|
@@ -40990,6 +41860,9 @@ __SCHEMA_TYPES = {
|
|
|
40990
41860
|
'DataHubSecretValue': DataHubSecretValueClass,
|
|
40991
41861
|
'NotificationSetting': NotificationSettingClass,
|
|
40992
41862
|
'NotificationSettingValue': NotificationSettingValueClass,
|
|
41863
|
+
'AssetSettings': AssetSettingsClass,
|
|
41864
|
+
'AssetSummarySettings': AssetSummarySettingsClass,
|
|
41865
|
+
'AssetSummarySettingsTemplate': AssetSummarySettingsTemplateClass,
|
|
40993
41866
|
'ApplicationsSettings': ApplicationsSettingsClass,
|
|
40994
41867
|
'DocPropagationFeatureSettings': DocPropagationFeatureSettingsClass,
|
|
40995
41868
|
'DocumentationAiSettings': DocumentationAiSettingsClass,
|
|
@@ -41005,6 +41878,9 @@ __SCHEMA_TYPES = {
|
|
|
41005
41878
|
'OidcSettings': OidcSettingsClass,
|
|
41006
41879
|
'SlackIntegrationSettings': SlackIntegrationSettingsClass,
|
|
41007
41880
|
'SsoSettings': SsoSettingsClass,
|
|
41881
|
+
'TeamsChannel': TeamsChannelClass,
|
|
41882
|
+
'TeamsIntegrationSettings': TeamsIntegrationSettingsClass,
|
|
41883
|
+
'TeamsUser': TeamsUserClass,
|
|
41008
41884
|
'DataHubStepStateProperties': DataHubStepStatePropertiesClass,
|
|
41009
41885
|
'PropertyCardinality': PropertyCardinalityClass,
|
|
41010
41886
|
'PropertyValue': PropertyValueClass,
|
|
@@ -41022,12 +41898,15 @@ __SCHEMA_TYPES = {
|
|
|
41022
41898
|
'SubscriptionType': SubscriptionTypeClass,
|
|
41023
41899
|
'TagProperties': TagPropertiesClass,
|
|
41024
41900
|
'TelemetryClientId': TelemetryClientIdClass,
|
|
41901
|
+
'DataHubPageTemplateAssetSummary': DataHubPageTemplateAssetSummaryClass,
|
|
41025
41902
|
'DataHubPageTemplateProperties': DataHubPageTemplatePropertiesClass,
|
|
41026
41903
|
'DataHubPageTemplateRow': DataHubPageTemplateRowClass,
|
|
41027
41904
|
'DataHubPageTemplateSurface': DataHubPageTemplateSurfaceClass,
|
|
41028
41905
|
'DataHubPageTemplateVisibility': DataHubPageTemplateVisibilityClass,
|
|
41029
41906
|
'PageTemplateScope': PageTemplateScopeClass,
|
|
41030
41907
|
'PageTemplateSurfaceType': PageTemplateSurfaceTypeClass,
|
|
41908
|
+
'SummaryElement': SummaryElementClass,
|
|
41909
|
+
'SummaryElementType': SummaryElementTypeClass,
|
|
41031
41910
|
'BatchTestRunEvent': BatchTestRunEventClass,
|
|
41032
41911
|
'BatchTestRunResult': BatchTestRunResultClass,
|
|
41033
41912
|
'BatchTestRunStatus': BatchTestRunStatusClass,
|
|
@@ -41076,289 +41955,292 @@ avrojson.set_global_json_converter(_json_converter)
|
|
|
41076
41955
|
|
|
41077
41956
|
|
|
41078
41957
|
ASPECT_CLASSES: List[Type[_Aspect]] = [
|
|
41079
|
-
ConstraintInfoClass,
|
|
41080
|
-
SchemaMetadataClass,
|
|
41081
|
-
SchemaProposalsClass,
|
|
41082
|
-
EditableSchemaMetadataClass,
|
|
41083
41958
|
AiInferenceMetadataClass,
|
|
41084
41959
|
EntityInferenceMetadataClass,
|
|
41085
|
-
|
|
41086
|
-
|
|
41087
|
-
|
|
41088
|
-
|
|
41089
|
-
|
|
41090
|
-
|
|
41091
|
-
|
|
41960
|
+
BusinessAttributeInfoClass,
|
|
41961
|
+
BusinessAttributesClass,
|
|
41962
|
+
BusinessAttributeKeyClass,
|
|
41963
|
+
DatasetPropertiesClass,
|
|
41964
|
+
DatasetDeprecationClass,
|
|
41965
|
+
SchemaFieldProfileClass,
|
|
41966
|
+
PartitionsSummaryClass,
|
|
41967
|
+
DatasetUpstreamLineageClass,
|
|
41968
|
+
DatasetUsageStatisticsClass,
|
|
41969
|
+
EditableDatasetPropertiesClass,
|
|
41970
|
+
UpstreamLineageClass,
|
|
41971
|
+
DatasetProfileClass,
|
|
41972
|
+
ViewPropertiesClass,
|
|
41973
|
+
IcebergCatalogInfoClass,
|
|
41974
|
+
OwnershipClass,
|
|
41975
|
+
SubTypesClass,
|
|
41976
|
+
IncidentsSummaryClass,
|
|
41977
|
+
CostClass,
|
|
41978
|
+
DocumentationClass,
|
|
41979
|
+
SiblingsClass,
|
|
41980
|
+
ShareClass,
|
|
41981
|
+
DataTransformLogicClass,
|
|
41982
|
+
AssertionsSummaryClass,
|
|
41983
|
+
ProposalsClass,
|
|
41984
|
+
GlobalTagsClass,
|
|
41985
|
+
InstitutionalMemoryClass,
|
|
41986
|
+
BrowsePathsClass,
|
|
41987
|
+
GlossaryTermsClass,
|
|
41988
|
+
OriginClass,
|
|
41989
|
+
EmbedClass,
|
|
41990
|
+
StatusClass,
|
|
41991
|
+
AnomaliesSummaryClass,
|
|
41992
|
+
FormsClass,
|
|
41993
|
+
DeprecationClass,
|
|
41994
|
+
VersionPropertiesClass,
|
|
41995
|
+
DataPlatformInstanceClass,
|
|
41996
|
+
DisplayPropertiesClass,
|
|
41997
|
+
OperationClass,
|
|
41998
|
+
BrowsePathsV2Class,
|
|
41999
|
+
AccessClass,
|
|
42000
|
+
InputFieldsClass,
|
|
42001
|
+
DataTypeKeyClass,
|
|
42002
|
+
DataTypeInfoClass,
|
|
41092
42003
|
ERModelRelationshipPropertiesClass,
|
|
41093
|
-
|
|
41094
|
-
|
|
41095
|
-
|
|
41096
|
-
|
|
41097
|
-
AssertionInferenceDetailsClass,
|
|
41098
|
-
AssertionRunEventClass,
|
|
41099
|
-
AssertionAnalyticsRunEventClass,
|
|
41100
|
-
AssertionRunSummaryClass,
|
|
41101
|
-
AssertionActionsClass,
|
|
41102
|
-
AssertionDryRunEventClass,
|
|
41103
|
-
AssertionInfoClass,
|
|
41104
|
-
DashboardUsageStatisticsClass,
|
|
41105
|
-
DashboardInfoClass,
|
|
41106
|
-
EditableDashboardPropertiesClass,
|
|
41107
|
-
FormAssignmentStatusClass,
|
|
41108
|
-
FormSettingsClass,
|
|
41109
|
-
DynamicFormAssignmentClass,
|
|
41110
|
-
FormInfoClass,
|
|
41111
|
-
LinkPreviewInfoClass,
|
|
41112
|
-
TestInfoClass,
|
|
41113
|
-
TestResultsClass,
|
|
41114
|
-
BatchTestRunEventClass,
|
|
41115
|
-
QueryUsageStatisticsClass,
|
|
41116
|
-
QuerySubjectsClass,
|
|
41117
|
-
QueryUsageFeaturesClass,
|
|
41118
|
-
QueryPropertiesClass,
|
|
41119
|
-
OwnershipTypeInfoClass,
|
|
42004
|
+
EditableERModelRelationshipPropertiesClass,
|
|
42005
|
+
SchemaFieldAliasesClass,
|
|
42006
|
+
SchemaFieldInfoClass,
|
|
42007
|
+
ActionRequestStatusClass,
|
|
41120
42008
|
ActionRequestInfoClass,
|
|
41121
42009
|
ActionRequestArchivedClass,
|
|
41122
|
-
ActionRequestStatusClass,
|
|
41123
|
-
VersionSetPropertiesClass,
|
|
41124
|
-
MonitorInfoClass,
|
|
41125
|
-
MonitorSuiteInfoClass,
|
|
41126
|
-
MonitorTimeseriesStateClass,
|
|
41127
|
-
MonitorAnomalyEventClass,
|
|
41128
|
-
PlatformResourceKeyClass,
|
|
41129
|
-
PlatformResourceInfoClass,
|
|
41130
|
-
NotebookContentClass,
|
|
41131
|
-
EditableNotebookPropertiesClass,
|
|
41132
|
-
NotebookInfoClass,
|
|
41133
|
-
EditableContainerPropertiesClass,
|
|
41134
|
-
ContainerClass,
|
|
41135
|
-
ContainerPropertiesClass,
|
|
41136
|
-
CorpUserEditableInfoClass,
|
|
41137
|
-
RoleMembershipClass,
|
|
41138
|
-
CorpUserStatusClass,
|
|
41139
|
-
GroupMembershipClass,
|
|
41140
|
-
CorpGroupInfoClass,
|
|
41141
|
-
InviteTokenClass,
|
|
41142
|
-
CorpUserInfoClass,
|
|
41143
|
-
CorpUserCredentialsClass,
|
|
41144
|
-
CorpGroupSettingsClass,
|
|
41145
|
-
CorpGroupEditableInfoClass,
|
|
41146
|
-
NativeGroupMembershipClass,
|
|
41147
|
-
CorpUserSettingsClass,
|
|
41148
|
-
ApplicationKeyClass,
|
|
41149
|
-
ApplicationPropertiesClass,
|
|
41150
|
-
ApplicationsClass,
|
|
41151
|
-
EditableDataFlowPropertiesClass,
|
|
41152
|
-
DataJobInputOutputClass,
|
|
41153
|
-
DataJobInfoClass,
|
|
41154
|
-
DataFlowInfoClass,
|
|
41155
|
-
VersionInfoClass,
|
|
41156
|
-
EditableDataJobPropertiesClass,
|
|
41157
|
-
DatahubIngestionCheckpointClass,
|
|
41158
|
-
DatahubIngestionRunSummaryClass,
|
|
41159
|
-
DataHubMetricCubeEventClass,
|
|
41160
|
-
DataHubMetricCubeDefinitionClass,
|
|
41161
|
-
DataContractStatusClass,
|
|
41162
|
-
DataContractPropertiesClass,
|
|
41163
|
-
DataTypeKeyClass,
|
|
41164
|
-
DataTypeInfoClass,
|
|
41165
|
-
DataHubPageTemplatePropertiesClass,
|
|
41166
|
-
RemoteExecutorStatusClass,
|
|
41167
|
-
EntityTypeKeyClass,
|
|
41168
|
-
EntityTypeInfoClass,
|
|
41169
|
-
LogicalParentClass,
|
|
41170
42010
|
DataProductPropertiesClass,
|
|
41171
42011
|
DataProductKeyClass,
|
|
41172
|
-
|
|
41173
|
-
|
|
41174
|
-
|
|
42012
|
+
DataHubPageModulePropertiesClass,
|
|
42013
|
+
RecommendationModuleClass,
|
|
42014
|
+
CorpUserUsageFeaturesClass,
|
|
41175
42015
|
UsageFeaturesClass,
|
|
42016
|
+
LineageFeaturesClass,
|
|
42017
|
+
CostFeaturesClass,
|
|
41176
42018
|
StorageFeaturesClass,
|
|
41177
|
-
|
|
41178
|
-
|
|
41179
|
-
DataHubPolicyKeyClass,
|
|
41180
|
-
DataHubSecretKeyClass,
|
|
41181
|
-
OwnershipTypeKeyClass,
|
|
41182
|
-
DataPlatformInstanceKeyClass,
|
|
41183
|
-
MonitorKeyClass,
|
|
41184
|
-
DataPlatformKeyClass,
|
|
41185
|
-
DataFlowKeyClass,
|
|
41186
|
-
MonitorSuiteKeyClass,
|
|
41187
|
-
PostKeyClass,
|
|
41188
|
-
ActionRequestKeyClass,
|
|
41189
|
-
ConstraintKeyClass,
|
|
41190
|
-
GlossaryTermKeyClass,
|
|
41191
|
-
NotebookKeyClass,
|
|
41192
|
-
GenericEntityKeyClass,
|
|
41193
|
-
MLFeatureTableKeyClass,
|
|
42019
|
+
DataHubPageTemplateKeyClass,
|
|
42020
|
+
SchemaFieldKeyClass,
|
|
41194
42021
|
DatasetKeyClass,
|
|
41195
|
-
|
|
41196
|
-
|
|
41197
|
-
|
|
42022
|
+
NotebookKeyClass,
|
|
42023
|
+
SubscriptionKeyClass,
|
|
42024
|
+
TelemetryKeyClass,
|
|
41198
42025
|
DashboardKeyClass,
|
|
41199
|
-
|
|
41200
|
-
|
|
41201
|
-
|
|
42026
|
+
ContainerKeyClass,
|
|
42027
|
+
ActionRequestKeyClass,
|
|
42028
|
+
RoleKeyClass,
|
|
41202
42029
|
RecommendationModuleKeyClass,
|
|
42030
|
+
DataHubIngestionSourceKeyClass,
|
|
42031
|
+
DataHubAccessTokenKeyClass,
|
|
42032
|
+
PostKeyClass,
|
|
42033
|
+
DataHubUpgradeKeyClass,
|
|
42034
|
+
LinkPreviewKeyClass,
|
|
42035
|
+
OwnershipTypeKeyClass,
|
|
42036
|
+
ActionWorkflowKeyClass,
|
|
42037
|
+
DataContractKeyClass,
|
|
41203
42038
|
IncidentKeyClass,
|
|
41204
|
-
|
|
42039
|
+
ExecutionRequestKeyClass,
|
|
41205
42040
|
MLModelKeyClass,
|
|
42041
|
+
GlobalSettingsKeyClass,
|
|
42042
|
+
ERModelRelationshipKeyClass,
|
|
42043
|
+
TagKeyClass,
|
|
42044
|
+
DataFlowKeyClass,
|
|
42045
|
+
GlossaryTermKeyClass,
|
|
41206
42046
|
DomainKeyClass,
|
|
41207
|
-
|
|
41208
|
-
|
|
41209
|
-
InviteTokenKeyClass,
|
|
41210
|
-
DataHubIngestionSourceKeyClass,
|
|
41211
|
-
QueryKeyClass,
|
|
41212
|
-
DataHubRoleKeyClass,
|
|
41213
|
-
MLModelGroupKeyClass,
|
|
41214
|
-
DataHubStepStateKeyClass,
|
|
41215
|
-
SchemaFieldKeyClass,
|
|
42047
|
+
RemoteExecutorKeyClass,
|
|
42048
|
+
ChartKeyClass,
|
|
41216
42049
|
DataJobKeyClass,
|
|
41217
|
-
|
|
41218
|
-
|
|
41219
|
-
|
|
42050
|
+
RemoteExecutorGlobalConfigKeyClass,
|
|
42051
|
+
DataHubPolicyKeyClass,
|
|
42052
|
+
DataPlatformInstanceKeyClass,
|
|
42053
|
+
CorpUserKeyClass,
|
|
42054
|
+
GenericEntityKeyClass,
|
|
42055
|
+
MLModelGroupKeyClass,
|
|
42056
|
+
InviteTokenKeyClass,
|
|
42057
|
+
DataPlatformKeyClass,
|
|
42058
|
+
FormKeyClass,
|
|
41220
42059
|
MLModelDeploymentKeyClass,
|
|
41221
42060
|
RemoteExecutorPoolKeyClass,
|
|
41222
|
-
|
|
41223
|
-
|
|
41224
|
-
MLPrimaryKeyKeyClass,
|
|
41225
|
-
DataHubViewKeyClass,
|
|
41226
|
-
GlossaryNodeKeyClass,
|
|
42061
|
+
DataHubConnectionKeyClass,
|
|
42062
|
+
ConstraintKeyClass,
|
|
41227
42063
|
DataHubMetricCubeKeyClass,
|
|
41228
|
-
|
|
41229
|
-
|
|
41230
|
-
VersionSetKeyClass,
|
|
41231
|
-
DataHubPersonaKeyClass,
|
|
41232
|
-
TelemetryKeyClass,
|
|
41233
|
-
DataHubActionKeyClass,
|
|
42064
|
+
DataHubStepStateKeyClass,
|
|
42065
|
+
GlossaryNodeKeyClass,
|
|
41234
42066
|
DataHubRetentionKeyClass,
|
|
41235
|
-
|
|
41236
|
-
|
|
41237
|
-
|
|
41238
|
-
|
|
41239
|
-
AssertionKeyClass,
|
|
42067
|
+
DataProcessKeyClass,
|
|
42068
|
+
MLFeatureTableKeyClass,
|
|
42069
|
+
DataHubViewKeyClass,
|
|
42070
|
+
VersionSetKeyClass,
|
|
41240
42071
|
DataHubPageModuleKeyClass,
|
|
41241
|
-
|
|
41242
|
-
|
|
42072
|
+
MonitorSuiteKeyClass,
|
|
42073
|
+
DataHubOpenAPISchemaKeyClass,
|
|
42074
|
+
DataHubSecretKeyClass,
|
|
42075
|
+
CorpGroupKeyClass,
|
|
42076
|
+
TestKeyClass,
|
|
42077
|
+
DataHubActionKeyClass,
|
|
41243
42078
|
MLFeatureKeyClass,
|
|
41244
|
-
|
|
41245
|
-
|
|
41246
|
-
|
|
41247
|
-
|
|
41248
|
-
|
|
41249
|
-
|
|
41250
|
-
|
|
41251
|
-
|
|
41252
|
-
|
|
41253
|
-
|
|
41254
|
-
|
|
41255
|
-
|
|
41256
|
-
|
|
41257
|
-
|
|
41258
|
-
EditableMLModelGroupPropertiesClass,
|
|
41259
|
-
MLModelPropertiesClass,
|
|
41260
|
-
EthicalConsiderationsClass,
|
|
41261
|
-
SourceCodeClass,
|
|
41262
|
-
EditableMLFeatureTablePropertiesClass,
|
|
41263
|
-
MLHyperParamClass,
|
|
41264
|
-
EditableMLPrimaryKeyPropertiesClass,
|
|
42079
|
+
DataHubPersonaKeyClass,
|
|
42080
|
+
MLPrimaryKeyKeyClass,
|
|
42081
|
+
DataProcessInstanceKeyClass,
|
|
42082
|
+
AnomalyKeyClass,
|
|
42083
|
+
QueryKeyClass,
|
|
42084
|
+
AssertionKeyClass,
|
|
42085
|
+
DataHubRoleKeyClass,
|
|
42086
|
+
MonitorKeyClass,
|
|
42087
|
+
DataProcessInstanceInputClass,
|
|
42088
|
+
DataProcessInstancePropertiesClass,
|
|
42089
|
+
DataProcessInstanceRelationshipsClass,
|
|
42090
|
+
DataProcessInfoClass,
|
|
42091
|
+
DataProcessInstanceRunEventClass,
|
|
42092
|
+
DataProcessInstanceOutputClass,
|
|
41265
42093
|
EditableMLFeaturePropertiesClass,
|
|
41266
|
-
|
|
42094
|
+
MLModelPropertiesClass,
|
|
42095
|
+
TrainingDataClass,
|
|
42096
|
+
MLPrimaryKeyPropertiesClass,
|
|
42097
|
+
EditableMLModelGroupPropertiesClass,
|
|
42098
|
+
MetricsClass,
|
|
41267
42099
|
MLModelDeploymentPropertiesClass,
|
|
41268
|
-
|
|
41269
|
-
|
|
42100
|
+
EvaluationDataClass,
|
|
42101
|
+
EditableMLFeatureTablePropertiesClass,
|
|
42102
|
+
MLModelGroupPropertiesClass,
|
|
41270
42103
|
CaveatsAndRecommendationsClass,
|
|
42104
|
+
EditableMLModelPropertiesClass,
|
|
42105
|
+
EthicalConsiderationsClass,
|
|
42106
|
+
EditableMLPrimaryKeyPropertiesClass,
|
|
42107
|
+
MLTrainingRunPropertiesClass,
|
|
42108
|
+
MLModelFactorPromptsClass,
|
|
42109
|
+
MLHyperParamClass,
|
|
42110
|
+
MLMetricClass,
|
|
41271
42111
|
QuantitativeAnalysesClass,
|
|
42112
|
+
SourceCodeClass,
|
|
42113
|
+
MLFeaturePropertiesClass,
|
|
41272
42114
|
MLFeatureTablePropertiesClass,
|
|
41273
|
-
|
|
41274
|
-
|
|
41275
|
-
|
|
42115
|
+
IntendedUseClass,
|
|
42116
|
+
FormAssignmentStatusClass,
|
|
42117
|
+
FormInfoClass,
|
|
42118
|
+
DynamicFormAssignmentClass,
|
|
42119
|
+
FormSettingsClass,
|
|
42120
|
+
DataHubViewInfoClass,
|
|
42121
|
+
DataPlatformInstancePropertiesClass,
|
|
42122
|
+
IcebergWarehouseInfoClass,
|
|
42123
|
+
MonitorAnomalyEventClass,
|
|
42124
|
+
DataHubIngestionSourceInfoClass,
|
|
42125
|
+
ActionWorkflowInfoClass,
|
|
42126
|
+
DataPlatformInfoClass,
|
|
42127
|
+
SlackUserInfoClass,
|
|
42128
|
+
SchemaMetadataClass,
|
|
42129
|
+
EditableSchemaMetadataClass,
|
|
42130
|
+
SchemaProposalsClass,
|
|
42131
|
+
LogicalParentClass,
|
|
42132
|
+
TagPropertiesClass,
|
|
42133
|
+
AssertionRunSummaryClass,
|
|
42134
|
+
AssertionInfoClass,
|
|
42135
|
+
AssertionAnalyticsRunEventClass,
|
|
42136
|
+
AssertionInferenceDetailsClass,
|
|
42137
|
+
AssertionDryRunEventClass,
|
|
42138
|
+
AssertionRunEventClass,
|
|
42139
|
+
AssertionActionsClass,
|
|
42140
|
+
DataJobInfoClass,
|
|
42141
|
+
EditableDataFlowPropertiesClass,
|
|
42142
|
+
DataFlowInfoClass,
|
|
42143
|
+
EditableDataJobPropertiesClass,
|
|
42144
|
+
DataJobInputOutputClass,
|
|
42145
|
+
VersionInfoClass,
|
|
42146
|
+
DatahubIngestionCheckpointClass,
|
|
42147
|
+
DatahubIngestionRunSummaryClass,
|
|
42148
|
+
GlossaryTermInfoClass,
|
|
42149
|
+
GlossaryRelatedTermsClass,
|
|
42150
|
+
GlossaryNodeInfoClass,
|
|
42151
|
+
StructuredPropertyKeyClass,
|
|
42152
|
+
StructuredPropertyDefinitionClass,
|
|
42153
|
+
StructuredPropertiesClass,
|
|
42154
|
+
StructuredPropertySettingsClass,
|
|
41276
42155
|
DomainsClass,
|
|
42156
|
+
DomainPropertiesClass,
|
|
42157
|
+
MonitorInfoClass,
|
|
42158
|
+
MonitorTimeseriesStateClass,
|
|
42159
|
+
MonitorSuiteInfoClass,
|
|
42160
|
+
DataHubUpgradeResultClass,
|
|
42161
|
+
DataHubUpgradeRequestClass,
|
|
42162
|
+
CorpUserCredentialsClass,
|
|
42163
|
+
CorpUserInfoClass,
|
|
42164
|
+
CorpGroupInfoClass,
|
|
42165
|
+
CorpUserStatusClass,
|
|
42166
|
+
CorpGroupEditableInfoClass,
|
|
42167
|
+
NativeGroupMembershipClass,
|
|
42168
|
+
CorpUserEditableInfoClass,
|
|
42169
|
+
InviteTokenClass,
|
|
42170
|
+
GroupMembershipClass,
|
|
42171
|
+
RoleMembershipClass,
|
|
42172
|
+
CorpGroupSettingsClass,
|
|
42173
|
+
CorpUserInvitationStatusClass,
|
|
42174
|
+
CorpUserSettingsClass,
|
|
42175
|
+
ConstraintInfoClass,
|
|
42176
|
+
FormNotificationsClass,
|
|
42177
|
+
EntityTypeInfoClass,
|
|
42178
|
+
EntityTypeKeyClass,
|
|
41277
42179
|
DataHubActionInfoClass,
|
|
41278
42180
|
DataHubActionStatusClass,
|
|
41279
|
-
DataHubRetentionConfigClass,
|
|
41280
|
-
DataProcessInfoClass,
|
|
41281
|
-
DataProcessInstanceOutputClass,
|
|
41282
|
-
DataProcessInstanceInputClass,
|
|
41283
|
-
DataProcessInstanceRunEventClass,
|
|
41284
|
-
DataProcessInstancePropertiesClass,
|
|
41285
|
-
DataProcessInstanceRelationshipsClass,
|
|
41286
|
-
DataHubConnectionDetailsClass,
|
|
41287
|
-
RemoteExecutorPoolGlobalConfigClass,
|
|
41288
|
-
DataHubStepStatePropertiesClass,
|
|
41289
|
-
TagPropertiesClass,
|
|
41290
|
-
ActionWorkflowInfoClass,
|
|
41291
|
-
SchemaFieldsInferredMetadataClass,
|
|
41292
|
-
InferredMetadataClass,
|
|
41293
42181
|
InferredNeighborsClass,
|
|
41294
42182
|
SchemaFieldsInferredNeighborsClass,
|
|
42183
|
+
SchemaFieldsInferredMetadataClass,
|
|
42184
|
+
InferredMetadataClass,
|
|
42185
|
+
TestResultsClass,
|
|
42186
|
+
TestInfoClass,
|
|
42187
|
+
BatchTestRunEventClass,
|
|
42188
|
+
EditableNotebookPropertiesClass,
|
|
42189
|
+
NotebookContentClass,
|
|
42190
|
+
NotebookInfoClass,
|
|
42191
|
+
DataHubStepStatePropertiesClass,
|
|
42192
|
+
ContainerClass,
|
|
42193
|
+
ContainerPropertiesClass,
|
|
42194
|
+
EditableContainerPropertiesClass,
|
|
42195
|
+
RemoteExecutorPoolGlobalConfigClass,
|
|
42196
|
+
DataHubConnectionDetailsClass,
|
|
42197
|
+
TelemetryClientIdClass,
|
|
42198
|
+
DataHubPageTemplatePropertiesClass,
|
|
42199
|
+
RemoteExecutorStatusClass,
|
|
42200
|
+
DataHubRetentionConfigClass,
|
|
42201
|
+
ApplicationPropertiesClass,
|
|
42202
|
+
ApplicationKeyClass,
|
|
42203
|
+
ApplicationsClass,
|
|
42204
|
+
ActorsClass,
|
|
42205
|
+
RolePropertiesClass,
|
|
42206
|
+
DataContractStatusClass,
|
|
42207
|
+
DataContractPropertiesClass,
|
|
42208
|
+
SubscriptionInfoClass,
|
|
42209
|
+
ExecutionRequestSignalClass,
|
|
42210
|
+
ExecutionRequestResultClass,
|
|
42211
|
+
ExecutionRequestInputClass,
|
|
42212
|
+
PostInfoClass,
|
|
42213
|
+
RemoteExecutorPoolInfoClass,
|
|
42214
|
+
DashboardUsageStatisticsClass,
|
|
42215
|
+
EditableDashboardPropertiesClass,
|
|
42216
|
+
DashboardInfoClass,
|
|
42217
|
+
DataHubPersonaInfoClass,
|
|
42218
|
+
QueryUsageStatisticsClass,
|
|
42219
|
+
QueryPropertiesClass,
|
|
42220
|
+
QuerySubjectsClass,
|
|
42221
|
+
QueryUsageFeaturesClass,
|
|
42222
|
+
OwnershipTypeInfoClass,
|
|
42223
|
+
LinkPreviewInfoClass,
|
|
42224
|
+
DataHubMetricCubeDefinitionClass,
|
|
42225
|
+
DataHubMetricCubeEventClass,
|
|
42226
|
+
DataHubPolicyInfoClass,
|
|
42227
|
+
DataHubRoleInfoClass,
|
|
42228
|
+
DataHubAccessTokenInfoClass,
|
|
41295
42229
|
ChartInfoClass,
|
|
42230
|
+
EditableChartPropertiesClass,
|
|
41296
42231
|
ChartQueryClass,
|
|
41297
42232
|
ChartUsageStatisticsClass,
|
|
41298
|
-
|
|
41299
|
-
|
|
41300
|
-
DataHubAccessTokenInfoClass,
|
|
42233
|
+
SystemMetadataClass,
|
|
42234
|
+
AssetSettingsClass,
|
|
41301
42235
|
GlobalSettingsInfoClass,
|
|
41302
|
-
|
|
41303
|
-
|
|
41304
|
-
|
|
41305
|
-
|
|
41306
|
-
|
|
41307
|
-
|
|
41308
|
-
|
|
41309
|
-
|
|
41310
|
-
BusinessAttributeInfoClass,
|
|
41311
|
-
TelemetryClientIdClass,
|
|
41312
|
-
DataHubPageModulePropertiesClass,
|
|
41313
|
-
DataPlatformInfoClass,
|
|
41314
|
-
SlackUserInfoClass,
|
|
41315
|
-
DataHubPersonaInfoClass,
|
|
41316
|
-
FormNotificationsClass,
|
|
41317
|
-
GlossaryRelatedTermsClass,
|
|
41318
|
-
GlossaryNodeInfoClass,
|
|
41319
|
-
GlossaryTermInfoClass,
|
|
41320
|
-
DataHubUpgradeResultClass,
|
|
41321
|
-
DataHubUpgradeRequestClass,
|
|
41322
|
-
DatasetUsageStatisticsClass,
|
|
41323
|
-
UpstreamLineageClass,
|
|
41324
|
-
DatasetUpstreamLineageClass,
|
|
41325
|
-
PartitionsSummaryClass,
|
|
41326
|
-
SchemaFieldProfileClass,
|
|
41327
|
-
DatasetPropertiesClass,
|
|
41328
|
-
EditableDatasetPropertiesClass,
|
|
41329
|
-
IcebergCatalogInfoClass,
|
|
41330
|
-
DatasetDeprecationClass,
|
|
41331
|
-
DatasetProfileClass,
|
|
41332
|
-
ViewPropertiesClass,
|
|
41333
|
-
AssertionsSummaryClass,
|
|
41334
|
-
OperationClass,
|
|
41335
|
-
VersionPropertiesClass,
|
|
41336
|
-
GlossaryTermsClass,
|
|
41337
|
-
AccessClass,
|
|
41338
|
-
BrowsePathsV2Class,
|
|
41339
|
-
StatusClass,
|
|
41340
|
-
OriginClass,
|
|
41341
|
-
ShareClass,
|
|
41342
|
-
DocumentationClass,
|
|
41343
|
-
SiblingsClass,
|
|
41344
|
-
InputFieldsClass,
|
|
41345
|
-
AnomaliesSummaryClass,
|
|
41346
|
-
CostClass,
|
|
41347
|
-
IncidentsSummaryClass,
|
|
41348
|
-
FormsClass,
|
|
41349
|
-
OwnershipClass,
|
|
41350
|
-
InstitutionalMemoryClass,
|
|
41351
|
-
DataTransformLogicClass,
|
|
41352
|
-
GlobalTagsClass,
|
|
41353
|
-
ProposalsClass,
|
|
41354
|
-
DataPlatformInstanceClass,
|
|
41355
|
-
DisplayPropertiesClass,
|
|
41356
|
-
EmbedClass,
|
|
41357
|
-
SubTypesClass,
|
|
41358
|
-
DeprecationClass,
|
|
41359
|
-
BrowsePathsClass,
|
|
41360
|
-
RolePropertiesClass,
|
|
41361
|
-
ActorsClass
|
|
42236
|
+
DataHubSecretValueClass,
|
|
42237
|
+
VersionSetPropertiesClass,
|
|
42238
|
+
PlatformResourceKeyClass,
|
|
42239
|
+
PlatformResourceInfoClass,
|
|
42240
|
+
IncidentNotificationDetailsClass,
|
|
42241
|
+
IncidentSourceClass,
|
|
42242
|
+
IncidentActivityEventClass,
|
|
42243
|
+
IncidentInfoClass
|
|
41362
42244
|
]
|
|
41363
42245
|
|
|
41364
42246
|
ASPECT_NAME_MAP: Dict[str, Type[_Aspect]] = {
|
|
@@ -41370,518 +42252,521 @@ from typing import Literal, Set
|
|
|
41370
42252
|
from typing_extensions import TypedDict
|
|
41371
42253
|
|
|
41372
42254
|
class AspectBag(TypedDict, total=False):
|
|
41373
|
-
constraintInfo: ConstraintInfoClass
|
|
41374
|
-
schemaMetadata: SchemaMetadataClass
|
|
41375
|
-
schemaProposals: SchemaProposalsClass
|
|
41376
|
-
editableSchemaMetadata: EditableSchemaMetadataClass
|
|
41377
42255
|
aiInferenceMetadata: AiInferenceMetadataClass
|
|
41378
42256
|
entityInferenceMetadata: EntityInferenceMetadataClass
|
|
41379
|
-
|
|
41380
|
-
|
|
41381
|
-
|
|
41382
|
-
|
|
41383
|
-
|
|
41384
|
-
|
|
41385
|
-
|
|
42257
|
+
businessAttributeInfo: BusinessAttributeInfoClass
|
|
42258
|
+
businessAttributes: BusinessAttributesClass
|
|
42259
|
+
businessAttributeKey: BusinessAttributeKeyClass
|
|
42260
|
+
datasetProperties: DatasetPropertiesClass
|
|
42261
|
+
datasetDeprecation: DatasetDeprecationClass
|
|
42262
|
+
schemaFieldProfile: SchemaFieldProfileClass
|
|
42263
|
+
partitionsSummary: PartitionsSummaryClass
|
|
42264
|
+
datasetUpstreamLineage: DatasetUpstreamLineageClass
|
|
42265
|
+
datasetUsageStatistics: DatasetUsageStatisticsClass
|
|
42266
|
+
editableDatasetProperties: EditableDatasetPropertiesClass
|
|
42267
|
+
upstreamLineage: UpstreamLineageClass
|
|
42268
|
+
datasetProfile: DatasetProfileClass
|
|
42269
|
+
viewProperties: ViewPropertiesClass
|
|
42270
|
+
icebergCatalogInfo: IcebergCatalogInfoClass
|
|
42271
|
+
ownership: OwnershipClass
|
|
42272
|
+
subTypes: SubTypesClass
|
|
42273
|
+
incidentsSummary: IncidentsSummaryClass
|
|
42274
|
+
cost: CostClass
|
|
42275
|
+
documentation: DocumentationClass
|
|
42276
|
+
siblings: SiblingsClass
|
|
42277
|
+
share: ShareClass
|
|
42278
|
+
dataTransformLogic: DataTransformLogicClass
|
|
42279
|
+
assertionsSummary: AssertionsSummaryClass
|
|
42280
|
+
proposals: ProposalsClass
|
|
42281
|
+
globalTags: GlobalTagsClass
|
|
42282
|
+
institutionalMemory: InstitutionalMemoryClass
|
|
42283
|
+
browsePaths: BrowsePathsClass
|
|
42284
|
+
glossaryTerms: GlossaryTermsClass
|
|
42285
|
+
origin: OriginClass
|
|
42286
|
+
embed: EmbedClass
|
|
42287
|
+
status: StatusClass
|
|
42288
|
+
anomaliesSummary: AnomaliesSummaryClass
|
|
42289
|
+
forms: FormsClass
|
|
42290
|
+
deprecation: DeprecationClass
|
|
42291
|
+
versionProperties: VersionPropertiesClass
|
|
42292
|
+
dataPlatformInstance: DataPlatformInstanceClass
|
|
42293
|
+
displayProperties: DisplayPropertiesClass
|
|
42294
|
+
operation: OperationClass
|
|
42295
|
+
browsePathsV2: BrowsePathsV2Class
|
|
42296
|
+
access: AccessClass
|
|
42297
|
+
inputFields: InputFieldsClass
|
|
42298
|
+
dataTypeKey: DataTypeKeyClass
|
|
42299
|
+
dataTypeInfo: DataTypeInfoClass
|
|
41386
42300
|
erModelRelationshipProperties: ERModelRelationshipPropertiesClass
|
|
41387
|
-
|
|
41388
|
-
|
|
41389
|
-
|
|
41390
|
-
|
|
41391
|
-
assertionInferenceDetails: AssertionInferenceDetailsClass
|
|
41392
|
-
assertionRunEvent: AssertionRunEventClass
|
|
41393
|
-
assertionAnalyticsRunEvent: AssertionAnalyticsRunEventClass
|
|
41394
|
-
assertionRunSummary: AssertionRunSummaryClass
|
|
41395
|
-
assertionActions: AssertionActionsClass
|
|
41396
|
-
assertionDryRunEvent: AssertionDryRunEventClass
|
|
41397
|
-
assertionInfo: AssertionInfoClass
|
|
41398
|
-
dashboardUsageStatistics: DashboardUsageStatisticsClass
|
|
41399
|
-
dashboardInfo: DashboardInfoClass
|
|
41400
|
-
editableDashboardProperties: EditableDashboardPropertiesClass
|
|
41401
|
-
formAssignmentStatus: FormAssignmentStatusClass
|
|
41402
|
-
formSettings: FormSettingsClass
|
|
41403
|
-
dynamicFormAssignment: DynamicFormAssignmentClass
|
|
41404
|
-
formInfo: FormInfoClass
|
|
41405
|
-
linkPreviewInfo: LinkPreviewInfoClass
|
|
41406
|
-
testInfo: TestInfoClass
|
|
41407
|
-
testResults: TestResultsClass
|
|
41408
|
-
batchTestRunEvent: BatchTestRunEventClass
|
|
41409
|
-
queryUsageStatistics: QueryUsageStatisticsClass
|
|
41410
|
-
querySubjects: QuerySubjectsClass
|
|
41411
|
-
queryUsageFeatures: QueryUsageFeaturesClass
|
|
41412
|
-
queryProperties: QueryPropertiesClass
|
|
41413
|
-
ownershipTypeInfo: OwnershipTypeInfoClass
|
|
42301
|
+
editableERModelRelationshipProperties: EditableERModelRelationshipPropertiesClass
|
|
42302
|
+
schemaFieldAliases: SchemaFieldAliasesClass
|
|
42303
|
+
schemafieldInfo: SchemaFieldInfoClass
|
|
42304
|
+
actionRequestStatus: ActionRequestStatusClass
|
|
41414
42305
|
actionRequestInfo: ActionRequestInfoClass
|
|
41415
42306
|
actionRequestArchived: ActionRequestArchivedClass
|
|
41416
|
-
actionRequestStatus: ActionRequestStatusClass
|
|
41417
|
-
versionSetProperties: VersionSetPropertiesClass
|
|
41418
|
-
monitorInfo: MonitorInfoClass
|
|
41419
|
-
monitorSuiteInfo: MonitorSuiteInfoClass
|
|
41420
|
-
monitorTimeseriesState: MonitorTimeseriesStateClass
|
|
41421
|
-
monitorAnomalyEvent: MonitorAnomalyEventClass
|
|
41422
|
-
platformResourceKey: PlatformResourceKeyClass
|
|
41423
|
-
platformResourceInfo: PlatformResourceInfoClass
|
|
41424
|
-
notebookContent: NotebookContentClass
|
|
41425
|
-
editableNotebookProperties: EditableNotebookPropertiesClass
|
|
41426
|
-
notebookInfo: NotebookInfoClass
|
|
41427
|
-
editableContainerProperties: EditableContainerPropertiesClass
|
|
41428
|
-
container: ContainerClass
|
|
41429
|
-
containerProperties: ContainerPropertiesClass
|
|
41430
|
-
corpUserEditableInfo: CorpUserEditableInfoClass
|
|
41431
|
-
roleMembership: RoleMembershipClass
|
|
41432
|
-
corpUserStatus: CorpUserStatusClass
|
|
41433
|
-
groupMembership: GroupMembershipClass
|
|
41434
|
-
corpGroupInfo: CorpGroupInfoClass
|
|
41435
|
-
inviteToken: InviteTokenClass
|
|
41436
|
-
corpUserInfo: CorpUserInfoClass
|
|
41437
|
-
corpUserCredentials: CorpUserCredentialsClass
|
|
41438
|
-
corpGroupSettings: CorpGroupSettingsClass
|
|
41439
|
-
corpGroupEditableInfo: CorpGroupEditableInfoClass
|
|
41440
|
-
nativeGroupMembership: NativeGroupMembershipClass
|
|
41441
|
-
corpUserSettings: CorpUserSettingsClass
|
|
41442
|
-
applicationKey: ApplicationKeyClass
|
|
41443
|
-
applicationProperties: ApplicationPropertiesClass
|
|
41444
|
-
applications: ApplicationsClass
|
|
41445
|
-
editableDataFlowProperties: EditableDataFlowPropertiesClass
|
|
41446
|
-
dataJobInputOutput: DataJobInputOutputClass
|
|
41447
|
-
dataJobInfo: DataJobInfoClass
|
|
41448
|
-
dataFlowInfo: DataFlowInfoClass
|
|
41449
|
-
versionInfo: VersionInfoClass
|
|
41450
|
-
editableDataJobProperties: EditableDataJobPropertiesClass
|
|
41451
|
-
datahubIngestionCheckpoint: DatahubIngestionCheckpointClass
|
|
41452
|
-
datahubIngestionRunSummary: DatahubIngestionRunSummaryClass
|
|
41453
|
-
dataHubMetricCubeEvent: DataHubMetricCubeEventClass
|
|
41454
|
-
dataHubMetricCubeDefinition: DataHubMetricCubeDefinitionClass
|
|
41455
|
-
dataContractStatus: DataContractStatusClass
|
|
41456
|
-
dataContractProperties: DataContractPropertiesClass
|
|
41457
|
-
dataTypeKey: DataTypeKeyClass
|
|
41458
|
-
dataTypeInfo: DataTypeInfoClass
|
|
41459
|
-
dataHubPageTemplateProperties: DataHubPageTemplatePropertiesClass
|
|
41460
|
-
dataHubRemoteExecutorStatus: RemoteExecutorStatusClass
|
|
41461
|
-
entityTypeKey: EntityTypeKeyClass
|
|
41462
|
-
entityTypeInfo: EntityTypeInfoClass
|
|
41463
|
-
logicalParent: LogicalParentClass
|
|
41464
42307
|
dataProductProperties: DataProductPropertiesClass
|
|
41465
42308
|
dataProductKey: DataProductKeyClass
|
|
41466
|
-
|
|
41467
|
-
|
|
41468
|
-
|
|
42309
|
+
dataHubPageModuleProperties: DataHubPageModulePropertiesClass
|
|
42310
|
+
recommendationModule: RecommendationModuleClass
|
|
42311
|
+
corpUserUsageFeatures: CorpUserUsageFeaturesClass
|
|
41469
42312
|
usageFeatures: UsageFeaturesClass
|
|
42313
|
+
lineageFeatures: LineageFeaturesClass
|
|
42314
|
+
costFeatures: CostFeaturesClass
|
|
41470
42315
|
storageFeatures: StorageFeaturesClass
|
|
41471
|
-
|
|
41472
|
-
|
|
41473
|
-
dataHubPolicyKey: DataHubPolicyKeyClass
|
|
41474
|
-
dataHubSecretKey: DataHubSecretKeyClass
|
|
41475
|
-
ownershipTypeKey: OwnershipTypeKeyClass
|
|
41476
|
-
dataPlatformInstanceKey: DataPlatformInstanceKeyClass
|
|
41477
|
-
monitorKey: MonitorKeyClass
|
|
41478
|
-
dataPlatformKey: DataPlatformKeyClass
|
|
41479
|
-
dataFlowKey: DataFlowKeyClass
|
|
41480
|
-
monitorSuiteKey: MonitorSuiteKeyClass
|
|
41481
|
-
postKey: PostKeyClass
|
|
41482
|
-
actionRequestKey: ActionRequestKeyClass
|
|
41483
|
-
constraintKey: ConstraintKeyClass
|
|
41484
|
-
glossaryTermKey: GlossaryTermKeyClass
|
|
41485
|
-
notebookKey: NotebookKeyClass
|
|
41486
|
-
genericEntityKey: GenericEntityKeyClass
|
|
41487
|
-
mlFeatureTableKey: MLFeatureTableKeyClass
|
|
42316
|
+
dataHubPageTemplateKey: DataHubPageTemplateKeyClass
|
|
42317
|
+
schemaFieldKey: SchemaFieldKeyClass
|
|
41488
42318
|
datasetKey: DatasetKeyClass
|
|
41489
|
-
|
|
41490
|
-
|
|
41491
|
-
|
|
42319
|
+
notebookKey: NotebookKeyClass
|
|
42320
|
+
subscriptionKey: SubscriptionKeyClass
|
|
42321
|
+
telemetryKey: TelemetryKeyClass
|
|
41492
42322
|
dashboardKey: DashboardKeyClass
|
|
41493
|
-
|
|
41494
|
-
|
|
41495
|
-
|
|
42323
|
+
containerKey: ContainerKeyClass
|
|
42324
|
+
actionRequestKey: ActionRequestKeyClass
|
|
42325
|
+
roleKey: RoleKeyClass
|
|
41496
42326
|
recommendationModuleKey: RecommendationModuleKeyClass
|
|
42327
|
+
dataHubIngestionSourceKey: DataHubIngestionSourceKeyClass
|
|
42328
|
+
dataHubAccessTokenKey: DataHubAccessTokenKeyClass
|
|
42329
|
+
postKey: PostKeyClass
|
|
42330
|
+
dataHubUpgradeKey: DataHubUpgradeKeyClass
|
|
42331
|
+
linkPreviewKey: LinkPreviewKeyClass
|
|
42332
|
+
ownershipTypeKey: OwnershipTypeKeyClass
|
|
42333
|
+
actionWorkflowKey: ActionWorkflowKeyClass
|
|
42334
|
+
dataContractKey: DataContractKeyClass
|
|
41497
42335
|
incidentKey: IncidentKeyClass
|
|
41498
|
-
|
|
42336
|
+
dataHubExecutionRequestKey: ExecutionRequestKeyClass
|
|
41499
42337
|
mlModelKey: MLModelKeyClass
|
|
42338
|
+
globalSettingsKey: GlobalSettingsKeyClass
|
|
42339
|
+
erModelRelationshipKey: ERModelRelationshipKeyClass
|
|
42340
|
+
tagKey: TagKeyClass
|
|
42341
|
+
dataFlowKey: DataFlowKeyClass
|
|
42342
|
+
glossaryTermKey: GlossaryTermKeyClass
|
|
41500
42343
|
domainKey: DomainKeyClass
|
|
41501
|
-
|
|
41502
|
-
|
|
41503
|
-
inviteTokenKey: InviteTokenKeyClass
|
|
41504
|
-
dataHubIngestionSourceKey: DataHubIngestionSourceKeyClass
|
|
41505
|
-
queryKey: QueryKeyClass
|
|
41506
|
-
dataHubRoleKey: DataHubRoleKeyClass
|
|
41507
|
-
mlModelGroupKey: MLModelGroupKeyClass
|
|
41508
|
-
dataHubStepStateKey: DataHubStepStateKeyClass
|
|
41509
|
-
schemaFieldKey: SchemaFieldKeyClass
|
|
42344
|
+
dataHubRemoteExecutorKey: RemoteExecutorKeyClass
|
|
42345
|
+
chartKey: ChartKeyClass
|
|
41510
42346
|
dataJobKey: DataJobKeyClass
|
|
41511
|
-
|
|
41512
|
-
|
|
41513
|
-
|
|
42347
|
+
dataHubRemoteExecutorGlobalConfigKey: RemoteExecutorGlobalConfigKeyClass
|
|
42348
|
+
dataHubPolicyKey: DataHubPolicyKeyClass
|
|
42349
|
+
dataPlatformInstanceKey: DataPlatformInstanceKeyClass
|
|
42350
|
+
corpUserKey: CorpUserKeyClass
|
|
42351
|
+
genericEntityKey: GenericEntityKeyClass
|
|
42352
|
+
mlModelGroupKey: MLModelGroupKeyClass
|
|
42353
|
+
inviteTokenKey: InviteTokenKeyClass
|
|
42354
|
+
dataPlatformKey: DataPlatformKeyClass
|
|
42355
|
+
formKey: FormKeyClass
|
|
41514
42356
|
mlModelDeploymentKey: MLModelDeploymentKeyClass
|
|
41515
42357
|
dataHubRemoteExecutorPoolKey: RemoteExecutorPoolKeyClass
|
|
41516
|
-
|
|
41517
|
-
|
|
41518
|
-
mlPrimaryKeyKey: MLPrimaryKeyKeyClass
|
|
41519
|
-
dataHubViewKey: DataHubViewKeyClass
|
|
41520
|
-
glossaryNodeKey: GlossaryNodeKeyClass
|
|
42358
|
+
dataHubConnectionKey: DataHubConnectionKeyClass
|
|
42359
|
+
constraintKey: ConstraintKeyClass
|
|
41521
42360
|
dataHubMetricCubeKey: DataHubMetricCubeKeyClass
|
|
41522
|
-
|
|
41523
|
-
|
|
41524
|
-
versionSetKey: VersionSetKeyClass
|
|
41525
|
-
dataHubPersonaKey: DataHubPersonaKeyClass
|
|
41526
|
-
telemetryKey: TelemetryKeyClass
|
|
41527
|
-
dataHubActionKey: DataHubActionKeyClass
|
|
42361
|
+
dataHubStepStateKey: DataHubStepStateKeyClass
|
|
42362
|
+
glossaryNodeKey: GlossaryNodeKeyClass
|
|
41528
42363
|
dataHubRetentionKey: DataHubRetentionKeyClass
|
|
41529
|
-
|
|
41530
|
-
|
|
41531
|
-
|
|
41532
|
-
|
|
41533
|
-
assertionKey: AssertionKeyClass
|
|
42364
|
+
dataProcessKey: DataProcessKeyClass
|
|
42365
|
+
mlFeatureTableKey: MLFeatureTableKeyClass
|
|
42366
|
+
dataHubViewKey: DataHubViewKeyClass
|
|
42367
|
+
versionSetKey: VersionSetKeyClass
|
|
41534
42368
|
dataHubPageModuleKey: DataHubPageModuleKeyClass
|
|
41535
|
-
|
|
41536
|
-
|
|
42369
|
+
monitorSuiteKey: MonitorSuiteKeyClass
|
|
42370
|
+
dataHubOpenAPISchemaKey: DataHubOpenAPISchemaKeyClass
|
|
42371
|
+
dataHubSecretKey: DataHubSecretKeyClass
|
|
42372
|
+
corpGroupKey: CorpGroupKeyClass
|
|
42373
|
+
testKey: TestKeyClass
|
|
42374
|
+
dataHubActionKey: DataHubActionKeyClass
|
|
41537
42375
|
mlFeatureKey: MLFeatureKeyClass
|
|
41538
|
-
|
|
41539
|
-
|
|
41540
|
-
|
|
41541
|
-
|
|
41542
|
-
|
|
41543
|
-
|
|
41544
|
-
|
|
42376
|
+
dataHubPersonaKey: DataHubPersonaKeyClass
|
|
42377
|
+
mlPrimaryKeyKey: MLPrimaryKeyKeyClass
|
|
42378
|
+
dataProcessInstanceKey: DataProcessInstanceKeyClass
|
|
42379
|
+
anomalyKey: AnomalyKeyClass
|
|
42380
|
+
queryKey: QueryKeyClass
|
|
42381
|
+
assertionKey: AssertionKeyClass
|
|
42382
|
+
dataHubRoleKey: DataHubRoleKeyClass
|
|
42383
|
+
monitorKey: MonitorKeyClass
|
|
42384
|
+
dataProcessInstanceInput: DataProcessInstanceInputClass
|
|
42385
|
+
dataProcessInstanceProperties: DataProcessInstancePropertiesClass
|
|
42386
|
+
dataProcessInstanceRelationships: DataProcessInstanceRelationshipsClass
|
|
42387
|
+
dataProcessInfo: DataProcessInfoClass
|
|
42388
|
+
dataProcessInstanceRunEvent: DataProcessInstanceRunEventClass
|
|
42389
|
+
dataProcessInstanceOutput: DataProcessInstanceOutputClass
|
|
42390
|
+
editableMlFeatureProperties: EditableMLFeaturePropertiesClass
|
|
42391
|
+
mlModelProperties: MLModelPropertiesClass
|
|
42392
|
+
mlModelTrainingData: TrainingDataClass
|
|
41545
42393
|
mlPrimaryKeyProperties: MLPrimaryKeyPropertiesClass
|
|
42394
|
+
editableMlModelGroupProperties: EditableMLModelGroupPropertiesClass
|
|
41546
42395
|
mlModelMetrics: MetricsClass
|
|
41547
|
-
|
|
41548
|
-
mlModelTrainingData: TrainingDataClass
|
|
42396
|
+
mlModelDeploymentProperties: MLModelDeploymentPropertiesClass
|
|
41549
42397
|
mlModelEvaluationData: EvaluationDataClass
|
|
41550
|
-
mlFeatureProperties: MLFeaturePropertiesClass
|
|
41551
|
-
mlMetric: MLMetricClass
|
|
41552
|
-
editableMlModelGroupProperties: EditableMLModelGroupPropertiesClass
|
|
41553
|
-
mlModelProperties: MLModelPropertiesClass
|
|
41554
|
-
mlModelEthicalConsiderations: EthicalConsiderationsClass
|
|
41555
|
-
sourceCode: SourceCodeClass
|
|
41556
42398
|
editableMlFeatureTableProperties: EditableMLFeatureTablePropertiesClass
|
|
41557
|
-
|
|
42399
|
+
mlModelGroupProperties: MLModelGroupPropertiesClass
|
|
42400
|
+
mlModelCaveatsAndRecommendations: CaveatsAndRecommendationsClass
|
|
42401
|
+
editableMlModelProperties: EditableMLModelPropertiesClass
|
|
42402
|
+
mlModelEthicalConsiderations: EthicalConsiderationsClass
|
|
41558
42403
|
editableMlPrimaryKeyProperties: EditableMLPrimaryKeyPropertiesClass
|
|
41559
|
-
editableMlFeatureProperties: EditableMLFeaturePropertiesClass
|
|
41560
|
-
intendedUse: IntendedUseClass
|
|
41561
|
-
mlModelDeploymentProperties: MLModelDeploymentPropertiesClass
|
|
41562
42404
|
mlTrainingRunProperties: MLTrainingRunPropertiesClass
|
|
41563
|
-
|
|
41564
|
-
|
|
42405
|
+
mlModelFactorPrompts: MLModelFactorPromptsClass
|
|
42406
|
+
mlHyperParam: MLHyperParamClass
|
|
42407
|
+
mlMetric: MLMetricClass
|
|
41565
42408
|
mlModelQuantitativeAnalyses: QuantitativeAnalysesClass
|
|
42409
|
+
sourceCode: SourceCodeClass
|
|
42410
|
+
mlFeatureProperties: MLFeaturePropertiesClass
|
|
41566
42411
|
mlFeatureTableProperties: MLFeatureTablePropertiesClass
|
|
41567
|
-
|
|
41568
|
-
|
|
41569
|
-
|
|
42412
|
+
intendedUse: IntendedUseClass
|
|
42413
|
+
formAssignmentStatus: FormAssignmentStatusClass
|
|
42414
|
+
formInfo: FormInfoClass
|
|
42415
|
+
dynamicFormAssignment: DynamicFormAssignmentClass
|
|
42416
|
+
formSettings: FormSettingsClass
|
|
42417
|
+
dataHubViewInfo: DataHubViewInfoClass
|
|
42418
|
+
dataPlatformInstanceProperties: DataPlatformInstancePropertiesClass
|
|
42419
|
+
icebergWarehouseInfo: IcebergWarehouseInfoClass
|
|
42420
|
+
monitorAnomalyEvent: MonitorAnomalyEventClass
|
|
42421
|
+
dataHubIngestionSourceInfo: DataHubIngestionSourceInfoClass
|
|
42422
|
+
actionWorkflowInfo: ActionWorkflowInfoClass
|
|
42423
|
+
dataPlatformInfo: DataPlatformInfoClass
|
|
42424
|
+
slackUserInfo: SlackUserInfoClass
|
|
42425
|
+
schemaMetadata: SchemaMetadataClass
|
|
42426
|
+
editableSchemaMetadata: EditableSchemaMetadataClass
|
|
42427
|
+
schemaProposals: SchemaProposalsClass
|
|
42428
|
+
logicalParent: LogicalParentClass
|
|
42429
|
+
tagProperties: TagPropertiesClass
|
|
42430
|
+
assertionRunSummary: AssertionRunSummaryClass
|
|
42431
|
+
assertionInfo: AssertionInfoClass
|
|
42432
|
+
assertionAnalyticsRunEvent: AssertionAnalyticsRunEventClass
|
|
42433
|
+
assertionInferenceDetails: AssertionInferenceDetailsClass
|
|
42434
|
+
assertionDryRunEvent: AssertionDryRunEventClass
|
|
42435
|
+
assertionRunEvent: AssertionRunEventClass
|
|
42436
|
+
assertionActions: AssertionActionsClass
|
|
42437
|
+
dataJobInfo: DataJobInfoClass
|
|
42438
|
+
editableDataFlowProperties: EditableDataFlowPropertiesClass
|
|
42439
|
+
dataFlowInfo: DataFlowInfoClass
|
|
42440
|
+
editableDataJobProperties: EditableDataJobPropertiesClass
|
|
42441
|
+
dataJobInputOutput: DataJobInputOutputClass
|
|
42442
|
+
versionInfo: VersionInfoClass
|
|
42443
|
+
datahubIngestionCheckpoint: DatahubIngestionCheckpointClass
|
|
42444
|
+
datahubIngestionRunSummary: DatahubIngestionRunSummaryClass
|
|
42445
|
+
glossaryTermInfo: GlossaryTermInfoClass
|
|
42446
|
+
glossaryRelatedTerms: GlossaryRelatedTermsClass
|
|
42447
|
+
glossaryNodeInfo: GlossaryNodeInfoClass
|
|
42448
|
+
structuredPropertyKey: StructuredPropertyKeyClass
|
|
42449
|
+
propertyDefinition: StructuredPropertyDefinitionClass
|
|
42450
|
+
structuredProperties: StructuredPropertiesClass
|
|
42451
|
+
structuredPropertySettings: StructuredPropertySettingsClass
|
|
41570
42452
|
domains: DomainsClass
|
|
42453
|
+
domainProperties: DomainPropertiesClass
|
|
42454
|
+
monitorInfo: MonitorInfoClass
|
|
42455
|
+
monitorTimeseriesState: MonitorTimeseriesStateClass
|
|
42456
|
+
monitorSuiteInfo: MonitorSuiteInfoClass
|
|
42457
|
+
dataHubUpgradeResult: DataHubUpgradeResultClass
|
|
42458
|
+
dataHubUpgradeRequest: DataHubUpgradeRequestClass
|
|
42459
|
+
corpUserCredentials: CorpUserCredentialsClass
|
|
42460
|
+
corpUserInfo: CorpUserInfoClass
|
|
42461
|
+
corpGroupInfo: CorpGroupInfoClass
|
|
42462
|
+
corpUserStatus: CorpUserStatusClass
|
|
42463
|
+
corpGroupEditableInfo: CorpGroupEditableInfoClass
|
|
42464
|
+
nativeGroupMembership: NativeGroupMembershipClass
|
|
42465
|
+
corpUserEditableInfo: CorpUserEditableInfoClass
|
|
42466
|
+
inviteToken: InviteTokenClass
|
|
42467
|
+
groupMembership: GroupMembershipClass
|
|
42468
|
+
roleMembership: RoleMembershipClass
|
|
42469
|
+
corpGroupSettings: CorpGroupSettingsClass
|
|
42470
|
+
corpUserInvitationStatus: CorpUserInvitationStatusClass
|
|
42471
|
+
corpUserSettings: CorpUserSettingsClass
|
|
42472
|
+
constraintInfo: ConstraintInfoClass
|
|
42473
|
+
formNotifications: FormNotificationsClass
|
|
42474
|
+
entityTypeInfo: EntityTypeInfoClass
|
|
42475
|
+
entityTypeKey: EntityTypeKeyClass
|
|
41571
42476
|
dataHubActionInfo: DataHubActionInfoClass
|
|
41572
42477
|
dataHubActionStatus: DataHubActionStatusClass
|
|
41573
|
-
dataHubRetentionConfig: DataHubRetentionConfigClass
|
|
41574
|
-
dataProcessInfo: DataProcessInfoClass
|
|
41575
|
-
dataProcessInstanceOutput: DataProcessInstanceOutputClass
|
|
41576
|
-
dataProcessInstanceInput: DataProcessInstanceInputClass
|
|
41577
|
-
dataProcessInstanceRunEvent: DataProcessInstanceRunEventClass
|
|
41578
|
-
dataProcessInstanceProperties: DataProcessInstancePropertiesClass
|
|
41579
|
-
dataProcessInstanceRelationships: DataProcessInstanceRelationshipsClass
|
|
41580
|
-
dataHubConnectionDetails: DataHubConnectionDetailsClass
|
|
41581
|
-
dataHubRemoteExecutorPoolGlobalConfig: RemoteExecutorPoolGlobalConfigClass
|
|
41582
|
-
dataHubStepStateProperties: DataHubStepStatePropertiesClass
|
|
41583
|
-
tagProperties: TagPropertiesClass
|
|
41584
|
-
actionWorkflowInfo: ActionWorkflowInfoClass
|
|
41585
|
-
schemaFieldsInferredMetadata: SchemaFieldsInferredMetadataClass
|
|
41586
|
-
inferredMetadata: InferredMetadataClass
|
|
41587
42478
|
inferredNeighbors: InferredNeighborsClass
|
|
41588
42479
|
schemaFieldsInferredNeighbors: SchemaFieldsInferredNeighborsClass
|
|
42480
|
+
schemaFieldsInferredMetadata: SchemaFieldsInferredMetadataClass
|
|
42481
|
+
inferredMetadata: InferredMetadataClass
|
|
42482
|
+
testResults: TestResultsClass
|
|
42483
|
+
testInfo: TestInfoClass
|
|
42484
|
+
batchTestRunEvent: BatchTestRunEventClass
|
|
42485
|
+
editableNotebookProperties: EditableNotebookPropertiesClass
|
|
42486
|
+
notebookContent: NotebookContentClass
|
|
42487
|
+
notebookInfo: NotebookInfoClass
|
|
42488
|
+
dataHubStepStateProperties: DataHubStepStatePropertiesClass
|
|
42489
|
+
container: ContainerClass
|
|
42490
|
+
containerProperties: ContainerPropertiesClass
|
|
42491
|
+
editableContainerProperties: EditableContainerPropertiesClass
|
|
42492
|
+
dataHubRemoteExecutorPoolGlobalConfig: RemoteExecutorPoolGlobalConfigClass
|
|
42493
|
+
dataHubConnectionDetails: DataHubConnectionDetailsClass
|
|
42494
|
+
telemetryClientId: TelemetryClientIdClass
|
|
42495
|
+
dataHubPageTemplateProperties: DataHubPageTemplatePropertiesClass
|
|
42496
|
+
dataHubRemoteExecutorStatus: RemoteExecutorStatusClass
|
|
42497
|
+
dataHubRetentionConfig: DataHubRetentionConfigClass
|
|
42498
|
+
applicationProperties: ApplicationPropertiesClass
|
|
42499
|
+
applicationKey: ApplicationKeyClass
|
|
42500
|
+
applications: ApplicationsClass
|
|
42501
|
+
actors: ActorsClass
|
|
42502
|
+
roleProperties: RolePropertiesClass
|
|
42503
|
+
dataContractStatus: DataContractStatusClass
|
|
42504
|
+
dataContractProperties: DataContractPropertiesClass
|
|
42505
|
+
subscriptionInfo: SubscriptionInfoClass
|
|
42506
|
+
dataHubExecutionRequestSignal: ExecutionRequestSignalClass
|
|
42507
|
+
dataHubExecutionRequestResult: ExecutionRequestResultClass
|
|
42508
|
+
dataHubExecutionRequestInput: ExecutionRequestInputClass
|
|
42509
|
+
postInfo: PostInfoClass
|
|
42510
|
+
dataHubRemoteExecutorPoolInfo: RemoteExecutorPoolInfoClass
|
|
42511
|
+
dashboardUsageStatistics: DashboardUsageStatisticsClass
|
|
42512
|
+
editableDashboardProperties: EditableDashboardPropertiesClass
|
|
42513
|
+
dashboardInfo: DashboardInfoClass
|
|
42514
|
+
dataHubPersonaInfo: DataHubPersonaInfoClass
|
|
42515
|
+
queryUsageStatistics: QueryUsageStatisticsClass
|
|
42516
|
+
queryProperties: QueryPropertiesClass
|
|
42517
|
+
querySubjects: QuerySubjectsClass
|
|
42518
|
+
queryUsageFeatures: QueryUsageFeaturesClass
|
|
42519
|
+
ownershipTypeInfo: OwnershipTypeInfoClass
|
|
42520
|
+
linkPreviewInfo: LinkPreviewInfoClass
|
|
42521
|
+
dataHubMetricCubeDefinition: DataHubMetricCubeDefinitionClass
|
|
42522
|
+
dataHubMetricCubeEvent: DataHubMetricCubeEventClass
|
|
42523
|
+
dataHubPolicyInfo: DataHubPolicyInfoClass
|
|
42524
|
+
dataHubRoleInfo: DataHubRoleInfoClass
|
|
42525
|
+
dataHubAccessTokenInfo: DataHubAccessTokenInfoClass
|
|
41589
42526
|
chartInfo: ChartInfoClass
|
|
42527
|
+
editableChartProperties: EditableChartPropertiesClass
|
|
41590
42528
|
chartQuery: ChartQueryClass
|
|
41591
42529
|
chartUsageStatistics: ChartUsageStatisticsClass
|
|
41592
|
-
|
|
41593
|
-
|
|
41594
|
-
dataHubAccessTokenInfo: DataHubAccessTokenInfoClass
|
|
42530
|
+
systemMetadata: SystemMetadataClass
|
|
42531
|
+
assetSettings: AssetSettingsClass
|
|
41595
42532
|
globalSettingsInfo: GlobalSettingsInfoClass
|
|
41596
|
-
|
|
41597
|
-
|
|
41598
|
-
|
|
41599
|
-
|
|
41600
|
-
|
|
41601
|
-
|
|
41602
|
-
|
|
41603
|
-
|
|
41604
|
-
businessAttributeInfo: BusinessAttributeInfoClass
|
|
41605
|
-
telemetryClientId: TelemetryClientIdClass
|
|
41606
|
-
dataHubPageModuleProperties: DataHubPageModulePropertiesClass
|
|
41607
|
-
dataPlatformInfo: DataPlatformInfoClass
|
|
41608
|
-
slackUserInfo: SlackUserInfoClass
|
|
41609
|
-
dataHubPersonaInfo: DataHubPersonaInfoClass
|
|
41610
|
-
formNotifications: FormNotificationsClass
|
|
41611
|
-
glossaryRelatedTerms: GlossaryRelatedTermsClass
|
|
41612
|
-
glossaryNodeInfo: GlossaryNodeInfoClass
|
|
41613
|
-
glossaryTermInfo: GlossaryTermInfoClass
|
|
41614
|
-
dataHubUpgradeResult: DataHubUpgradeResultClass
|
|
41615
|
-
dataHubUpgradeRequest: DataHubUpgradeRequestClass
|
|
41616
|
-
datasetUsageStatistics: DatasetUsageStatisticsClass
|
|
41617
|
-
upstreamLineage: UpstreamLineageClass
|
|
41618
|
-
datasetUpstreamLineage: DatasetUpstreamLineageClass
|
|
41619
|
-
partitionsSummary: PartitionsSummaryClass
|
|
41620
|
-
schemaFieldProfile: SchemaFieldProfileClass
|
|
41621
|
-
datasetProperties: DatasetPropertiesClass
|
|
41622
|
-
editableDatasetProperties: EditableDatasetPropertiesClass
|
|
41623
|
-
icebergCatalogInfo: IcebergCatalogInfoClass
|
|
41624
|
-
datasetDeprecation: DatasetDeprecationClass
|
|
41625
|
-
datasetProfile: DatasetProfileClass
|
|
41626
|
-
viewProperties: ViewPropertiesClass
|
|
41627
|
-
assertionsSummary: AssertionsSummaryClass
|
|
41628
|
-
operation: OperationClass
|
|
41629
|
-
versionProperties: VersionPropertiesClass
|
|
41630
|
-
glossaryTerms: GlossaryTermsClass
|
|
41631
|
-
access: AccessClass
|
|
41632
|
-
browsePathsV2: BrowsePathsV2Class
|
|
41633
|
-
status: StatusClass
|
|
41634
|
-
origin: OriginClass
|
|
41635
|
-
share: ShareClass
|
|
41636
|
-
documentation: DocumentationClass
|
|
41637
|
-
siblings: SiblingsClass
|
|
41638
|
-
inputFields: InputFieldsClass
|
|
41639
|
-
anomaliesSummary: AnomaliesSummaryClass
|
|
41640
|
-
cost: CostClass
|
|
41641
|
-
incidentsSummary: IncidentsSummaryClass
|
|
41642
|
-
forms: FormsClass
|
|
41643
|
-
ownership: OwnershipClass
|
|
41644
|
-
institutionalMemory: InstitutionalMemoryClass
|
|
41645
|
-
dataTransformLogic: DataTransformLogicClass
|
|
41646
|
-
globalTags: GlobalTagsClass
|
|
41647
|
-
proposals: ProposalsClass
|
|
41648
|
-
dataPlatformInstance: DataPlatformInstanceClass
|
|
41649
|
-
displayProperties: DisplayPropertiesClass
|
|
41650
|
-
embed: EmbedClass
|
|
41651
|
-
subTypes: SubTypesClass
|
|
41652
|
-
deprecation: DeprecationClass
|
|
41653
|
-
browsePaths: BrowsePathsClass
|
|
41654
|
-
roleProperties: RolePropertiesClass
|
|
41655
|
-
actors: ActorsClass
|
|
42533
|
+
dataHubSecretValue: DataHubSecretValueClass
|
|
42534
|
+
versionSetProperties: VersionSetPropertiesClass
|
|
42535
|
+
platformResourceKey: PlatformResourceKeyClass
|
|
42536
|
+
platformResourceInfo: PlatformResourceInfoClass
|
|
42537
|
+
incidentNotificationDetails: IncidentNotificationDetailsClass
|
|
42538
|
+
incidentSource: IncidentSourceClass
|
|
42539
|
+
incidentActivityEvent: IncidentActivityEventClass
|
|
42540
|
+
incidentInfo: IncidentInfoClass
|
|
41656
42541
|
|
|
41657
42542
|
|
|
41658
42543
|
KEY_ASPECTS: Dict[str, Type[_Aspect]] = {
|
|
41659
|
-
'
|
|
41660
|
-
'platformResource': PlatformResourceKeyClass,
|
|
41661
|
-
'application': ApplicationKeyClass,
|
|
42544
|
+
'businessAttribute': BusinessAttributeKeyClass,
|
|
41662
42545
|
'dataType': DataTypeKeyClass,
|
|
41663
|
-
'entityType': EntityTypeKeyClass,
|
|
41664
42546
|
'dataProduct': DataProductKeyClass,
|
|
41665
|
-
'
|
|
41666
|
-
'
|
|
41667
|
-
'dataHubSecret': DataHubSecretKeyClass,
|
|
41668
|
-
'ownershipType': OwnershipTypeKeyClass,
|
|
41669
|
-
'dataPlatformInstance': DataPlatformInstanceKeyClass,
|
|
41670
|
-
'monitor': MonitorKeyClass,
|
|
41671
|
-
'dataPlatform': DataPlatformKeyClass,
|
|
41672
|
-
'dataFlow': DataFlowKeyClass,
|
|
41673
|
-
'monitorSuite': MonitorSuiteKeyClass,
|
|
41674
|
-
'post': PostKeyClass,
|
|
41675
|
-
'actionRequest': ActionRequestKeyClass,
|
|
41676
|
-
'constraint': ConstraintKeyClass,
|
|
41677
|
-
'glossaryTerm': GlossaryTermKeyClass,
|
|
41678
|
-
'notebook': NotebookKeyClass,
|
|
41679
|
-
'mlFeatureTable': MLFeatureTableKeyClass,
|
|
42547
|
+
'dataHubPageTemplate': DataHubPageTemplateKeyClass,
|
|
42548
|
+
'schemaField': SchemaFieldKeyClass,
|
|
41680
42549
|
'dataset': DatasetKeyClass,
|
|
41681
|
-
'
|
|
41682
|
-
'
|
|
42550
|
+
'notebook': NotebookKeyClass,
|
|
42551
|
+
'subscription': SubscriptionKeyClass,
|
|
42552
|
+
'telemetry': TelemetryKeyClass,
|
|
41683
42553
|
'dashboard': DashboardKeyClass,
|
|
41684
|
-
'
|
|
41685
|
-
'
|
|
41686
|
-
'
|
|
42554
|
+
'container': ContainerKeyClass,
|
|
42555
|
+
'actionRequest': ActionRequestKeyClass,
|
|
42556
|
+
'role': RoleKeyClass,
|
|
41687
42557
|
'recommendationModule': RecommendationModuleKeyClass,
|
|
42558
|
+
'dataHubIngestionSource': DataHubIngestionSourceKeyClass,
|
|
42559
|
+
'dataHubAccessToken': DataHubAccessTokenKeyClass,
|
|
42560
|
+
'post': PostKeyClass,
|
|
42561
|
+
'dataHubUpgrade': DataHubUpgradeKeyClass,
|
|
42562
|
+
'linkPreview': LinkPreviewKeyClass,
|
|
42563
|
+
'ownershipType': OwnershipTypeKeyClass,
|
|
42564
|
+
'actionWorkflow': ActionWorkflowKeyClass,
|
|
42565
|
+
'dataContract': DataContractKeyClass,
|
|
41688
42566
|
'incident': IncidentKeyClass,
|
|
41689
|
-
'
|
|
42567
|
+
'dataHubExecutionRequest': ExecutionRequestKeyClass,
|
|
41690
42568
|
'mlModel': MLModelKeyClass,
|
|
42569
|
+
'globalSettings': GlobalSettingsKeyClass,
|
|
42570
|
+
'erModelRelationship': ERModelRelationshipKeyClass,
|
|
42571
|
+
'tag': TagKeyClass,
|
|
42572
|
+
'dataFlow': DataFlowKeyClass,
|
|
42573
|
+
'glossaryTerm': GlossaryTermKeyClass,
|
|
41691
42574
|
'domain': DomainKeyClass,
|
|
41692
|
-
'
|
|
41693
|
-
'
|
|
41694
|
-
'inviteToken': InviteTokenKeyClass,
|
|
41695
|
-
'dataHubIngestionSource': DataHubIngestionSourceKeyClass,
|
|
41696
|
-
'query': QueryKeyClass,
|
|
41697
|
-
'dataHubRole': DataHubRoleKeyClass,
|
|
41698
|
-
'mlModelGroup': MLModelGroupKeyClass,
|
|
41699
|
-
'dataHubStepState': DataHubStepStateKeyClass,
|
|
41700
|
-
'schemaField': SchemaFieldKeyClass,
|
|
42575
|
+
'dataHubRemoteExecutor': RemoteExecutorKeyClass,
|
|
42576
|
+
'chart': ChartKeyClass,
|
|
41701
42577
|
'dataJob': DataJobKeyClass,
|
|
41702
|
-
'
|
|
41703
|
-
'
|
|
41704
|
-
'
|
|
42578
|
+
'dataHubRemoteExecutorGlobalConfig': RemoteExecutorGlobalConfigKeyClass,
|
|
42579
|
+
'dataHubPolicy': DataHubPolicyKeyClass,
|
|
42580
|
+
'dataPlatformInstance': DataPlatformInstanceKeyClass,
|
|
42581
|
+
'corpuser': CorpUserKeyClass,
|
|
42582
|
+
'mlModelGroup': MLModelGroupKeyClass,
|
|
42583
|
+
'inviteToken': InviteTokenKeyClass,
|
|
42584
|
+
'dataPlatform': DataPlatformKeyClass,
|
|
42585
|
+
'form': FormKeyClass,
|
|
41705
42586
|
'mlModelDeployment': MLModelDeploymentKeyClass,
|
|
41706
42587
|
'dataHubRemoteExecutorPool': RemoteExecutorPoolKeyClass,
|
|
41707
|
-
'
|
|
41708
|
-
'
|
|
41709
|
-
'mlPrimaryKey': MLPrimaryKeyKeyClass,
|
|
41710
|
-
'dataHubView': DataHubViewKeyClass,
|
|
41711
|
-
'glossaryNode': GlossaryNodeKeyClass,
|
|
42588
|
+
'dataHubConnection': DataHubConnectionKeyClass,
|
|
42589
|
+
'constraint': ConstraintKeyClass,
|
|
41712
42590
|
'dataHubMetricCube': DataHubMetricCubeKeyClass,
|
|
41713
|
-
'
|
|
41714
|
-
'
|
|
41715
|
-
'versionSet': VersionSetKeyClass,
|
|
41716
|
-
'dataHubPersona': DataHubPersonaKeyClass,
|
|
41717
|
-
'telemetry': TelemetryKeyClass,
|
|
41718
|
-
'dataHubAction': DataHubActionKeyClass,
|
|
42591
|
+
'dataHubStepState': DataHubStepStateKeyClass,
|
|
42592
|
+
'glossaryNode': GlossaryNodeKeyClass,
|
|
41719
42593
|
'dataHubRetention': DataHubRetentionKeyClass,
|
|
41720
|
-
'
|
|
41721
|
-
'
|
|
41722
|
-
'
|
|
41723
|
-
'
|
|
41724
|
-
'assertion': AssertionKeyClass,
|
|
42594
|
+
'dataProcess': DataProcessKeyClass,
|
|
42595
|
+
'mlFeatureTable': MLFeatureTableKeyClass,
|
|
42596
|
+
'dataHubView': DataHubViewKeyClass,
|
|
42597
|
+
'versionSet': VersionSetKeyClass,
|
|
41725
42598
|
'dataHubPageModule': DataHubPageModuleKeyClass,
|
|
41726
|
-
'
|
|
41727
|
-
'
|
|
42599
|
+
'monitorSuite': MonitorSuiteKeyClass,
|
|
42600
|
+
'dataHubOpenAPISchema': DataHubOpenAPISchemaKeyClass,
|
|
42601
|
+
'dataHubSecret': DataHubSecretKeyClass,
|
|
42602
|
+
'corpGroup': CorpGroupKeyClass,
|
|
42603
|
+
'test': TestKeyClass,
|
|
42604
|
+
'dataHubAction': DataHubActionKeyClass,
|
|
41728
42605
|
'mlFeature': MLFeatureKeyClass,
|
|
41729
|
-
'
|
|
41730
|
-
'
|
|
41731
|
-
'
|
|
42606
|
+
'dataHubPersona': DataHubPersonaKeyClass,
|
|
42607
|
+
'mlPrimaryKey': MLPrimaryKeyKeyClass,
|
|
42608
|
+
'dataProcessInstance': DataProcessInstanceKeyClass,
|
|
42609
|
+
'query': QueryKeyClass,
|
|
42610
|
+
'assertion': AssertionKeyClass,
|
|
42611
|
+
'dataHubRole': DataHubRoleKeyClass,
|
|
42612
|
+
'monitor': MonitorKeyClass,
|
|
42613
|
+
'structuredProperty': StructuredPropertyKeyClass,
|
|
42614
|
+
'entityType': EntityTypeKeyClass,
|
|
42615
|
+
'application': ApplicationKeyClass,
|
|
42616
|
+
'platformResource': PlatformResourceKeyClass
|
|
41732
42617
|
}
|
|
41733
42618
|
|
|
41734
42619
|
KEY_ASPECT_NAMES: Set[str] = {cls.ASPECT_NAME for cls in KEY_ASPECTS.values()}
|
|
41735
42620
|
|
|
41736
42621
|
ENTITY_TYPE_NAMES: List[str] = [
|
|
41737
|
-
'
|
|
41738
|
-
'platformResource',
|
|
41739
|
-
'application',
|
|
42622
|
+
'businessAttribute',
|
|
41740
42623
|
'dataType',
|
|
41741
|
-
'entityType',
|
|
41742
42624
|
'dataProduct',
|
|
41743
|
-
'
|
|
41744
|
-
'
|
|
41745
|
-
'dataHubSecret',
|
|
41746
|
-
'ownershipType',
|
|
41747
|
-
'dataPlatformInstance',
|
|
41748
|
-
'monitor',
|
|
41749
|
-
'dataPlatform',
|
|
41750
|
-
'dataFlow',
|
|
41751
|
-
'monitorSuite',
|
|
41752
|
-
'post',
|
|
41753
|
-
'actionRequest',
|
|
41754
|
-
'constraint',
|
|
41755
|
-
'glossaryTerm',
|
|
41756
|
-
'notebook',
|
|
41757
|
-
'mlFeatureTable',
|
|
42625
|
+
'dataHubPageTemplate',
|
|
42626
|
+
'schemaField',
|
|
41758
42627
|
'dataset',
|
|
41759
|
-
'
|
|
41760
|
-
'
|
|
42628
|
+
'notebook',
|
|
42629
|
+
'subscription',
|
|
42630
|
+
'telemetry',
|
|
41761
42631
|
'dashboard',
|
|
41762
|
-
'
|
|
41763
|
-
'
|
|
41764
|
-
'
|
|
42632
|
+
'container',
|
|
42633
|
+
'actionRequest',
|
|
42634
|
+
'role',
|
|
41765
42635
|
'recommendationModule',
|
|
42636
|
+
'dataHubIngestionSource',
|
|
42637
|
+
'dataHubAccessToken',
|
|
42638
|
+
'post',
|
|
42639
|
+
'dataHubUpgrade',
|
|
42640
|
+
'linkPreview',
|
|
42641
|
+
'ownershipType',
|
|
42642
|
+
'actionWorkflow',
|
|
42643
|
+
'dataContract',
|
|
41766
42644
|
'incident',
|
|
41767
|
-
'
|
|
42645
|
+
'dataHubExecutionRequest',
|
|
41768
42646
|
'mlModel',
|
|
42647
|
+
'globalSettings',
|
|
42648
|
+
'erModelRelationship',
|
|
42649
|
+
'tag',
|
|
42650
|
+
'dataFlow',
|
|
42651
|
+
'glossaryTerm',
|
|
41769
42652
|
'domain',
|
|
41770
|
-
'
|
|
41771
|
-
'
|
|
41772
|
-
'inviteToken',
|
|
41773
|
-
'dataHubIngestionSource',
|
|
41774
|
-
'query',
|
|
41775
|
-
'dataHubRole',
|
|
41776
|
-
'mlModelGroup',
|
|
41777
|
-
'dataHubStepState',
|
|
41778
|
-
'schemaField',
|
|
42653
|
+
'dataHubRemoteExecutor',
|
|
42654
|
+
'chart',
|
|
41779
42655
|
'dataJob',
|
|
41780
|
-
'
|
|
41781
|
-
'
|
|
41782
|
-
'
|
|
42656
|
+
'dataHubRemoteExecutorGlobalConfig',
|
|
42657
|
+
'dataHubPolicy',
|
|
42658
|
+
'dataPlatformInstance',
|
|
42659
|
+
'corpuser',
|
|
42660
|
+
'mlModelGroup',
|
|
42661
|
+
'inviteToken',
|
|
42662
|
+
'dataPlatform',
|
|
42663
|
+
'form',
|
|
41783
42664
|
'mlModelDeployment',
|
|
41784
42665
|
'dataHubRemoteExecutorPool',
|
|
41785
|
-
'
|
|
41786
|
-
'
|
|
41787
|
-
'mlPrimaryKey',
|
|
41788
|
-
'dataHubView',
|
|
41789
|
-
'glossaryNode',
|
|
42666
|
+
'dataHubConnection',
|
|
42667
|
+
'constraint',
|
|
41790
42668
|
'dataHubMetricCube',
|
|
41791
|
-
'
|
|
41792
|
-
'
|
|
41793
|
-
'versionSet',
|
|
41794
|
-
'dataHubPersona',
|
|
41795
|
-
'telemetry',
|
|
41796
|
-
'dataHubAction',
|
|
42669
|
+
'dataHubStepState',
|
|
42670
|
+
'glossaryNode',
|
|
41797
42671
|
'dataHubRetention',
|
|
41798
|
-
'
|
|
41799
|
-
'
|
|
41800
|
-
'
|
|
41801
|
-
'
|
|
41802
|
-
'assertion',
|
|
42672
|
+
'dataProcess',
|
|
42673
|
+
'mlFeatureTable',
|
|
42674
|
+
'dataHubView',
|
|
42675
|
+
'versionSet',
|
|
41803
42676
|
'dataHubPageModule',
|
|
41804
|
-
'
|
|
41805
|
-
'
|
|
42677
|
+
'monitorSuite',
|
|
42678
|
+
'dataHubOpenAPISchema',
|
|
42679
|
+
'dataHubSecret',
|
|
42680
|
+
'corpGroup',
|
|
42681
|
+
'test',
|
|
42682
|
+
'dataHubAction',
|
|
41806
42683
|
'mlFeature',
|
|
41807
|
-
'
|
|
41808
|
-
'
|
|
41809
|
-
'
|
|
41810
|
-
|
|
41811
|
-
|
|
42684
|
+
'dataHubPersona',
|
|
42685
|
+
'mlPrimaryKey',
|
|
42686
|
+
'dataProcessInstance',
|
|
42687
|
+
'query',
|
|
42688
|
+
'assertion',
|
|
42689
|
+
'dataHubRole',
|
|
42690
|
+
'monitor',
|
|
41812
42691
|
'structuredProperty',
|
|
41813
|
-
'
|
|
42692
|
+
'entityType',
|
|
41814
42693
|
'application',
|
|
42694
|
+
'platformResource'
|
|
42695
|
+
]
|
|
42696
|
+
EntityTypeName = Literal[
|
|
42697
|
+
'businessAttribute',
|
|
41815
42698
|
'dataType',
|
|
41816
|
-
'entityType',
|
|
41817
42699
|
'dataProduct',
|
|
41818
|
-
'
|
|
41819
|
-
'
|
|
41820
|
-
'dataHubSecret',
|
|
41821
|
-
'ownershipType',
|
|
41822
|
-
'dataPlatformInstance',
|
|
41823
|
-
'monitor',
|
|
41824
|
-
'dataPlatform',
|
|
41825
|
-
'dataFlow',
|
|
41826
|
-
'monitorSuite',
|
|
41827
|
-
'post',
|
|
41828
|
-
'actionRequest',
|
|
41829
|
-
'constraint',
|
|
41830
|
-
'glossaryTerm',
|
|
41831
|
-
'notebook',
|
|
41832
|
-
'mlFeatureTable',
|
|
42700
|
+
'dataHubPageTemplate',
|
|
42701
|
+
'schemaField',
|
|
41833
42702
|
'dataset',
|
|
41834
|
-
'
|
|
41835
|
-
'
|
|
42703
|
+
'notebook',
|
|
42704
|
+
'subscription',
|
|
42705
|
+
'telemetry',
|
|
41836
42706
|
'dashboard',
|
|
41837
|
-
'
|
|
41838
|
-
'
|
|
41839
|
-
'
|
|
42707
|
+
'container',
|
|
42708
|
+
'actionRequest',
|
|
42709
|
+
'role',
|
|
41840
42710
|
'recommendationModule',
|
|
42711
|
+
'dataHubIngestionSource',
|
|
42712
|
+
'dataHubAccessToken',
|
|
42713
|
+
'post',
|
|
42714
|
+
'dataHubUpgrade',
|
|
42715
|
+
'linkPreview',
|
|
42716
|
+
'ownershipType',
|
|
42717
|
+
'actionWorkflow',
|
|
42718
|
+
'dataContract',
|
|
41841
42719
|
'incident',
|
|
41842
|
-
'
|
|
42720
|
+
'dataHubExecutionRequest',
|
|
41843
42721
|
'mlModel',
|
|
42722
|
+
'globalSettings',
|
|
42723
|
+
'erModelRelationship',
|
|
42724
|
+
'tag',
|
|
42725
|
+
'dataFlow',
|
|
42726
|
+
'glossaryTerm',
|
|
41844
42727
|
'domain',
|
|
41845
|
-
'
|
|
41846
|
-
'
|
|
41847
|
-
'inviteToken',
|
|
41848
|
-
'dataHubIngestionSource',
|
|
41849
|
-
'query',
|
|
41850
|
-
'dataHubRole',
|
|
41851
|
-
'mlModelGroup',
|
|
41852
|
-
'dataHubStepState',
|
|
41853
|
-
'schemaField',
|
|
42728
|
+
'dataHubRemoteExecutor',
|
|
42729
|
+
'chart',
|
|
41854
42730
|
'dataJob',
|
|
41855
|
-
'
|
|
41856
|
-
'
|
|
41857
|
-
'
|
|
42731
|
+
'dataHubRemoteExecutorGlobalConfig',
|
|
42732
|
+
'dataHubPolicy',
|
|
42733
|
+
'dataPlatformInstance',
|
|
42734
|
+
'corpuser',
|
|
42735
|
+
'mlModelGroup',
|
|
42736
|
+
'inviteToken',
|
|
42737
|
+
'dataPlatform',
|
|
42738
|
+
'form',
|
|
41858
42739
|
'mlModelDeployment',
|
|
41859
42740
|
'dataHubRemoteExecutorPool',
|
|
41860
|
-
'
|
|
41861
|
-
'
|
|
41862
|
-
'mlPrimaryKey',
|
|
41863
|
-
'dataHubView',
|
|
41864
|
-
'glossaryNode',
|
|
42741
|
+
'dataHubConnection',
|
|
42742
|
+
'constraint',
|
|
41865
42743
|
'dataHubMetricCube',
|
|
41866
|
-
'
|
|
41867
|
-
'
|
|
41868
|
-
'versionSet',
|
|
41869
|
-
'dataHubPersona',
|
|
41870
|
-
'telemetry',
|
|
41871
|
-
'dataHubAction',
|
|
42744
|
+
'dataHubStepState',
|
|
42745
|
+
'glossaryNode',
|
|
41872
42746
|
'dataHubRetention',
|
|
41873
|
-
'
|
|
41874
|
-
'
|
|
41875
|
-
'
|
|
41876
|
-
'
|
|
41877
|
-
'assertion',
|
|
42747
|
+
'dataProcess',
|
|
42748
|
+
'mlFeatureTable',
|
|
42749
|
+
'dataHubView',
|
|
42750
|
+
'versionSet',
|
|
41878
42751
|
'dataHubPageModule',
|
|
41879
|
-
'
|
|
41880
|
-
'
|
|
42752
|
+
'monitorSuite',
|
|
42753
|
+
'dataHubOpenAPISchema',
|
|
42754
|
+
'dataHubSecret',
|
|
42755
|
+
'corpGroup',
|
|
42756
|
+
'test',
|
|
42757
|
+
'dataHubAction',
|
|
41881
42758
|
'mlFeature',
|
|
41882
|
-
'
|
|
41883
|
-
'
|
|
41884
|
-
'
|
|
42759
|
+
'dataHubPersona',
|
|
42760
|
+
'mlPrimaryKey',
|
|
42761
|
+
'dataProcessInstance',
|
|
42762
|
+
'query',
|
|
42763
|
+
'assertion',
|
|
42764
|
+
'dataHubRole',
|
|
42765
|
+
'monitor',
|
|
42766
|
+
'structuredProperty',
|
|
42767
|
+
'entityType',
|
|
42768
|
+
'application',
|
|
42769
|
+
'platformResource'
|
|
41885
42770
|
]
|
|
41886
42771
|
|
|
41887
42772
|
# fmt: on
|