acryl-datahub-cloud 0.3.13.3rc0__py3-none-any.whl → 0.3.14rc1__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 +24688 -24025
- acryl_datahub_cloud/metadata/schema_classes.py +1577 -688
- 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 +123 -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 +123 -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/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 +123 -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 +123 -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.14rc1.dist-info}/METADATA +41 -41
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14rc1.dist-info}/RECORD +49 -43
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14rc1.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14rc1.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14rc1.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
|
|
|
@@ -23062,23 +23244,23 @@ class LogicalParentClass(_Aspect):
|
|
|
23062
23244
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.logical.LogicalParent")
|
|
23063
23245
|
|
|
23064
23246
|
def __init__(self,
|
|
23065
|
-
parent: "EdgeClass",
|
|
23247
|
+
parent: Union[None, "EdgeClass"]=None,
|
|
23066
23248
|
):
|
|
23067
23249
|
super().__init__()
|
|
23068
23250
|
|
|
23069
23251
|
self.parent = parent
|
|
23070
23252
|
|
|
23071
23253
|
def _restore_defaults(self) -> None:
|
|
23072
|
-
self.parent =
|
|
23254
|
+
self.parent = self.RECORD_SCHEMA.fields_dict["parent"].default
|
|
23073
23255
|
|
|
23074
23256
|
|
|
23075
23257
|
@property
|
|
23076
|
-
def parent(self) -> "EdgeClass":
|
|
23258
|
+
def parent(self) -> Union[None, "EdgeClass"]:
|
|
23077
23259
|
# No docs available.
|
|
23078
23260
|
return self._inner_dict.get('parent') # type: ignore
|
|
23079
23261
|
|
|
23080
23262
|
@parent.setter
|
|
23081
|
-
def parent(self, value: "EdgeClass") -> None:
|
|
23263
|
+
def parent(self, value: Union[None, "EdgeClass"]) -> None:
|
|
23082
23264
|
self._inner_dict['parent'] = value
|
|
23083
23265
|
|
|
23084
23266
|
|
|
@@ -23332,7 +23514,7 @@ class CorpUserKeyClass(_Aspect):
|
|
|
23332
23514
|
|
|
23333
23515
|
|
|
23334
23516
|
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.'}
|
|
23517
|
+
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
23518
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.CorpUserKey")
|
|
23337
23519
|
|
|
23338
23520
|
def __init__(self,
|
|
@@ -24217,7 +24399,7 @@ class DomainKeyClass(_Aspect):
|
|
|
24217
24399
|
|
|
24218
24400
|
|
|
24219
24401
|
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.'}
|
|
24402
|
+
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
24403
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.DomainKey")
|
|
24222
24404
|
|
|
24223
24405
|
def __init__(self,
|
|
@@ -24394,7 +24576,7 @@ class GlossaryNodeKeyClass(_Aspect):
|
|
|
24394
24576
|
|
|
24395
24577
|
|
|
24396
24578
|
ASPECT_NAME = 'glossaryNodeKey'
|
|
24397
|
-
ASPECT_INFO = {'keyForEntity': 'glossaryNode', 'entityCategory': 'core', 'entityAspects': ['glossaryNodeInfo', 'institutionalMemory', 'ownership', 'status', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'displayProperties', 'share', 'origin']}
|
|
24579
|
+
ASPECT_INFO = {'keyForEntity': 'glossaryNode', 'entityCategory': 'core', 'entityAspects': ['glossaryNodeInfo', 'institutionalMemory', 'ownership', 'status', 'structuredProperties', 'forms', 'testResults', 'subTypes', 'displayProperties', 'assetSettings', 'share', 'origin']}
|
|
24398
24580
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.GlossaryNodeKey")
|
|
24399
24581
|
|
|
24400
24582
|
def __init__(self,
|
|
@@ -24423,7 +24605,7 @@ class GlossaryTermKeyClass(_Aspect):
|
|
|
24423
24605
|
|
|
24424
24606
|
|
|
24425
24607
|
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']}
|
|
24608
|
+
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
24609
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.GlossaryTermKey")
|
|
24428
24610
|
|
|
24429
24611
|
def __init__(self,
|
|
@@ -25190,7 +25372,7 @@ class SchemaFieldKeyClass(_Aspect):
|
|
|
25190
25372
|
|
|
25191
25373
|
|
|
25192
25374
|
ASPECT_NAME = 'schemaFieldKey'
|
|
25193
|
-
ASPECT_INFO = {'keyForEntity': 'schemaField', 'entityCategory': 'core', 'entityAspects': ['schemafieldInfo', 'structuredProperties', 'forms', 'businessAttributes', 'status', 'schemaFieldAliases', 'documentation', 'testResults', 'deprecation', 'subTypes', 'logicalParent', 'schemaFieldProfile', 'lineageFeatures']}
|
|
25375
|
+
ASPECT_INFO = {'keyForEntity': 'schemaField', 'entityCategory': 'core', 'entityAspects': ['schemafieldInfo', 'structuredProperties', 'forms', 'businessAttributes', 'status', 'schemaFieldAliases', 'documentation', 'testResults', 'deprecation', 'subTypes', 'logicalParent', 'globalTags', 'glossaryTerms', 'schemaFieldProfile', 'lineageFeatures']}
|
|
25194
25376
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.SchemaFieldKey")
|
|
25195
25377
|
|
|
25196
25378
|
def __init__(self,
|
|
@@ -25894,6 +26076,90 @@ class SearchParamsClass(DictWrapper):
|
|
|
25894
26076
|
self._inner_dict['filters'] = value
|
|
25895
26077
|
|
|
25896
26078
|
|
|
26079
|
+
class CorpUserUsageFeaturesClass(_Aspect):
|
|
26080
|
+
# No docs available.
|
|
26081
|
+
|
|
26082
|
+
|
|
26083
|
+
ASPECT_NAME = 'corpUserUsageFeatures'
|
|
26084
|
+
ASPECT_INFO = {}
|
|
26085
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.search.features.CorpUserUsageFeatures")
|
|
26086
|
+
|
|
26087
|
+
def __init__(self,
|
|
26088
|
+
userUsageTotalPast30Days: Union[None, int]=None,
|
|
26089
|
+
userPlatformUsageTotalsPast30Days: Union[None, Dict[str, float]]=None,
|
|
26090
|
+
userPlatformUsagePercentilePast30Days: Union[None, Dict[str, float]]=None,
|
|
26091
|
+
userUsagePercentilePast30Days: Union[None, float]=None,
|
|
26092
|
+
userTopDatasetsByUsage: Union[None, Dict[str, float]]=None,
|
|
26093
|
+
):
|
|
26094
|
+
super().__init__()
|
|
26095
|
+
|
|
26096
|
+
self.userUsageTotalPast30Days = userUsageTotalPast30Days
|
|
26097
|
+
self.userPlatformUsageTotalsPast30Days = userPlatformUsageTotalsPast30Days
|
|
26098
|
+
self.userPlatformUsagePercentilePast30Days = userPlatformUsagePercentilePast30Days
|
|
26099
|
+
self.userUsagePercentilePast30Days = userUsagePercentilePast30Days
|
|
26100
|
+
self.userTopDatasetsByUsage = userTopDatasetsByUsage
|
|
26101
|
+
|
|
26102
|
+
def _restore_defaults(self) -> None:
|
|
26103
|
+
self.userUsageTotalPast30Days = self.RECORD_SCHEMA.fields_dict["userUsageTotalPast30Days"].default
|
|
26104
|
+
self.userPlatformUsageTotalsPast30Days = self.RECORD_SCHEMA.fields_dict["userPlatformUsageTotalsPast30Days"].default
|
|
26105
|
+
self.userPlatformUsagePercentilePast30Days = self.RECORD_SCHEMA.fields_dict["userPlatformUsagePercentilePast30Days"].default
|
|
26106
|
+
self.userUsagePercentilePast30Days = self.RECORD_SCHEMA.fields_dict["userUsagePercentilePast30Days"].default
|
|
26107
|
+
self.userTopDatasetsByUsage = self.RECORD_SCHEMA.fields_dict["userTopDatasetsByUsage"].default
|
|
26108
|
+
|
|
26109
|
+
|
|
26110
|
+
@property
|
|
26111
|
+
def userUsageTotalPast30Days(self) -> Union[None, int]:
|
|
26112
|
+
"""Total number of usage in the last 30 days"""
|
|
26113
|
+
return self._inner_dict.get('userUsageTotalPast30Days') # type: ignore
|
|
26114
|
+
|
|
26115
|
+
@userUsageTotalPast30Days.setter
|
|
26116
|
+
def userUsageTotalPast30Days(self, value: Union[None, int]) -> None:
|
|
26117
|
+
self._inner_dict['userUsageTotalPast30Days'] = value
|
|
26118
|
+
|
|
26119
|
+
|
|
26120
|
+
@property
|
|
26121
|
+
def userPlatformUsageTotalsPast30Days(self) -> Union[None, Dict[str, float]]:
|
|
26122
|
+
"""usage broken down by platform so we can differentiate between top users of snowflake vs redshift
|
|
26123
|
+
key is supposed to be platform urn"""
|
|
26124
|
+
return self._inner_dict.get('userPlatformUsageTotalsPast30Days') # type: ignore
|
|
26125
|
+
|
|
26126
|
+
@userPlatformUsageTotalsPast30Days.setter
|
|
26127
|
+
def userPlatformUsageTotalsPast30Days(self, value: Union[None, Dict[str, float]]) -> None:
|
|
26128
|
+
self._inner_dict['userPlatformUsageTotalsPast30Days'] = value
|
|
26129
|
+
|
|
26130
|
+
|
|
26131
|
+
@property
|
|
26132
|
+
def userPlatformUsagePercentilePast30Days(self) -> Union[None, Dict[str, float]]:
|
|
26133
|
+
"""usage broken down by platform so we can differentiate between top users of snowflake vs redshift"""
|
|
26134
|
+
return self._inner_dict.get('userPlatformUsagePercentilePast30Days') # type: ignore
|
|
26135
|
+
|
|
26136
|
+
@userPlatformUsagePercentilePast30Days.setter
|
|
26137
|
+
def userPlatformUsagePercentilePast30Days(self, value: Union[None, Dict[str, float]]) -> None:
|
|
26138
|
+
self._inner_dict['userPlatformUsagePercentilePast30Days'] = value
|
|
26139
|
+
|
|
26140
|
+
|
|
26141
|
+
@property
|
|
26142
|
+
def userUsagePercentilePast30Days(self) -> Union[None, float]:
|
|
26143
|
+
"""Platform usage total percentile for ranking users across all platforms"""
|
|
26144
|
+
return self._inner_dict.get('userUsagePercentilePast30Days') # type: ignore
|
|
26145
|
+
|
|
26146
|
+
@userUsagePercentilePast30Days.setter
|
|
26147
|
+
def userUsagePercentilePast30Days(self, value: Union[None, float]) -> None:
|
|
26148
|
+
self._inner_dict['userUsagePercentilePast30Days'] = value
|
|
26149
|
+
|
|
26150
|
+
|
|
26151
|
+
@property
|
|
26152
|
+
def userTopDatasetsByUsage(self) -> Union[None, Dict[str, float]]:
|
|
26153
|
+
"""Gather what are the top datasets per user so we can create a welcome module
|
|
26154
|
+
With links to the users top datasets with lineage (top 25)
|
|
26155
|
+
Map keys are dataset URN strings"""
|
|
26156
|
+
return self._inner_dict.get('userTopDatasetsByUsage') # type: ignore
|
|
26157
|
+
|
|
26158
|
+
@userTopDatasetsByUsage.setter
|
|
26159
|
+
def userTopDatasetsByUsage(self, value: Union[None, Dict[str, float]]) -> None:
|
|
26160
|
+
self._inner_dict['userTopDatasetsByUsage'] = value
|
|
26161
|
+
|
|
26162
|
+
|
|
25897
26163
|
class CostCurrencyCodeClass(object):
|
|
25898
26164
|
""" Currency code for the cost """
|
|
25899
26165
|
|
|
@@ -29445,13 +29711,16 @@ class AssetCollectionModuleParamsClass(DictWrapper):
|
|
|
29445
29711
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.module.AssetCollectionModuleParams")
|
|
29446
29712
|
def __init__(self,
|
|
29447
29713
|
assetUrns: List[str],
|
|
29714
|
+
dynamicFilterJson: Union[None, str]=None,
|
|
29448
29715
|
):
|
|
29449
29716
|
super().__init__()
|
|
29450
29717
|
|
|
29451
29718
|
self.assetUrns = assetUrns
|
|
29719
|
+
self.dynamicFilterJson = dynamicFilterJson
|
|
29452
29720
|
|
|
29453
29721
|
def _restore_defaults(self) -> None:
|
|
29454
29722
|
self.assetUrns = list()
|
|
29723
|
+
self.dynamicFilterJson = self.RECORD_SCHEMA.fields_dict["dynamicFilterJson"].default
|
|
29455
29724
|
|
|
29456
29725
|
|
|
29457
29726
|
@property
|
|
@@ -29464,6 +29733,20 @@ class AssetCollectionModuleParamsClass(DictWrapper):
|
|
|
29464
29733
|
self._inner_dict['assetUrns'] = value
|
|
29465
29734
|
|
|
29466
29735
|
|
|
29736
|
+
@property
|
|
29737
|
+
def dynamicFilterJson(self) -> Union[None, str]:
|
|
29738
|
+
"""Optional dynamic filters
|
|
29739
|
+
|
|
29740
|
+
The stringified json representing the logical predicate built in the UI to select assets.
|
|
29741
|
+
This predicate is turned into orFilters to send through graphql since graphql doesn't support
|
|
29742
|
+
arbitrary nesting. This string is used to restore the UI for this logical predicate."""
|
|
29743
|
+
return self._inner_dict.get('dynamicFilterJson') # type: ignore
|
|
29744
|
+
|
|
29745
|
+
@dynamicFilterJson.setter
|
|
29746
|
+
def dynamicFilterJson(self, value: Union[None, str]) -> None:
|
|
29747
|
+
self._inner_dict['dynamicFilterJson'] = value
|
|
29748
|
+
|
|
29749
|
+
|
|
29467
29750
|
class DataHubPageModuleParamsClass(DictWrapper):
|
|
29468
29751
|
"""The specific parameters stored for a module"""
|
|
29469
29752
|
|
|
@@ -29643,9 +29926,24 @@ class DataHubPageModuleTypeClass(object):
|
|
|
29643
29926
|
DOMAINS = "DOMAINS"
|
|
29644
29927
|
"""Module displaying the top domains"""
|
|
29645
29928
|
|
|
29929
|
+
ASSETS = "ASSETS"
|
|
29930
|
+
"""Module displaying the assets of parent entity"""
|
|
29931
|
+
|
|
29932
|
+
CHILD_HIERARCHY = "CHILD_HIERARCHY"
|
|
29933
|
+
"""Module displaying the hierarchy of the children of a given entity. Glossary or Domains."""
|
|
29934
|
+
|
|
29935
|
+
DATA_PRODUCTS = "DATA_PRODUCTS"
|
|
29936
|
+
"""Module displaying child data products of a given domain"""
|
|
29937
|
+
|
|
29938
|
+
RELATED_TERMS = "RELATED_TERMS"
|
|
29939
|
+
"""Module displaying the related terms of a given glossary term"""
|
|
29940
|
+
|
|
29646
29941
|
SUBSCRIBED_ASSETS = "SUBSCRIBED_ASSETS"
|
|
29647
29942
|
"""Module displaying assets subscribed to by a given user"""
|
|
29648
29943
|
|
|
29944
|
+
WORKFLOWS = "WORKFLOWS"
|
|
29945
|
+
"""Module displaying workflows that can be started"""
|
|
29946
|
+
|
|
29649
29947
|
|
|
29650
29948
|
|
|
29651
29949
|
class DataHubPageModuleVisibilityClass(DictWrapper):
|
|
@@ -32663,6 +32961,153 @@ class ParametersClass(DictWrapper):
|
|
|
32663
32961
|
pass
|
|
32664
32962
|
|
|
32665
32963
|
|
|
32964
|
+
class RelationshipChangeEventClass(DictWrapper):
|
|
32965
|
+
"""Kafka event for proposing a relationship change between two entities.
|
|
32966
|
+
For example, when dataset1 establishes a new downstream relationship with dataset2."""
|
|
32967
|
+
|
|
32968
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.platform.event.v1.RelationshipChangeEvent")
|
|
32969
|
+
def __init__(self,
|
|
32970
|
+
sourceUrn: str,
|
|
32971
|
+
destinationUrn: str,
|
|
32972
|
+
operation: Union[str, "RelationshipChangeOperationClass"],
|
|
32973
|
+
relationshipType: str,
|
|
32974
|
+
auditStamp: "AuditStampClass",
|
|
32975
|
+
auditHeader: Union[None, "KafkaAuditHeaderClass"]=None,
|
|
32976
|
+
lifecycleOwner: Union[None, str]=None,
|
|
32977
|
+
via: Union[None, str]=None,
|
|
32978
|
+
properties: Union[None, Dict[str, str]]=None,
|
|
32979
|
+
):
|
|
32980
|
+
super().__init__()
|
|
32981
|
+
|
|
32982
|
+
self.auditHeader = auditHeader
|
|
32983
|
+
self.sourceUrn = sourceUrn
|
|
32984
|
+
self.destinationUrn = destinationUrn
|
|
32985
|
+
self.operation = operation
|
|
32986
|
+
self.relationshipType = relationshipType
|
|
32987
|
+
self.lifecycleOwner = lifecycleOwner
|
|
32988
|
+
self.via = via
|
|
32989
|
+
self.properties = properties
|
|
32990
|
+
self.auditStamp = auditStamp
|
|
32991
|
+
|
|
32992
|
+
def _restore_defaults(self) -> None:
|
|
32993
|
+
self.auditHeader = self.RECORD_SCHEMA.fields_dict["auditHeader"].default
|
|
32994
|
+
self.sourceUrn = str()
|
|
32995
|
+
self.destinationUrn = str()
|
|
32996
|
+
self.operation = RelationshipChangeOperationClass.ADD
|
|
32997
|
+
self.relationshipType = str()
|
|
32998
|
+
self.lifecycleOwner = self.RECORD_SCHEMA.fields_dict["lifecycleOwner"].default
|
|
32999
|
+
self.via = self.RECORD_SCHEMA.fields_dict["via"].default
|
|
33000
|
+
self.properties = self.RECORD_SCHEMA.fields_dict["properties"].default
|
|
33001
|
+
self.auditStamp = AuditStampClass._construct_with_defaults()
|
|
33002
|
+
|
|
33003
|
+
|
|
33004
|
+
@property
|
|
33005
|
+
def auditHeader(self) -> Union[None, "KafkaAuditHeaderClass"]:
|
|
33006
|
+
"""Kafka audit header containing metadata about the message itself.
|
|
33007
|
+
Includes information like message ID, timestamp, and server details."""
|
|
33008
|
+
return self._inner_dict.get('auditHeader') # type: ignore
|
|
33009
|
+
|
|
33010
|
+
@auditHeader.setter
|
|
33011
|
+
def auditHeader(self, value: Union[None, "KafkaAuditHeaderClass"]) -> None:
|
|
33012
|
+
self._inner_dict['auditHeader'] = value
|
|
33013
|
+
|
|
33014
|
+
|
|
33015
|
+
@property
|
|
33016
|
+
def sourceUrn(self) -> str:
|
|
33017
|
+
"""The URN (Uniform Resource Name) of the source entity in the relationship.
|
|
33018
|
+
In a downstream relationship example, this would be the URN of the upstream dataset."""
|
|
33019
|
+
return self._inner_dict.get('sourceUrn') # type: ignore
|
|
33020
|
+
|
|
33021
|
+
@sourceUrn.setter
|
|
33022
|
+
def sourceUrn(self, value: str) -> None:
|
|
33023
|
+
self._inner_dict['sourceUrn'] = value
|
|
33024
|
+
|
|
33025
|
+
|
|
33026
|
+
@property
|
|
33027
|
+
def destinationUrn(self) -> str:
|
|
33028
|
+
"""The URN of the destination entity in the relationship.
|
|
33029
|
+
In a downstream relationship example, this would be the URN of the downstream dataset."""
|
|
33030
|
+
return self._inner_dict.get('destinationUrn') # type: ignore
|
|
33031
|
+
|
|
33032
|
+
@destinationUrn.setter
|
|
33033
|
+
def destinationUrn(self, value: str) -> None:
|
|
33034
|
+
self._inner_dict['destinationUrn'] = value
|
|
33035
|
+
|
|
33036
|
+
|
|
33037
|
+
@property
|
|
33038
|
+
def operation(self) -> Union[str, "RelationshipChangeOperationClass"]:
|
|
33039
|
+
"""The operation being performed on this relationship.
|
|
33040
|
+
Typically includes operations like ADD, REMOVE, or RESTATE."""
|
|
33041
|
+
return self._inner_dict.get('operation') # type: ignore
|
|
33042
|
+
|
|
33043
|
+
@operation.setter
|
|
33044
|
+
def operation(self, value: Union[str, "RelationshipChangeOperationClass"]) -> None:
|
|
33045
|
+
self._inner_dict['operation'] = value
|
|
33046
|
+
|
|
33047
|
+
|
|
33048
|
+
@property
|
|
33049
|
+
def relationshipType(self) -> str:
|
|
33050
|
+
"""The type/category of relationship being established or modified.
|
|
33051
|
+
Examples: "DownstreamOf", "Contains", "OwnedBy", "DerivedFrom", etc."""
|
|
33052
|
+
return self._inner_dict.get('relationshipType') # type: ignore
|
|
33053
|
+
|
|
33054
|
+
@relationshipType.setter
|
|
33055
|
+
def relationshipType(self, value: str) -> None:
|
|
33056
|
+
self._inner_dict['relationshipType'] = value
|
|
33057
|
+
|
|
33058
|
+
|
|
33059
|
+
@property
|
|
33060
|
+
def lifecycleOwner(self) -> Union[None, str]:
|
|
33061
|
+
"""The system or service responsible for managing the lifecycle of this relationship.
|
|
33062
|
+
This helps identify which component has authority over the relationship."""
|
|
33063
|
+
return self._inner_dict.get('lifecycleOwner') # type: ignore
|
|
33064
|
+
|
|
33065
|
+
@lifecycleOwner.setter
|
|
33066
|
+
def lifecycleOwner(self, value: Union[None, str]) -> None:
|
|
33067
|
+
self._inner_dict['lifecycleOwner'] = value
|
|
33068
|
+
|
|
33069
|
+
|
|
33070
|
+
@property
|
|
33071
|
+
def via(self) -> Union[None, str]:
|
|
33072
|
+
"""Information about how or through what means this relationship was established.
|
|
33073
|
+
Could indicate a specific pipeline, process, or tool that discovered/created the relationship."""
|
|
33074
|
+
return self._inner_dict.get('via') # type: ignore
|
|
33075
|
+
|
|
33076
|
+
@via.setter
|
|
33077
|
+
def via(self, value: Union[None, str]) -> None:
|
|
33078
|
+
self._inner_dict['via'] = value
|
|
33079
|
+
|
|
33080
|
+
|
|
33081
|
+
@property
|
|
33082
|
+
def properties(self) -> Union[None, Dict[str, str]]:
|
|
33083
|
+
"""Additional custom properties associated with this relationship.
|
|
33084
|
+
Allows for flexible extension without changing the schema."""
|
|
33085
|
+
return self._inner_dict.get('properties') # type: ignore
|
|
33086
|
+
|
|
33087
|
+
@properties.setter
|
|
33088
|
+
def properties(self, value: Union[None, Dict[str, str]]) -> None:
|
|
33089
|
+
self._inner_dict['properties'] = value
|
|
33090
|
+
|
|
33091
|
+
|
|
33092
|
+
@property
|
|
33093
|
+
def auditStamp(self) -> "AuditStampClass":
|
|
33094
|
+
"""Stores information about who made this change and when.
|
|
33095
|
+
Contains the actor (user or system) that performed the action and the timestamp."""
|
|
33096
|
+
return self._inner_dict.get('auditStamp') # type: ignore
|
|
33097
|
+
|
|
33098
|
+
@auditStamp.setter
|
|
33099
|
+
def auditStamp(self, value: "AuditStampClass") -> None:
|
|
33100
|
+
self._inner_dict['auditStamp'] = value
|
|
33101
|
+
|
|
33102
|
+
|
|
33103
|
+
class RelationshipChangeOperationClass(object):
|
|
33104
|
+
# No docs available.
|
|
33105
|
+
|
|
33106
|
+
ADD = "ADD"
|
|
33107
|
+
REMOVE = "REMOVE"
|
|
33108
|
+
RESTATE = "RESTATE"
|
|
33109
|
+
|
|
33110
|
+
|
|
32666
33111
|
class PlatformResourceInfoClass(_Aspect):
|
|
32667
33112
|
"""Platform Resource Info.
|
|
32668
33113
|
These entities are for miscelaneous data that is used in non-core parts of the system.
|
|
@@ -35816,6 +36261,89 @@ class NotificationSettingValueClass(object):
|
|
|
35816
36261
|
|
|
35817
36262
|
|
|
35818
36263
|
|
|
36264
|
+
class AssetSettingsClass(_Aspect):
|
|
36265
|
+
"""Settings associated with this asset"""
|
|
36266
|
+
|
|
36267
|
+
|
|
36268
|
+
ASPECT_NAME = 'assetSettings'
|
|
36269
|
+
ASPECT_INFO = {}
|
|
36270
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.asset.AssetSettings")
|
|
36271
|
+
|
|
36272
|
+
def __init__(self,
|
|
36273
|
+
assetSummary: Union[None, "AssetSummarySettingsClass"]=None,
|
|
36274
|
+
):
|
|
36275
|
+
super().__init__()
|
|
36276
|
+
|
|
36277
|
+
self.assetSummary = assetSummary
|
|
36278
|
+
|
|
36279
|
+
def _restore_defaults(self) -> None:
|
|
36280
|
+
self.assetSummary = self.RECORD_SCHEMA.fields_dict["assetSummary"].default
|
|
36281
|
+
|
|
36282
|
+
|
|
36283
|
+
@property
|
|
36284
|
+
def assetSummary(self) -> Union[None, "AssetSummarySettingsClass"]:
|
|
36285
|
+
"""Information related to the asset summary for this asset"""
|
|
36286
|
+
return self._inner_dict.get('assetSummary') # type: ignore
|
|
36287
|
+
|
|
36288
|
+
@assetSummary.setter
|
|
36289
|
+
def assetSummary(self, value: Union[None, "AssetSummarySettingsClass"]) -> None:
|
|
36290
|
+
self._inner_dict['assetSummary'] = value
|
|
36291
|
+
|
|
36292
|
+
|
|
36293
|
+
class AssetSummarySettingsClass(DictWrapper):
|
|
36294
|
+
"""Information related to the asset summary for this asset"""
|
|
36295
|
+
|
|
36296
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.asset.AssetSummarySettings")
|
|
36297
|
+
def __init__(self,
|
|
36298
|
+
templates: Optional[Union[List["AssetSummarySettingsTemplateClass"], None]]=None,
|
|
36299
|
+
):
|
|
36300
|
+
super().__init__()
|
|
36301
|
+
|
|
36302
|
+
if templates is None:
|
|
36303
|
+
# default: []
|
|
36304
|
+
self.templates = list()
|
|
36305
|
+
else:
|
|
36306
|
+
self.templates = templates
|
|
36307
|
+
|
|
36308
|
+
def _restore_defaults(self) -> None:
|
|
36309
|
+
self.templates = list()
|
|
36310
|
+
|
|
36311
|
+
|
|
36312
|
+
@property
|
|
36313
|
+
def templates(self) -> Union[List["AssetSummarySettingsTemplateClass"], None]:
|
|
36314
|
+
"""The list of templates applied to this asset in order. Right now we only expect one."""
|
|
36315
|
+
return self._inner_dict.get('templates') # type: ignore
|
|
36316
|
+
|
|
36317
|
+
@templates.setter
|
|
36318
|
+
def templates(self, value: Union[List["AssetSummarySettingsTemplateClass"], None]) -> None:
|
|
36319
|
+
self._inner_dict['templates'] = value
|
|
36320
|
+
|
|
36321
|
+
|
|
36322
|
+
class AssetSummarySettingsTemplateClass(DictWrapper):
|
|
36323
|
+
"""Object containing the template and any additional info for asset summary settings"""
|
|
36324
|
+
|
|
36325
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.asset.AssetSummarySettingsTemplate")
|
|
36326
|
+
def __init__(self,
|
|
36327
|
+
template: str,
|
|
36328
|
+
):
|
|
36329
|
+
super().__init__()
|
|
36330
|
+
|
|
36331
|
+
self.template = template
|
|
36332
|
+
|
|
36333
|
+
def _restore_defaults(self) -> None:
|
|
36334
|
+
self.template = str()
|
|
36335
|
+
|
|
36336
|
+
|
|
36337
|
+
@property
|
|
36338
|
+
def template(self) -> str:
|
|
36339
|
+
"""The urn of the template"""
|
|
36340
|
+
return self._inner_dict.get('template') # type: ignore
|
|
36341
|
+
|
|
36342
|
+
@template.setter
|
|
36343
|
+
def template(self, value: str) -> None:
|
|
36344
|
+
self._inner_dict['template'] = value
|
|
36345
|
+
|
|
36346
|
+
|
|
35819
36347
|
class ApplicationsSettingsClass(DictWrapper):
|
|
35820
36348
|
# No docs available.
|
|
35821
36349
|
|
|
@@ -36065,15 +36593,18 @@ class GlobalIntegrationSettingsClass(DictWrapper):
|
|
|
36065
36593
|
def __init__(self,
|
|
36066
36594
|
slackSettings: Union[None, "SlackIntegrationSettingsClass"]=None,
|
|
36067
36595
|
emailSettings: Union[None, "EmailIntegrationSettingsClass"]=None,
|
|
36596
|
+
teamsSettings: Union[None, "TeamsIntegrationSettingsClass"]=None,
|
|
36068
36597
|
):
|
|
36069
36598
|
super().__init__()
|
|
36070
36599
|
|
|
36071
36600
|
self.slackSettings = slackSettings
|
|
36072
36601
|
self.emailSettings = emailSettings
|
|
36602
|
+
self.teamsSettings = teamsSettings
|
|
36073
36603
|
|
|
36074
36604
|
def _restore_defaults(self) -> None:
|
|
36075
36605
|
self.slackSettings = self.RECORD_SCHEMA.fields_dict["slackSettings"].default
|
|
36076
36606
|
self.emailSettings = self.RECORD_SCHEMA.fields_dict["emailSettings"].default
|
|
36607
|
+
self.teamsSettings = self.RECORD_SCHEMA.fields_dict["teamsSettings"].default
|
|
36077
36608
|
|
|
36078
36609
|
|
|
36079
36610
|
@property
|
|
@@ -36096,6 +36627,16 @@ class GlobalIntegrationSettingsClass(DictWrapper):
|
|
|
36096
36627
|
self._inner_dict['emailSettings'] = value
|
|
36097
36628
|
|
|
36098
36629
|
|
|
36630
|
+
@property
|
|
36631
|
+
def teamsSettings(self) -> Union[None, "TeamsIntegrationSettingsClass"]:
|
|
36632
|
+
"""Teams integration settings."""
|
|
36633
|
+
return self._inner_dict.get('teamsSettings') # type: ignore
|
|
36634
|
+
|
|
36635
|
+
@teamsSettings.setter
|
|
36636
|
+
def teamsSettings(self, value: Union[None, "TeamsIntegrationSettingsClass"]) -> None:
|
|
36637
|
+
self._inner_dict['teamsSettings'] = value
|
|
36638
|
+
|
|
36639
|
+
|
|
36099
36640
|
class GlobalNotificationSettingsClass(DictWrapper):
|
|
36100
36641
|
"""DataHub global notification settings"""
|
|
36101
36642
|
|
|
@@ -36770,6 +37311,213 @@ class SsoSettingsClass(DictWrapper):
|
|
|
36770
37311
|
self._inner_dict['oidcSettings'] = value
|
|
36771
37312
|
|
|
36772
37313
|
|
|
37314
|
+
class TeamsChannelClass(DictWrapper):
|
|
37315
|
+
"""Teams channel information with cached display name."""
|
|
37316
|
+
|
|
37317
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.global.TeamsChannel")
|
|
37318
|
+
def __init__(self,
|
|
37319
|
+
id: str,
|
|
37320
|
+
name: Union[None, str]=None,
|
|
37321
|
+
lastUpdated: Union[None, int]=None,
|
|
37322
|
+
):
|
|
37323
|
+
super().__init__()
|
|
37324
|
+
|
|
37325
|
+
self.id = id
|
|
37326
|
+
self.name = name
|
|
37327
|
+
self.lastUpdated = lastUpdated
|
|
37328
|
+
|
|
37329
|
+
def _restore_defaults(self) -> None:
|
|
37330
|
+
self.id = str()
|
|
37331
|
+
self.name = self.RECORD_SCHEMA.fields_dict["name"].default
|
|
37332
|
+
self.lastUpdated = self.RECORD_SCHEMA.fields_dict["lastUpdated"].default
|
|
37333
|
+
|
|
37334
|
+
|
|
37335
|
+
@property
|
|
37336
|
+
def id(self) -> str:
|
|
37337
|
+
"""The Teams channel ID (internal Teams identifier)."""
|
|
37338
|
+
return self._inner_dict.get('id') # type: ignore
|
|
37339
|
+
|
|
37340
|
+
@id.setter
|
|
37341
|
+
def id(self, value: str) -> None:
|
|
37342
|
+
self._inner_dict['id'] = value
|
|
37343
|
+
|
|
37344
|
+
|
|
37345
|
+
@property
|
|
37346
|
+
def name(self) -> Union[None, str]:
|
|
37347
|
+
"""The Teams channel display name (cached value, may be stale)."""
|
|
37348
|
+
return self._inner_dict.get('name') # type: ignore
|
|
37349
|
+
|
|
37350
|
+
@name.setter
|
|
37351
|
+
def name(self, value: Union[None, str]) -> None:
|
|
37352
|
+
self._inner_dict['name'] = value
|
|
37353
|
+
|
|
37354
|
+
|
|
37355
|
+
@property
|
|
37356
|
+
def lastUpdated(self) -> Union[None, int]:
|
|
37357
|
+
"""The timestamp when the cached name was last updated.
|
|
37358
|
+
Used for TTL-based cache invalidation."""
|
|
37359
|
+
return self._inner_dict.get('lastUpdated') # type: ignore
|
|
37360
|
+
|
|
37361
|
+
@lastUpdated.setter
|
|
37362
|
+
def lastUpdated(self, value: Union[None, int]) -> None:
|
|
37363
|
+
self._inner_dict['lastUpdated'] = value
|
|
37364
|
+
|
|
37365
|
+
|
|
37366
|
+
class TeamsIntegrationSettingsClass(DictWrapper):
|
|
37367
|
+
"""Teams integration settings."""
|
|
37368
|
+
|
|
37369
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.global.TeamsIntegrationSettings")
|
|
37370
|
+
def __init__(self,
|
|
37371
|
+
enabled: Optional[bool]=None,
|
|
37372
|
+
encryptedBotToken: Union[None, str]=None,
|
|
37373
|
+
defaultChannelName: Union[None, str]=None,
|
|
37374
|
+
defaultChannel: Union[None, "TeamsChannelClass"]=None,
|
|
37375
|
+
):
|
|
37376
|
+
super().__init__()
|
|
37377
|
+
|
|
37378
|
+
if enabled is None:
|
|
37379
|
+
# default: True
|
|
37380
|
+
self.enabled = self.RECORD_SCHEMA.fields_dict["enabled"].default
|
|
37381
|
+
else:
|
|
37382
|
+
self.enabled = enabled
|
|
37383
|
+
self.encryptedBotToken = encryptedBotToken
|
|
37384
|
+
self.defaultChannelName = defaultChannelName
|
|
37385
|
+
self.defaultChannel = defaultChannel
|
|
37386
|
+
|
|
37387
|
+
def _restore_defaults(self) -> None:
|
|
37388
|
+
self.enabled = self.RECORD_SCHEMA.fields_dict["enabled"].default
|
|
37389
|
+
self.encryptedBotToken = self.RECORD_SCHEMA.fields_dict["encryptedBotToken"].default
|
|
37390
|
+
self.defaultChannelName = self.RECORD_SCHEMA.fields_dict["defaultChannelName"].default
|
|
37391
|
+
self.defaultChannel = self.RECORD_SCHEMA.fields_dict["defaultChannel"].default
|
|
37392
|
+
|
|
37393
|
+
|
|
37394
|
+
@property
|
|
37395
|
+
def enabled(self) -> bool:
|
|
37396
|
+
"""Whether the Teams integration is enabled or not.
|
|
37397
|
+
Deprecated! This is no longer used in favor of using the connections abstraction.
|
|
37398
|
+
If a connection is present, then this is enabled."""
|
|
37399
|
+
return self._inner_dict.get('enabled') # type: ignore
|
|
37400
|
+
|
|
37401
|
+
@enabled.setter
|
|
37402
|
+
def enabled(self, value: bool) -> None:
|
|
37403
|
+
self._inner_dict['enabled'] = value
|
|
37404
|
+
|
|
37405
|
+
|
|
37406
|
+
@property
|
|
37407
|
+
def encryptedBotToken(self) -> Union[None, str]:
|
|
37408
|
+
"""An encrypted bot token.
|
|
37409
|
+
Deprecated! This is no longer used in favor of using the connections abstraction."""
|
|
37410
|
+
return self._inner_dict.get('encryptedBotToken') # type: ignore
|
|
37411
|
+
|
|
37412
|
+
@encryptedBotToken.setter
|
|
37413
|
+
def encryptedBotToken(self, value: Union[None, str]) -> None:
|
|
37414
|
+
self._inner_dict['encryptedBotToken'] = value
|
|
37415
|
+
|
|
37416
|
+
|
|
37417
|
+
@property
|
|
37418
|
+
def defaultChannelName(self) -> Union[None, str]:
|
|
37419
|
+
"""A default Teams channel to use.
|
|
37420
|
+
Deprecated! Use defaultChannel instead."""
|
|
37421
|
+
return self._inner_dict.get('defaultChannelName') # type: ignore
|
|
37422
|
+
|
|
37423
|
+
@defaultChannelName.setter
|
|
37424
|
+
def defaultChannelName(self, value: Union[None, str]) -> None:
|
|
37425
|
+
self._inner_dict['defaultChannelName'] = value
|
|
37426
|
+
|
|
37427
|
+
|
|
37428
|
+
@property
|
|
37429
|
+
def defaultChannel(self) -> Union[None, "TeamsChannelClass"]:
|
|
37430
|
+
"""A default Teams channel to route notifications to."""
|
|
37431
|
+
return self._inner_dict.get('defaultChannel') # type: ignore
|
|
37432
|
+
|
|
37433
|
+
@defaultChannel.setter
|
|
37434
|
+
def defaultChannel(self, value: Union[None, "TeamsChannelClass"]) -> None:
|
|
37435
|
+
self._inner_dict['defaultChannel'] = value
|
|
37436
|
+
|
|
37437
|
+
|
|
37438
|
+
class TeamsUserClass(DictWrapper):
|
|
37439
|
+
"""Teams user information with cached display name and multiple ID support.
|
|
37440
|
+
Follows the same caching pattern as TeamsChannel for consistency."""
|
|
37441
|
+
|
|
37442
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.settings.global.TeamsUser")
|
|
37443
|
+
def __init__(self,
|
|
37444
|
+
teamsUserId: Union[None, str]=None,
|
|
37445
|
+
azureUserId: Union[None, str]=None,
|
|
37446
|
+
email: Union[None, str]=None,
|
|
37447
|
+
displayName: Union[None, str]=None,
|
|
37448
|
+
lastUpdated: Union[None, int]=None,
|
|
37449
|
+
):
|
|
37450
|
+
super().__init__()
|
|
37451
|
+
|
|
37452
|
+
self.teamsUserId = teamsUserId
|
|
37453
|
+
self.azureUserId = azureUserId
|
|
37454
|
+
self.email = email
|
|
37455
|
+
self.displayName = displayName
|
|
37456
|
+
self.lastUpdated = lastUpdated
|
|
37457
|
+
|
|
37458
|
+
def _restore_defaults(self) -> None:
|
|
37459
|
+
self.teamsUserId = self.RECORD_SCHEMA.fields_dict["teamsUserId"].default
|
|
37460
|
+
self.azureUserId = self.RECORD_SCHEMA.fields_dict["azureUserId"].default
|
|
37461
|
+
self.email = self.RECORD_SCHEMA.fields_dict["email"].default
|
|
37462
|
+
self.displayName = self.RECORD_SCHEMA.fields_dict["displayName"].default
|
|
37463
|
+
self.lastUpdated = self.RECORD_SCHEMA.fields_dict["lastUpdated"].default
|
|
37464
|
+
|
|
37465
|
+
|
|
37466
|
+
@property
|
|
37467
|
+
def teamsUserId(self) -> Union[None, str]:
|
|
37468
|
+
"""The Teams user ID (internal Teams identifier).
|
|
37469
|
+
This is the primary identifier used for Teams messaging."""
|
|
37470
|
+
return self._inner_dict.get('teamsUserId') # type: ignore
|
|
37471
|
+
|
|
37472
|
+
@teamsUserId.setter
|
|
37473
|
+
def teamsUserId(self, value: Union[None, str]) -> None:
|
|
37474
|
+
self._inner_dict['teamsUserId'] = value
|
|
37475
|
+
|
|
37476
|
+
|
|
37477
|
+
@property
|
|
37478
|
+
def azureUserId(self) -> Union[None, str]:
|
|
37479
|
+
"""The Azure AD user ID (Azure Active Directory object ID).
|
|
37480
|
+
This is the primary identifier for Azure AD operations and Microsoft Graph API calls."""
|
|
37481
|
+
return self._inner_dict.get('azureUserId') # type: ignore
|
|
37482
|
+
|
|
37483
|
+
@azureUserId.setter
|
|
37484
|
+
def azureUserId(self, value: Union[None, str]) -> None:
|
|
37485
|
+
self._inner_dict['azureUserId'] = value
|
|
37486
|
+
|
|
37487
|
+
|
|
37488
|
+
@property
|
|
37489
|
+
def email(self) -> Union[None, str]:
|
|
37490
|
+
"""The user's email address (fallback identifier).
|
|
37491
|
+
Used when other IDs are not available or for email-based user resolution."""
|
|
37492
|
+
return self._inner_dict.get('email') # type: ignore
|
|
37493
|
+
|
|
37494
|
+
@email.setter
|
|
37495
|
+
def email(self, value: Union[None, str]) -> None:
|
|
37496
|
+
self._inner_dict['email'] = value
|
|
37497
|
+
|
|
37498
|
+
|
|
37499
|
+
@property
|
|
37500
|
+
def displayName(self) -> Union[None, str]:
|
|
37501
|
+
"""The user's display name (cached value, may be stale).
|
|
37502
|
+
Retrieved from Microsoft Graph API and cached for performance."""
|
|
37503
|
+
return self._inner_dict.get('displayName') # type: ignore
|
|
37504
|
+
|
|
37505
|
+
@displayName.setter
|
|
37506
|
+
def displayName(self, value: Union[None, str]) -> None:
|
|
37507
|
+
self._inner_dict['displayName'] = value
|
|
37508
|
+
|
|
37509
|
+
|
|
37510
|
+
@property
|
|
37511
|
+
def lastUpdated(self) -> Union[None, int]:
|
|
37512
|
+
"""The timestamp when the cached display name was last updated.
|
|
37513
|
+
Used for TTL-based cache invalidation (milliseconds since epoch)."""
|
|
37514
|
+
return self._inner_dict.get('lastUpdated') # type: ignore
|
|
37515
|
+
|
|
37516
|
+
@lastUpdated.setter
|
|
37517
|
+
def lastUpdated(self, value: Union[None, int]) -> None:
|
|
37518
|
+
self._inner_dict['lastUpdated'] = value
|
|
37519
|
+
|
|
37520
|
+
|
|
36773
37521
|
class DataHubStepStatePropertiesClass(_Aspect):
|
|
36774
37522
|
"""The properties associated with a DataHub step state"""
|
|
36775
37523
|
|
|
@@ -37275,6 +38023,7 @@ class StructuredPropertyValueAssignmentClass(DictWrapper):
|
|
|
37275
38023
|
values: List[Union[str, float]],
|
|
37276
38024
|
created: Union[None, "AuditStampClass"]=None,
|
|
37277
38025
|
lastModified: Union[None, "AuditStampClass"]=None,
|
|
38026
|
+
attribution: Union[None, "MetadataAttributionClass"]=None,
|
|
37278
38027
|
):
|
|
37279
38028
|
super().__init__()
|
|
37280
38029
|
|
|
@@ -37282,12 +38031,14 @@ class StructuredPropertyValueAssignmentClass(DictWrapper):
|
|
|
37282
38031
|
self.values = values
|
|
37283
38032
|
self.created = created
|
|
37284
38033
|
self.lastModified = lastModified
|
|
38034
|
+
self.attribution = attribution
|
|
37285
38035
|
|
|
37286
38036
|
def _restore_defaults(self) -> None:
|
|
37287
38037
|
self.propertyUrn = str()
|
|
37288
38038
|
self.values = list()
|
|
37289
38039
|
self.created = self.RECORD_SCHEMA.fields_dict["created"].default
|
|
37290
38040
|
self.lastModified = self.RECORD_SCHEMA.fields_dict["lastModified"].default
|
|
38041
|
+
self.attribution = self.RECORD_SCHEMA.fields_dict["attribution"].default
|
|
37291
38042
|
|
|
37292
38043
|
|
|
37293
38044
|
@property
|
|
@@ -37330,6 +38081,16 @@ class StructuredPropertyValueAssignmentClass(DictWrapper):
|
|
|
37330
38081
|
self._inner_dict['lastModified'] = value
|
|
37331
38082
|
|
|
37332
38083
|
|
|
38084
|
+
@property
|
|
38085
|
+
def attribution(self) -> Union[None, "MetadataAttributionClass"]:
|
|
38086
|
+
"""Information about who, why, and how this metadata was applied"""
|
|
38087
|
+
return self._inner_dict.get('attribution') # type: ignore
|
|
38088
|
+
|
|
38089
|
+
@attribution.setter
|
|
38090
|
+
def attribution(self, value: Union[None, "MetadataAttributionClass"]) -> None:
|
|
38091
|
+
self._inner_dict['attribution'] = value
|
|
38092
|
+
|
|
38093
|
+
|
|
37333
38094
|
class EntityChangeDetailsClass(DictWrapper):
|
|
37334
38095
|
"""Details involving an EntityChangeType. Used by Subscriptions to determine which
|
|
37335
38096
|
change types should trigger a notification."""
|
|
@@ -37705,6 +38466,31 @@ class TelemetryClientIdClass(_Aspect):
|
|
|
37705
38466
|
self._inner_dict['clientId'] = value
|
|
37706
38467
|
|
|
37707
38468
|
|
|
38469
|
+
class DataHubPageTemplateAssetSummaryClass(DictWrapper):
|
|
38470
|
+
"""The page template info for asset summaries"""
|
|
38471
|
+
|
|
38472
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.template.DataHubPageTemplateAssetSummary")
|
|
38473
|
+
def __init__(self,
|
|
38474
|
+
summaryElements: Union[None, List["SummaryElementClass"]]=None,
|
|
38475
|
+
):
|
|
38476
|
+
super().__init__()
|
|
38477
|
+
|
|
38478
|
+
self.summaryElements = summaryElements
|
|
38479
|
+
|
|
38480
|
+
def _restore_defaults(self) -> None:
|
|
38481
|
+
self.summaryElements = self.RECORD_SCHEMA.fields_dict["summaryElements"].default
|
|
38482
|
+
|
|
38483
|
+
|
|
38484
|
+
@property
|
|
38485
|
+
def summaryElements(self) -> Union[None, List["SummaryElementClass"]]:
|
|
38486
|
+
"""The optional list of properties shown on an asset summary page header."""
|
|
38487
|
+
return self._inner_dict.get('summaryElements') # type: ignore
|
|
38488
|
+
|
|
38489
|
+
@summaryElements.setter
|
|
38490
|
+
def summaryElements(self, value: Union[None, List["SummaryElementClass"]]) -> None:
|
|
38491
|
+
self._inner_dict['summaryElements'] = value
|
|
38492
|
+
|
|
38493
|
+
|
|
37708
38494
|
class DataHubPageTemplatePropertiesClass(_Aspect):
|
|
37709
38495
|
"""The main properties of a DataHub page template"""
|
|
37710
38496
|
|
|
@@ -37719,10 +38505,12 @@ class DataHubPageTemplatePropertiesClass(_Aspect):
|
|
|
37719
38505
|
visibility: "DataHubPageTemplateVisibilityClass",
|
|
37720
38506
|
created: "AuditStampClass",
|
|
37721
38507
|
lastModified: "AuditStampClass",
|
|
38508
|
+
assetSummary: Union[None, "DataHubPageTemplateAssetSummaryClass"]=None,
|
|
37722
38509
|
):
|
|
37723
38510
|
super().__init__()
|
|
37724
38511
|
|
|
37725
38512
|
self.rows = rows
|
|
38513
|
+
self.assetSummary = assetSummary
|
|
37726
38514
|
self.surface = surface
|
|
37727
38515
|
self.visibility = visibility
|
|
37728
38516
|
self.created = created
|
|
@@ -37730,6 +38518,7 @@ class DataHubPageTemplatePropertiesClass(_Aspect):
|
|
|
37730
38518
|
|
|
37731
38519
|
def _restore_defaults(self) -> None:
|
|
37732
38520
|
self.rows = list()
|
|
38521
|
+
self.assetSummary = self.RECORD_SCHEMA.fields_dict["assetSummary"].default
|
|
37733
38522
|
self.surface = DataHubPageTemplateSurfaceClass._construct_with_defaults()
|
|
37734
38523
|
self.visibility = DataHubPageTemplateVisibilityClass._construct_with_defaults()
|
|
37735
38524
|
self.created = AuditStampClass._construct_with_defaults()
|
|
@@ -37746,6 +38535,16 @@ class DataHubPageTemplatePropertiesClass(_Aspect):
|
|
|
37746
38535
|
self._inner_dict['rows'] = value
|
|
37747
38536
|
|
|
37748
38537
|
|
|
38538
|
+
@property
|
|
38539
|
+
def assetSummary(self) -> Union[None, "DataHubPageTemplateAssetSummaryClass"]:
|
|
38540
|
+
"""The optional info for asset summaries. Should be populated if surfaceType is ASSET_SUMMARY"""
|
|
38541
|
+
return self._inner_dict.get('assetSummary') # type: ignore
|
|
38542
|
+
|
|
38543
|
+
@assetSummary.setter
|
|
38544
|
+
def assetSummary(self, value: Union[None, "DataHubPageTemplateAssetSummaryClass"]) -> None:
|
|
38545
|
+
self._inner_dict['assetSummary'] = value
|
|
38546
|
+
|
|
38547
|
+
|
|
37749
38548
|
@property
|
|
37750
38549
|
def surface(self) -> "DataHubPageTemplateSurfaceClass":
|
|
37751
38550
|
"""Info about the surface area of the product that this template is deployed in"""
|
|
@@ -37878,6 +38677,58 @@ class PageTemplateSurfaceTypeClass(object):
|
|
|
37878
38677
|
HOME_PAGE = "HOME_PAGE"
|
|
37879
38678
|
"""This template applies to what to display on the home page for users."""
|
|
37880
38679
|
|
|
38680
|
+
ASSET_SUMMARY = "ASSET_SUMMARY"
|
|
38681
|
+
"""This template applies to what to display on asset summary pages"""
|
|
38682
|
+
|
|
38683
|
+
|
|
38684
|
+
|
|
38685
|
+
class SummaryElementClass(DictWrapper):
|
|
38686
|
+
"""Info for a given asset summary element"""
|
|
38687
|
+
|
|
38688
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.template.SummaryElement")
|
|
38689
|
+
def __init__(self,
|
|
38690
|
+
elementType: Union[str, "SummaryElementTypeClass"],
|
|
38691
|
+
structuredPropertyUrn: Union[None, str]=None,
|
|
38692
|
+
):
|
|
38693
|
+
super().__init__()
|
|
38694
|
+
|
|
38695
|
+
self.elementType = elementType
|
|
38696
|
+
self.structuredPropertyUrn = structuredPropertyUrn
|
|
38697
|
+
|
|
38698
|
+
def _restore_defaults(self) -> None:
|
|
38699
|
+
self.elementType = SummaryElementTypeClass.CREATED
|
|
38700
|
+
self.structuredPropertyUrn = self.RECORD_SCHEMA.fields_dict["structuredPropertyUrn"].default
|
|
38701
|
+
|
|
38702
|
+
|
|
38703
|
+
@property
|
|
38704
|
+
def elementType(self) -> Union[str, "SummaryElementTypeClass"]:
|
|
38705
|
+
"""The type of element/property"""
|
|
38706
|
+
return self._inner_dict.get('elementType') # type: ignore
|
|
38707
|
+
|
|
38708
|
+
@elementType.setter
|
|
38709
|
+
def elementType(self, value: Union[str, "SummaryElementTypeClass"]) -> None:
|
|
38710
|
+
self._inner_dict['elementType'] = value
|
|
38711
|
+
|
|
38712
|
+
|
|
38713
|
+
@property
|
|
38714
|
+
def structuredPropertyUrn(self) -> Union[None, str]:
|
|
38715
|
+
"""The urn of the structured property shown. Required if propertyType is STRUCTURED_PROPERTY"""
|
|
38716
|
+
return self._inner_dict.get('structuredPropertyUrn') # type: ignore
|
|
38717
|
+
|
|
38718
|
+
@structuredPropertyUrn.setter
|
|
38719
|
+
def structuredPropertyUrn(self, value: Union[None, str]) -> None:
|
|
38720
|
+
self._inner_dict['structuredPropertyUrn'] = value
|
|
38721
|
+
|
|
38722
|
+
|
|
38723
|
+
class SummaryElementTypeClass(object):
|
|
38724
|
+
# No docs available.
|
|
38725
|
+
|
|
38726
|
+
CREATED = "CREATED"
|
|
38727
|
+
TAGS = "TAGS"
|
|
38728
|
+
GLOSSARY_TERMS = "GLOSSARY_TERMS"
|
|
38729
|
+
OWNERS = "OWNERS"
|
|
38730
|
+
DOMAIN = "DOMAIN"
|
|
38731
|
+
STRUCTURED_PROPERTY = "STRUCTURED_PROPERTY"
|
|
37881
38732
|
|
|
37882
38733
|
|
|
37883
38734
|
class BatchTestRunEventClass(_Aspect):
|
|
@@ -39869,6 +40720,7 @@ __SCHEMA_TYPES = {
|
|
|
39869
40720
|
'com.linkedin.pegasus2avro.event.notification.settings.EmailNotificationSettings': EmailNotificationSettingsClass,
|
|
39870
40721
|
'com.linkedin.pegasus2avro.event.notification.settings.NotificationSettings': NotificationSettingsClass,
|
|
39871
40722
|
'com.linkedin.pegasus2avro.event.notification.settings.SlackNotificationSettings': SlackNotificationSettingsClass,
|
|
40723
|
+
'com.linkedin.pegasus2avro.event.notification.settings.TeamsNotificationSettings': TeamsNotificationSettingsClass,
|
|
39872
40724
|
'com.linkedin.pegasus2avro.event.notification.template.NotificationTemplateType': NotificationTemplateTypeClass,
|
|
39873
40725
|
'com.linkedin.pegasus2avro.event.notification.template.OwnershipParameters': OwnershipParametersClass,
|
|
39874
40726
|
'com.linkedin.pegasus2avro.events.metadata.ChangeType': ChangeTypeClass,
|
|
@@ -39910,13 +40762,16 @@ __SCHEMA_TYPES = {
|
|
|
39910
40762
|
'com.linkedin.pegasus2avro.identity.CorpUserEditableInfo': CorpUserEditableInfoClass,
|
|
39911
40763
|
'com.linkedin.pegasus2avro.identity.CorpUserHomePageSettings': CorpUserHomePageSettingsClass,
|
|
39912
40764
|
'com.linkedin.pegasus2avro.identity.CorpUserInfo': CorpUserInfoClass,
|
|
40765
|
+
'com.linkedin.pegasus2avro.identity.CorpUserInvitationStatus': CorpUserInvitationStatusClass,
|
|
39913
40766
|
'com.linkedin.pegasus2avro.identity.CorpUserSettings': CorpUserSettingsClass,
|
|
39914
40767
|
'com.linkedin.pegasus2avro.identity.CorpUserStatus': CorpUserStatusClass,
|
|
39915
40768
|
'com.linkedin.pegasus2avro.identity.CorpUserViewsSettings': CorpUserViewsSettingsClass,
|
|
39916
40769
|
'com.linkedin.pegasus2avro.identity.GroupMembership': GroupMembershipClass,
|
|
40770
|
+
'com.linkedin.pegasus2avro.identity.InvitationStatus': InvitationStatusClass,
|
|
39917
40771
|
'com.linkedin.pegasus2avro.identity.InviteToken': InviteTokenClass,
|
|
39918
40772
|
'com.linkedin.pegasus2avro.identity.NativeGroupMembership': NativeGroupMembershipClass,
|
|
39919
40773
|
'com.linkedin.pegasus2avro.identity.RoleMembership': RoleMembershipClass,
|
|
40774
|
+
'com.linkedin.pegasus2avro.identity.TokenType': TokenTypeClass,
|
|
39920
40775
|
'com.linkedin.pegasus2avro.incident.IncidentActivityChange': IncidentActivityChangeClass,
|
|
39921
40776
|
'com.linkedin.pegasus2avro.incident.IncidentActivityChangeType': IncidentActivityChangeTypeClass,
|
|
39922
40777
|
'com.linkedin.pegasus2avro.incident.IncidentActivityEvent': IncidentActivityEventClass,
|
|
@@ -40031,6 +40886,7 @@ __SCHEMA_TYPES = {
|
|
|
40031
40886
|
'com.linkedin.pegasus2avro.metadata.recommendation.RecommendationParams': RecommendationParamsClass,
|
|
40032
40887
|
'com.linkedin.pegasus2avro.metadata.recommendation.RecommendationRenderType': RecommendationRenderTypeClass,
|
|
40033
40888
|
'com.linkedin.pegasus2avro.metadata.recommendation.SearchParams': SearchParamsClass,
|
|
40889
|
+
'com.linkedin.pegasus2avro.metadata.search.features.CorpUserUsageFeatures': CorpUserUsageFeaturesClass,
|
|
40034
40890
|
'com.linkedin.pegasus2avro.metadata.search.features.CostCurrencyCode': CostCurrencyCodeClass,
|
|
40035
40891
|
'com.linkedin.pegasus2avro.metadata.search.features.CostFeatures': CostFeaturesClass,
|
|
40036
40892
|
'com.linkedin.pegasus2avro.metadata.search.features.LineageFeatures': LineageFeaturesClass,
|
|
@@ -40162,6 +41018,8 @@ __SCHEMA_TYPES = {
|
|
|
40162
41018
|
'com.linkedin.pegasus2avro.persona.DataHubPersonaInfo': DataHubPersonaInfoClass,
|
|
40163
41019
|
'com.linkedin.pegasus2avro.platform.event.v1.EntityChangeEvent': EntityChangeEventClass,
|
|
40164
41020
|
'com.linkedin.pegasus2avro.platform.event.v1.Parameters': ParametersClass,
|
|
41021
|
+
'com.linkedin.pegasus2avro.platform.event.v1.RelationshipChangeEvent': RelationshipChangeEventClass,
|
|
41022
|
+
'com.linkedin.pegasus2avro.platform.event.v1.RelationshipChangeOperation': RelationshipChangeOperationClass,
|
|
40165
41023
|
'com.linkedin.pegasus2avro.platformresource.PlatformResourceInfo': PlatformResourceInfoClass,
|
|
40166
41024
|
'com.linkedin.pegasus2avro.platformresource.PlatformResourceKey': PlatformResourceKeyClass,
|
|
40167
41025
|
'com.linkedin.pegasus2avro.policy.DataHubActorFilter': DataHubActorFilterClass,
|
|
@@ -40230,6 +41088,9 @@ __SCHEMA_TYPES = {
|
|
|
40230
41088
|
'com.linkedin.pegasus2avro.secret.DataHubSecretValue': DataHubSecretValueClass,
|
|
40231
41089
|
'com.linkedin.pegasus2avro.settings.NotificationSetting': NotificationSettingClass,
|
|
40232
41090
|
'com.linkedin.pegasus2avro.settings.NotificationSettingValue': NotificationSettingValueClass,
|
|
41091
|
+
'com.linkedin.pegasus2avro.settings.asset.AssetSettings': AssetSettingsClass,
|
|
41092
|
+
'com.linkedin.pegasus2avro.settings.asset.AssetSummarySettings': AssetSummarySettingsClass,
|
|
41093
|
+
'com.linkedin.pegasus2avro.settings.asset.AssetSummarySettingsTemplate': AssetSummarySettingsTemplateClass,
|
|
40233
41094
|
'com.linkedin.pegasus2avro.settings.global.ApplicationsSettings': ApplicationsSettingsClass,
|
|
40234
41095
|
'com.linkedin.pegasus2avro.settings.global.DocPropagationFeatureSettings': DocPropagationFeatureSettingsClass,
|
|
40235
41096
|
'com.linkedin.pegasus2avro.settings.global.DocumentationAiSettings': DocumentationAiSettingsClass,
|
|
@@ -40245,6 +41106,9 @@ __SCHEMA_TYPES = {
|
|
|
40245
41106
|
'com.linkedin.pegasus2avro.settings.global.OidcSettings': OidcSettingsClass,
|
|
40246
41107
|
'com.linkedin.pegasus2avro.settings.global.SlackIntegrationSettings': SlackIntegrationSettingsClass,
|
|
40247
41108
|
'com.linkedin.pegasus2avro.settings.global.SsoSettings': SsoSettingsClass,
|
|
41109
|
+
'com.linkedin.pegasus2avro.settings.global.TeamsChannel': TeamsChannelClass,
|
|
41110
|
+
'com.linkedin.pegasus2avro.settings.global.TeamsIntegrationSettings': TeamsIntegrationSettingsClass,
|
|
41111
|
+
'com.linkedin.pegasus2avro.settings.global.TeamsUser': TeamsUserClass,
|
|
40248
41112
|
'com.linkedin.pegasus2avro.step.DataHubStepStateProperties': DataHubStepStatePropertiesClass,
|
|
40249
41113
|
'com.linkedin.pegasus2avro.structured.PropertyCardinality': PropertyCardinalityClass,
|
|
40250
41114
|
'com.linkedin.pegasus2avro.structured.PropertyValue': PropertyValueClass,
|
|
@@ -40262,12 +41126,15 @@ __SCHEMA_TYPES = {
|
|
|
40262
41126
|
'com.linkedin.pegasus2avro.subscription.SubscriptionType': SubscriptionTypeClass,
|
|
40263
41127
|
'com.linkedin.pegasus2avro.tag.TagProperties': TagPropertiesClass,
|
|
40264
41128
|
'com.linkedin.pegasus2avro.telemetry.TelemetryClientId': TelemetryClientIdClass,
|
|
41129
|
+
'com.linkedin.pegasus2avro.template.DataHubPageTemplateAssetSummary': DataHubPageTemplateAssetSummaryClass,
|
|
40265
41130
|
'com.linkedin.pegasus2avro.template.DataHubPageTemplateProperties': DataHubPageTemplatePropertiesClass,
|
|
40266
41131
|
'com.linkedin.pegasus2avro.template.DataHubPageTemplateRow': DataHubPageTemplateRowClass,
|
|
40267
41132
|
'com.linkedin.pegasus2avro.template.DataHubPageTemplateSurface': DataHubPageTemplateSurfaceClass,
|
|
40268
41133
|
'com.linkedin.pegasus2avro.template.DataHubPageTemplateVisibility': DataHubPageTemplateVisibilityClass,
|
|
40269
41134
|
'com.linkedin.pegasus2avro.template.PageTemplateScope': PageTemplateScopeClass,
|
|
40270
41135
|
'com.linkedin.pegasus2avro.template.PageTemplateSurfaceType': PageTemplateSurfaceTypeClass,
|
|
41136
|
+
'com.linkedin.pegasus2avro.template.SummaryElement': SummaryElementClass,
|
|
41137
|
+
'com.linkedin.pegasus2avro.template.SummaryElementType': SummaryElementTypeClass,
|
|
40271
41138
|
'com.linkedin.pegasus2avro.test.BatchTestRunEvent': BatchTestRunEventClass,
|
|
40272
41139
|
'com.linkedin.pegasus2avro.test.BatchTestRunResult': BatchTestRunResultClass,
|
|
40273
41140
|
'com.linkedin.pegasus2avro.test.BatchTestRunStatus': BatchTestRunStatusClass,
|
|
@@ -40629,6 +41496,7 @@ __SCHEMA_TYPES = {
|
|
|
40629
41496
|
'EmailNotificationSettings': EmailNotificationSettingsClass,
|
|
40630
41497
|
'NotificationSettings': NotificationSettingsClass,
|
|
40631
41498
|
'SlackNotificationSettings': SlackNotificationSettingsClass,
|
|
41499
|
+
'TeamsNotificationSettings': TeamsNotificationSettingsClass,
|
|
40632
41500
|
'NotificationTemplateType': NotificationTemplateTypeClass,
|
|
40633
41501
|
'OwnershipParameters': OwnershipParametersClass,
|
|
40634
41502
|
'ChangeType': ChangeTypeClass,
|
|
@@ -40670,13 +41538,16 @@ __SCHEMA_TYPES = {
|
|
|
40670
41538
|
'CorpUserEditableInfo': CorpUserEditableInfoClass,
|
|
40671
41539
|
'CorpUserHomePageSettings': CorpUserHomePageSettingsClass,
|
|
40672
41540
|
'CorpUserInfo': CorpUserInfoClass,
|
|
41541
|
+
'CorpUserInvitationStatus': CorpUserInvitationStatusClass,
|
|
40673
41542
|
'CorpUserSettings': CorpUserSettingsClass,
|
|
40674
41543
|
'CorpUserStatus': CorpUserStatusClass,
|
|
40675
41544
|
'CorpUserViewsSettings': CorpUserViewsSettingsClass,
|
|
40676
41545
|
'GroupMembership': GroupMembershipClass,
|
|
41546
|
+
'InvitationStatus': InvitationStatusClass,
|
|
40677
41547
|
'InviteToken': InviteTokenClass,
|
|
40678
41548
|
'NativeGroupMembership': NativeGroupMembershipClass,
|
|
40679
41549
|
'RoleMembership': RoleMembershipClass,
|
|
41550
|
+
'TokenType': TokenTypeClass,
|
|
40680
41551
|
'IncidentActivityChange': IncidentActivityChangeClass,
|
|
40681
41552
|
'IncidentActivityChangeType': IncidentActivityChangeTypeClass,
|
|
40682
41553
|
'IncidentActivityEvent': IncidentActivityEventClass,
|
|
@@ -40791,6 +41662,7 @@ __SCHEMA_TYPES = {
|
|
|
40791
41662
|
'RecommendationParams': RecommendationParamsClass,
|
|
40792
41663
|
'RecommendationRenderType': RecommendationRenderTypeClass,
|
|
40793
41664
|
'SearchParams': SearchParamsClass,
|
|
41665
|
+
'CorpUserUsageFeatures': CorpUserUsageFeaturesClass,
|
|
40794
41666
|
'CostCurrencyCode': CostCurrencyCodeClass,
|
|
40795
41667
|
'CostFeatures': CostFeaturesClass,
|
|
40796
41668
|
'LineageFeatures': LineageFeaturesClass,
|
|
@@ -40922,6 +41794,8 @@ __SCHEMA_TYPES = {
|
|
|
40922
41794
|
'DataHubPersonaInfo': DataHubPersonaInfoClass,
|
|
40923
41795
|
'EntityChangeEvent': EntityChangeEventClass,
|
|
40924
41796
|
'Parameters': ParametersClass,
|
|
41797
|
+
'RelationshipChangeEvent': RelationshipChangeEventClass,
|
|
41798
|
+
'RelationshipChangeOperation': RelationshipChangeOperationClass,
|
|
40925
41799
|
'PlatformResourceInfo': PlatformResourceInfoClass,
|
|
40926
41800
|
'PlatformResourceKey': PlatformResourceKeyClass,
|
|
40927
41801
|
'DataHubActorFilter': DataHubActorFilterClass,
|
|
@@ -40990,6 +41864,9 @@ __SCHEMA_TYPES = {
|
|
|
40990
41864
|
'DataHubSecretValue': DataHubSecretValueClass,
|
|
40991
41865
|
'NotificationSetting': NotificationSettingClass,
|
|
40992
41866
|
'NotificationSettingValue': NotificationSettingValueClass,
|
|
41867
|
+
'AssetSettings': AssetSettingsClass,
|
|
41868
|
+
'AssetSummarySettings': AssetSummarySettingsClass,
|
|
41869
|
+
'AssetSummarySettingsTemplate': AssetSummarySettingsTemplateClass,
|
|
40993
41870
|
'ApplicationsSettings': ApplicationsSettingsClass,
|
|
40994
41871
|
'DocPropagationFeatureSettings': DocPropagationFeatureSettingsClass,
|
|
40995
41872
|
'DocumentationAiSettings': DocumentationAiSettingsClass,
|
|
@@ -41005,6 +41882,9 @@ __SCHEMA_TYPES = {
|
|
|
41005
41882
|
'OidcSettings': OidcSettingsClass,
|
|
41006
41883
|
'SlackIntegrationSettings': SlackIntegrationSettingsClass,
|
|
41007
41884
|
'SsoSettings': SsoSettingsClass,
|
|
41885
|
+
'TeamsChannel': TeamsChannelClass,
|
|
41886
|
+
'TeamsIntegrationSettings': TeamsIntegrationSettingsClass,
|
|
41887
|
+
'TeamsUser': TeamsUserClass,
|
|
41008
41888
|
'DataHubStepStateProperties': DataHubStepStatePropertiesClass,
|
|
41009
41889
|
'PropertyCardinality': PropertyCardinalityClass,
|
|
41010
41890
|
'PropertyValue': PropertyValueClass,
|
|
@@ -41022,12 +41902,15 @@ __SCHEMA_TYPES = {
|
|
|
41022
41902
|
'SubscriptionType': SubscriptionTypeClass,
|
|
41023
41903
|
'TagProperties': TagPropertiesClass,
|
|
41024
41904
|
'TelemetryClientId': TelemetryClientIdClass,
|
|
41905
|
+
'DataHubPageTemplateAssetSummary': DataHubPageTemplateAssetSummaryClass,
|
|
41025
41906
|
'DataHubPageTemplateProperties': DataHubPageTemplatePropertiesClass,
|
|
41026
41907
|
'DataHubPageTemplateRow': DataHubPageTemplateRowClass,
|
|
41027
41908
|
'DataHubPageTemplateSurface': DataHubPageTemplateSurfaceClass,
|
|
41028
41909
|
'DataHubPageTemplateVisibility': DataHubPageTemplateVisibilityClass,
|
|
41029
41910
|
'PageTemplateScope': PageTemplateScopeClass,
|
|
41030
41911
|
'PageTemplateSurfaceType': PageTemplateSurfaceTypeClass,
|
|
41912
|
+
'SummaryElement': SummaryElementClass,
|
|
41913
|
+
'SummaryElementType': SummaryElementTypeClass,
|
|
41031
41914
|
'BatchTestRunEvent': BatchTestRunEventClass,
|
|
41032
41915
|
'BatchTestRunResult': BatchTestRunResultClass,
|
|
41033
41916
|
'BatchTestRunStatus': BatchTestRunStatusClass,
|
|
@@ -41076,289 +41959,292 @@ avrojson.set_global_json_converter(_json_converter)
|
|
|
41076
41959
|
|
|
41077
41960
|
|
|
41078
41961
|
ASPECT_CLASSES: List[Type[_Aspect]] = [
|
|
41079
|
-
ConstraintInfoClass,
|
|
41080
|
-
SchemaMetadataClass,
|
|
41081
|
-
SchemaProposalsClass,
|
|
41082
|
-
EditableSchemaMetadataClass,
|
|
41083
41962
|
AiInferenceMetadataClass,
|
|
41084
41963
|
EntityInferenceMetadataClass,
|
|
41085
|
-
|
|
41086
|
-
|
|
41087
|
-
|
|
41088
|
-
|
|
41089
|
-
|
|
41090
|
-
|
|
41091
|
-
|
|
41964
|
+
BusinessAttributeInfoClass,
|
|
41965
|
+
BusinessAttributesClass,
|
|
41966
|
+
BusinessAttributeKeyClass,
|
|
41967
|
+
DatasetPropertiesClass,
|
|
41968
|
+
DatasetDeprecationClass,
|
|
41969
|
+
SchemaFieldProfileClass,
|
|
41970
|
+
PartitionsSummaryClass,
|
|
41971
|
+
DatasetUpstreamLineageClass,
|
|
41972
|
+
DatasetUsageStatisticsClass,
|
|
41973
|
+
EditableDatasetPropertiesClass,
|
|
41974
|
+
UpstreamLineageClass,
|
|
41975
|
+
DatasetProfileClass,
|
|
41976
|
+
ViewPropertiesClass,
|
|
41977
|
+
IcebergCatalogInfoClass,
|
|
41978
|
+
OwnershipClass,
|
|
41979
|
+
SubTypesClass,
|
|
41980
|
+
IncidentsSummaryClass,
|
|
41981
|
+
CostClass,
|
|
41982
|
+
DocumentationClass,
|
|
41983
|
+
SiblingsClass,
|
|
41984
|
+
ShareClass,
|
|
41985
|
+
DataTransformLogicClass,
|
|
41986
|
+
AssertionsSummaryClass,
|
|
41987
|
+
ProposalsClass,
|
|
41988
|
+
GlobalTagsClass,
|
|
41989
|
+
InstitutionalMemoryClass,
|
|
41990
|
+
BrowsePathsClass,
|
|
41991
|
+
GlossaryTermsClass,
|
|
41992
|
+
OriginClass,
|
|
41993
|
+
EmbedClass,
|
|
41994
|
+
StatusClass,
|
|
41995
|
+
AnomaliesSummaryClass,
|
|
41996
|
+
FormsClass,
|
|
41997
|
+
DeprecationClass,
|
|
41998
|
+
VersionPropertiesClass,
|
|
41999
|
+
DataPlatformInstanceClass,
|
|
42000
|
+
DisplayPropertiesClass,
|
|
42001
|
+
OperationClass,
|
|
42002
|
+
BrowsePathsV2Class,
|
|
42003
|
+
AccessClass,
|
|
42004
|
+
InputFieldsClass,
|
|
42005
|
+
DataTypeKeyClass,
|
|
42006
|
+
DataTypeInfoClass,
|
|
41092
42007
|
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,
|
|
42008
|
+
EditableERModelRelationshipPropertiesClass,
|
|
42009
|
+
SchemaFieldAliasesClass,
|
|
42010
|
+
SchemaFieldInfoClass,
|
|
42011
|
+
ActionRequestStatusClass,
|
|
41120
42012
|
ActionRequestInfoClass,
|
|
41121
42013
|
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
42014
|
DataProductPropertiesClass,
|
|
41171
42015
|
DataProductKeyClass,
|
|
41172
|
-
|
|
41173
|
-
|
|
41174
|
-
|
|
42016
|
+
DataHubPageModulePropertiesClass,
|
|
42017
|
+
RecommendationModuleClass,
|
|
42018
|
+
CorpUserUsageFeaturesClass,
|
|
41175
42019
|
UsageFeaturesClass,
|
|
42020
|
+
LineageFeaturesClass,
|
|
42021
|
+
CostFeaturesClass,
|
|
41176
42022
|
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,
|
|
42023
|
+
DataHubPageTemplateKeyClass,
|
|
42024
|
+
SchemaFieldKeyClass,
|
|
41194
42025
|
DatasetKeyClass,
|
|
41195
|
-
|
|
41196
|
-
|
|
41197
|
-
|
|
42026
|
+
NotebookKeyClass,
|
|
42027
|
+
SubscriptionKeyClass,
|
|
42028
|
+
TelemetryKeyClass,
|
|
41198
42029
|
DashboardKeyClass,
|
|
41199
|
-
|
|
41200
|
-
|
|
41201
|
-
|
|
42030
|
+
ContainerKeyClass,
|
|
42031
|
+
ActionRequestKeyClass,
|
|
42032
|
+
RoleKeyClass,
|
|
41202
42033
|
RecommendationModuleKeyClass,
|
|
42034
|
+
DataHubIngestionSourceKeyClass,
|
|
42035
|
+
DataHubAccessTokenKeyClass,
|
|
42036
|
+
PostKeyClass,
|
|
42037
|
+
DataHubUpgradeKeyClass,
|
|
42038
|
+
LinkPreviewKeyClass,
|
|
42039
|
+
OwnershipTypeKeyClass,
|
|
42040
|
+
ActionWorkflowKeyClass,
|
|
42041
|
+
DataContractKeyClass,
|
|
41203
42042
|
IncidentKeyClass,
|
|
41204
|
-
|
|
42043
|
+
ExecutionRequestKeyClass,
|
|
41205
42044
|
MLModelKeyClass,
|
|
42045
|
+
GlobalSettingsKeyClass,
|
|
42046
|
+
ERModelRelationshipKeyClass,
|
|
42047
|
+
TagKeyClass,
|
|
42048
|
+
DataFlowKeyClass,
|
|
42049
|
+
GlossaryTermKeyClass,
|
|
41206
42050
|
DomainKeyClass,
|
|
41207
|
-
|
|
41208
|
-
|
|
41209
|
-
InviteTokenKeyClass,
|
|
41210
|
-
DataHubIngestionSourceKeyClass,
|
|
41211
|
-
QueryKeyClass,
|
|
41212
|
-
DataHubRoleKeyClass,
|
|
41213
|
-
MLModelGroupKeyClass,
|
|
41214
|
-
DataHubStepStateKeyClass,
|
|
41215
|
-
SchemaFieldKeyClass,
|
|
42051
|
+
RemoteExecutorKeyClass,
|
|
42052
|
+
ChartKeyClass,
|
|
41216
42053
|
DataJobKeyClass,
|
|
41217
|
-
|
|
41218
|
-
|
|
41219
|
-
|
|
42054
|
+
RemoteExecutorGlobalConfigKeyClass,
|
|
42055
|
+
DataHubPolicyKeyClass,
|
|
42056
|
+
DataPlatformInstanceKeyClass,
|
|
42057
|
+
CorpUserKeyClass,
|
|
42058
|
+
GenericEntityKeyClass,
|
|
42059
|
+
MLModelGroupKeyClass,
|
|
42060
|
+
InviteTokenKeyClass,
|
|
42061
|
+
DataPlatformKeyClass,
|
|
42062
|
+
FormKeyClass,
|
|
41220
42063
|
MLModelDeploymentKeyClass,
|
|
41221
42064
|
RemoteExecutorPoolKeyClass,
|
|
41222
|
-
|
|
41223
|
-
|
|
41224
|
-
MLPrimaryKeyKeyClass,
|
|
41225
|
-
DataHubViewKeyClass,
|
|
41226
|
-
GlossaryNodeKeyClass,
|
|
42065
|
+
DataHubConnectionKeyClass,
|
|
42066
|
+
ConstraintKeyClass,
|
|
41227
42067
|
DataHubMetricCubeKeyClass,
|
|
41228
|
-
|
|
41229
|
-
|
|
41230
|
-
VersionSetKeyClass,
|
|
41231
|
-
DataHubPersonaKeyClass,
|
|
41232
|
-
TelemetryKeyClass,
|
|
41233
|
-
DataHubActionKeyClass,
|
|
42068
|
+
DataHubStepStateKeyClass,
|
|
42069
|
+
GlossaryNodeKeyClass,
|
|
41234
42070
|
DataHubRetentionKeyClass,
|
|
41235
|
-
|
|
41236
|
-
|
|
41237
|
-
|
|
41238
|
-
|
|
41239
|
-
AssertionKeyClass,
|
|
42071
|
+
DataProcessKeyClass,
|
|
42072
|
+
MLFeatureTableKeyClass,
|
|
42073
|
+
DataHubViewKeyClass,
|
|
42074
|
+
VersionSetKeyClass,
|
|
41240
42075
|
DataHubPageModuleKeyClass,
|
|
41241
|
-
|
|
41242
|
-
|
|
42076
|
+
MonitorSuiteKeyClass,
|
|
42077
|
+
DataHubOpenAPISchemaKeyClass,
|
|
42078
|
+
DataHubSecretKeyClass,
|
|
42079
|
+
CorpGroupKeyClass,
|
|
42080
|
+
TestKeyClass,
|
|
42081
|
+
DataHubActionKeyClass,
|
|
41243
42082
|
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,
|
|
42083
|
+
DataHubPersonaKeyClass,
|
|
42084
|
+
MLPrimaryKeyKeyClass,
|
|
42085
|
+
DataProcessInstanceKeyClass,
|
|
42086
|
+
AnomalyKeyClass,
|
|
42087
|
+
QueryKeyClass,
|
|
42088
|
+
AssertionKeyClass,
|
|
42089
|
+
DataHubRoleKeyClass,
|
|
42090
|
+
MonitorKeyClass,
|
|
42091
|
+
DataProcessInstanceInputClass,
|
|
42092
|
+
DataProcessInstancePropertiesClass,
|
|
42093
|
+
DataProcessInstanceRelationshipsClass,
|
|
42094
|
+
DataProcessInfoClass,
|
|
42095
|
+
DataProcessInstanceRunEventClass,
|
|
42096
|
+
DataProcessInstanceOutputClass,
|
|
41265
42097
|
EditableMLFeaturePropertiesClass,
|
|
41266
|
-
|
|
42098
|
+
MLModelPropertiesClass,
|
|
42099
|
+
TrainingDataClass,
|
|
42100
|
+
MLPrimaryKeyPropertiesClass,
|
|
42101
|
+
EditableMLModelGroupPropertiesClass,
|
|
42102
|
+
MetricsClass,
|
|
41267
42103
|
MLModelDeploymentPropertiesClass,
|
|
41268
|
-
|
|
41269
|
-
|
|
42104
|
+
EvaluationDataClass,
|
|
42105
|
+
EditableMLFeatureTablePropertiesClass,
|
|
42106
|
+
MLModelGroupPropertiesClass,
|
|
41270
42107
|
CaveatsAndRecommendationsClass,
|
|
42108
|
+
EditableMLModelPropertiesClass,
|
|
42109
|
+
EthicalConsiderationsClass,
|
|
42110
|
+
EditableMLPrimaryKeyPropertiesClass,
|
|
42111
|
+
MLTrainingRunPropertiesClass,
|
|
42112
|
+
MLModelFactorPromptsClass,
|
|
42113
|
+
MLHyperParamClass,
|
|
42114
|
+
MLMetricClass,
|
|
41271
42115
|
QuantitativeAnalysesClass,
|
|
42116
|
+
SourceCodeClass,
|
|
42117
|
+
MLFeaturePropertiesClass,
|
|
41272
42118
|
MLFeatureTablePropertiesClass,
|
|
41273
|
-
|
|
41274
|
-
|
|
41275
|
-
|
|
42119
|
+
IntendedUseClass,
|
|
42120
|
+
FormAssignmentStatusClass,
|
|
42121
|
+
FormInfoClass,
|
|
42122
|
+
DynamicFormAssignmentClass,
|
|
42123
|
+
FormSettingsClass,
|
|
42124
|
+
DataHubViewInfoClass,
|
|
42125
|
+
DataPlatformInstancePropertiesClass,
|
|
42126
|
+
IcebergWarehouseInfoClass,
|
|
42127
|
+
MonitorAnomalyEventClass,
|
|
42128
|
+
DataHubIngestionSourceInfoClass,
|
|
42129
|
+
ActionWorkflowInfoClass,
|
|
42130
|
+
DataPlatformInfoClass,
|
|
42131
|
+
SlackUserInfoClass,
|
|
42132
|
+
SchemaMetadataClass,
|
|
42133
|
+
EditableSchemaMetadataClass,
|
|
42134
|
+
SchemaProposalsClass,
|
|
42135
|
+
LogicalParentClass,
|
|
42136
|
+
TagPropertiesClass,
|
|
42137
|
+
AssertionRunSummaryClass,
|
|
42138
|
+
AssertionInfoClass,
|
|
42139
|
+
AssertionAnalyticsRunEventClass,
|
|
42140
|
+
AssertionInferenceDetailsClass,
|
|
42141
|
+
AssertionDryRunEventClass,
|
|
42142
|
+
AssertionRunEventClass,
|
|
42143
|
+
AssertionActionsClass,
|
|
42144
|
+
DataJobInfoClass,
|
|
42145
|
+
EditableDataFlowPropertiesClass,
|
|
42146
|
+
DataFlowInfoClass,
|
|
42147
|
+
EditableDataJobPropertiesClass,
|
|
42148
|
+
DataJobInputOutputClass,
|
|
42149
|
+
VersionInfoClass,
|
|
42150
|
+
DatahubIngestionCheckpointClass,
|
|
42151
|
+
DatahubIngestionRunSummaryClass,
|
|
42152
|
+
GlossaryTermInfoClass,
|
|
42153
|
+
GlossaryRelatedTermsClass,
|
|
42154
|
+
GlossaryNodeInfoClass,
|
|
42155
|
+
StructuredPropertyKeyClass,
|
|
42156
|
+
StructuredPropertyDefinitionClass,
|
|
42157
|
+
StructuredPropertiesClass,
|
|
42158
|
+
StructuredPropertySettingsClass,
|
|
41276
42159
|
DomainsClass,
|
|
42160
|
+
DomainPropertiesClass,
|
|
42161
|
+
MonitorInfoClass,
|
|
42162
|
+
MonitorTimeseriesStateClass,
|
|
42163
|
+
MonitorSuiteInfoClass,
|
|
42164
|
+
DataHubUpgradeResultClass,
|
|
42165
|
+
DataHubUpgradeRequestClass,
|
|
42166
|
+
CorpUserCredentialsClass,
|
|
42167
|
+
CorpUserInfoClass,
|
|
42168
|
+
CorpGroupInfoClass,
|
|
42169
|
+
CorpUserStatusClass,
|
|
42170
|
+
CorpGroupEditableInfoClass,
|
|
42171
|
+
NativeGroupMembershipClass,
|
|
42172
|
+
CorpUserEditableInfoClass,
|
|
42173
|
+
InviteTokenClass,
|
|
42174
|
+
GroupMembershipClass,
|
|
42175
|
+
RoleMembershipClass,
|
|
42176
|
+
CorpGroupSettingsClass,
|
|
42177
|
+
CorpUserInvitationStatusClass,
|
|
42178
|
+
CorpUserSettingsClass,
|
|
42179
|
+
ConstraintInfoClass,
|
|
42180
|
+
FormNotificationsClass,
|
|
42181
|
+
EntityTypeInfoClass,
|
|
42182
|
+
EntityTypeKeyClass,
|
|
41277
42183
|
DataHubActionInfoClass,
|
|
41278
42184
|
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
42185
|
InferredNeighborsClass,
|
|
41294
42186
|
SchemaFieldsInferredNeighborsClass,
|
|
42187
|
+
SchemaFieldsInferredMetadataClass,
|
|
42188
|
+
InferredMetadataClass,
|
|
42189
|
+
TestResultsClass,
|
|
42190
|
+
TestInfoClass,
|
|
42191
|
+
BatchTestRunEventClass,
|
|
42192
|
+
EditableNotebookPropertiesClass,
|
|
42193
|
+
NotebookContentClass,
|
|
42194
|
+
NotebookInfoClass,
|
|
42195
|
+
DataHubStepStatePropertiesClass,
|
|
42196
|
+
ContainerClass,
|
|
42197
|
+
ContainerPropertiesClass,
|
|
42198
|
+
EditableContainerPropertiesClass,
|
|
42199
|
+
RemoteExecutorPoolGlobalConfigClass,
|
|
42200
|
+
DataHubConnectionDetailsClass,
|
|
42201
|
+
TelemetryClientIdClass,
|
|
42202
|
+
DataHubPageTemplatePropertiesClass,
|
|
42203
|
+
RemoteExecutorStatusClass,
|
|
42204
|
+
DataHubRetentionConfigClass,
|
|
42205
|
+
ApplicationPropertiesClass,
|
|
42206
|
+
ApplicationKeyClass,
|
|
42207
|
+
ApplicationsClass,
|
|
42208
|
+
ActorsClass,
|
|
42209
|
+
RolePropertiesClass,
|
|
42210
|
+
DataContractStatusClass,
|
|
42211
|
+
DataContractPropertiesClass,
|
|
42212
|
+
SubscriptionInfoClass,
|
|
42213
|
+
ExecutionRequestSignalClass,
|
|
42214
|
+
ExecutionRequestResultClass,
|
|
42215
|
+
ExecutionRequestInputClass,
|
|
42216
|
+
PostInfoClass,
|
|
42217
|
+
RemoteExecutorPoolInfoClass,
|
|
42218
|
+
DashboardUsageStatisticsClass,
|
|
42219
|
+
EditableDashboardPropertiesClass,
|
|
42220
|
+
DashboardInfoClass,
|
|
42221
|
+
DataHubPersonaInfoClass,
|
|
42222
|
+
QueryUsageStatisticsClass,
|
|
42223
|
+
QueryPropertiesClass,
|
|
42224
|
+
QuerySubjectsClass,
|
|
42225
|
+
QueryUsageFeaturesClass,
|
|
42226
|
+
OwnershipTypeInfoClass,
|
|
42227
|
+
LinkPreviewInfoClass,
|
|
42228
|
+
DataHubMetricCubeDefinitionClass,
|
|
42229
|
+
DataHubMetricCubeEventClass,
|
|
42230
|
+
DataHubPolicyInfoClass,
|
|
42231
|
+
DataHubRoleInfoClass,
|
|
42232
|
+
DataHubAccessTokenInfoClass,
|
|
41295
42233
|
ChartInfoClass,
|
|
42234
|
+
EditableChartPropertiesClass,
|
|
41296
42235
|
ChartQueryClass,
|
|
41297
42236
|
ChartUsageStatisticsClass,
|
|
41298
|
-
|
|
41299
|
-
|
|
41300
|
-
DataHubAccessTokenInfoClass,
|
|
42237
|
+
SystemMetadataClass,
|
|
42238
|
+
AssetSettingsClass,
|
|
41301
42239
|
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
|
|
42240
|
+
DataHubSecretValueClass,
|
|
42241
|
+
VersionSetPropertiesClass,
|
|
42242
|
+
PlatformResourceKeyClass,
|
|
42243
|
+
PlatformResourceInfoClass,
|
|
42244
|
+
IncidentNotificationDetailsClass,
|
|
42245
|
+
IncidentSourceClass,
|
|
42246
|
+
IncidentActivityEventClass,
|
|
42247
|
+
IncidentInfoClass
|
|
41362
42248
|
]
|
|
41363
42249
|
|
|
41364
42250
|
ASPECT_NAME_MAP: Dict[str, Type[_Aspect]] = {
|
|
@@ -41370,518 +42256,521 @@ from typing import Literal, Set
|
|
|
41370
42256
|
from typing_extensions import TypedDict
|
|
41371
42257
|
|
|
41372
42258
|
class AspectBag(TypedDict, total=False):
|
|
41373
|
-
constraintInfo: ConstraintInfoClass
|
|
41374
|
-
schemaMetadata: SchemaMetadataClass
|
|
41375
|
-
schemaProposals: SchemaProposalsClass
|
|
41376
|
-
editableSchemaMetadata: EditableSchemaMetadataClass
|
|
41377
42259
|
aiInferenceMetadata: AiInferenceMetadataClass
|
|
41378
42260
|
entityInferenceMetadata: EntityInferenceMetadataClass
|
|
41379
|
-
|
|
41380
|
-
|
|
41381
|
-
|
|
41382
|
-
|
|
41383
|
-
|
|
41384
|
-
|
|
41385
|
-
|
|
42261
|
+
businessAttributeInfo: BusinessAttributeInfoClass
|
|
42262
|
+
businessAttributes: BusinessAttributesClass
|
|
42263
|
+
businessAttributeKey: BusinessAttributeKeyClass
|
|
42264
|
+
datasetProperties: DatasetPropertiesClass
|
|
42265
|
+
datasetDeprecation: DatasetDeprecationClass
|
|
42266
|
+
schemaFieldProfile: SchemaFieldProfileClass
|
|
42267
|
+
partitionsSummary: PartitionsSummaryClass
|
|
42268
|
+
datasetUpstreamLineage: DatasetUpstreamLineageClass
|
|
42269
|
+
datasetUsageStatistics: DatasetUsageStatisticsClass
|
|
42270
|
+
editableDatasetProperties: EditableDatasetPropertiesClass
|
|
42271
|
+
upstreamLineage: UpstreamLineageClass
|
|
42272
|
+
datasetProfile: DatasetProfileClass
|
|
42273
|
+
viewProperties: ViewPropertiesClass
|
|
42274
|
+
icebergCatalogInfo: IcebergCatalogInfoClass
|
|
42275
|
+
ownership: OwnershipClass
|
|
42276
|
+
subTypes: SubTypesClass
|
|
42277
|
+
incidentsSummary: IncidentsSummaryClass
|
|
42278
|
+
cost: CostClass
|
|
42279
|
+
documentation: DocumentationClass
|
|
42280
|
+
siblings: SiblingsClass
|
|
42281
|
+
share: ShareClass
|
|
42282
|
+
dataTransformLogic: DataTransformLogicClass
|
|
42283
|
+
assertionsSummary: AssertionsSummaryClass
|
|
42284
|
+
proposals: ProposalsClass
|
|
42285
|
+
globalTags: GlobalTagsClass
|
|
42286
|
+
institutionalMemory: InstitutionalMemoryClass
|
|
42287
|
+
browsePaths: BrowsePathsClass
|
|
42288
|
+
glossaryTerms: GlossaryTermsClass
|
|
42289
|
+
origin: OriginClass
|
|
42290
|
+
embed: EmbedClass
|
|
42291
|
+
status: StatusClass
|
|
42292
|
+
anomaliesSummary: AnomaliesSummaryClass
|
|
42293
|
+
forms: FormsClass
|
|
42294
|
+
deprecation: DeprecationClass
|
|
42295
|
+
versionProperties: VersionPropertiesClass
|
|
42296
|
+
dataPlatformInstance: DataPlatformInstanceClass
|
|
42297
|
+
displayProperties: DisplayPropertiesClass
|
|
42298
|
+
operation: OperationClass
|
|
42299
|
+
browsePathsV2: BrowsePathsV2Class
|
|
42300
|
+
access: AccessClass
|
|
42301
|
+
inputFields: InputFieldsClass
|
|
42302
|
+
dataTypeKey: DataTypeKeyClass
|
|
42303
|
+
dataTypeInfo: DataTypeInfoClass
|
|
41386
42304
|
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
|
|
42305
|
+
editableERModelRelationshipProperties: EditableERModelRelationshipPropertiesClass
|
|
42306
|
+
schemaFieldAliases: SchemaFieldAliasesClass
|
|
42307
|
+
schemafieldInfo: SchemaFieldInfoClass
|
|
42308
|
+
actionRequestStatus: ActionRequestStatusClass
|
|
41414
42309
|
actionRequestInfo: ActionRequestInfoClass
|
|
41415
42310
|
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
42311
|
dataProductProperties: DataProductPropertiesClass
|
|
41465
42312
|
dataProductKey: DataProductKeyClass
|
|
41466
|
-
|
|
41467
|
-
|
|
41468
|
-
|
|
42313
|
+
dataHubPageModuleProperties: DataHubPageModulePropertiesClass
|
|
42314
|
+
recommendationModule: RecommendationModuleClass
|
|
42315
|
+
corpUserUsageFeatures: CorpUserUsageFeaturesClass
|
|
41469
42316
|
usageFeatures: UsageFeaturesClass
|
|
42317
|
+
lineageFeatures: LineageFeaturesClass
|
|
42318
|
+
costFeatures: CostFeaturesClass
|
|
41470
42319
|
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
|
|
42320
|
+
dataHubPageTemplateKey: DataHubPageTemplateKeyClass
|
|
42321
|
+
schemaFieldKey: SchemaFieldKeyClass
|
|
41488
42322
|
datasetKey: DatasetKeyClass
|
|
41489
|
-
|
|
41490
|
-
|
|
41491
|
-
|
|
42323
|
+
notebookKey: NotebookKeyClass
|
|
42324
|
+
subscriptionKey: SubscriptionKeyClass
|
|
42325
|
+
telemetryKey: TelemetryKeyClass
|
|
41492
42326
|
dashboardKey: DashboardKeyClass
|
|
41493
|
-
|
|
41494
|
-
|
|
41495
|
-
|
|
42327
|
+
containerKey: ContainerKeyClass
|
|
42328
|
+
actionRequestKey: ActionRequestKeyClass
|
|
42329
|
+
roleKey: RoleKeyClass
|
|
41496
42330
|
recommendationModuleKey: RecommendationModuleKeyClass
|
|
42331
|
+
dataHubIngestionSourceKey: DataHubIngestionSourceKeyClass
|
|
42332
|
+
dataHubAccessTokenKey: DataHubAccessTokenKeyClass
|
|
42333
|
+
postKey: PostKeyClass
|
|
42334
|
+
dataHubUpgradeKey: DataHubUpgradeKeyClass
|
|
42335
|
+
linkPreviewKey: LinkPreviewKeyClass
|
|
42336
|
+
ownershipTypeKey: OwnershipTypeKeyClass
|
|
42337
|
+
actionWorkflowKey: ActionWorkflowKeyClass
|
|
42338
|
+
dataContractKey: DataContractKeyClass
|
|
41497
42339
|
incidentKey: IncidentKeyClass
|
|
41498
|
-
|
|
42340
|
+
dataHubExecutionRequestKey: ExecutionRequestKeyClass
|
|
41499
42341
|
mlModelKey: MLModelKeyClass
|
|
42342
|
+
globalSettingsKey: GlobalSettingsKeyClass
|
|
42343
|
+
erModelRelationshipKey: ERModelRelationshipKeyClass
|
|
42344
|
+
tagKey: TagKeyClass
|
|
42345
|
+
dataFlowKey: DataFlowKeyClass
|
|
42346
|
+
glossaryTermKey: GlossaryTermKeyClass
|
|
41500
42347
|
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
|
|
42348
|
+
dataHubRemoteExecutorKey: RemoteExecutorKeyClass
|
|
42349
|
+
chartKey: ChartKeyClass
|
|
41510
42350
|
dataJobKey: DataJobKeyClass
|
|
41511
|
-
|
|
41512
|
-
|
|
41513
|
-
|
|
42351
|
+
dataHubRemoteExecutorGlobalConfigKey: RemoteExecutorGlobalConfigKeyClass
|
|
42352
|
+
dataHubPolicyKey: DataHubPolicyKeyClass
|
|
42353
|
+
dataPlatformInstanceKey: DataPlatformInstanceKeyClass
|
|
42354
|
+
corpUserKey: CorpUserKeyClass
|
|
42355
|
+
genericEntityKey: GenericEntityKeyClass
|
|
42356
|
+
mlModelGroupKey: MLModelGroupKeyClass
|
|
42357
|
+
inviteTokenKey: InviteTokenKeyClass
|
|
42358
|
+
dataPlatformKey: DataPlatformKeyClass
|
|
42359
|
+
formKey: FormKeyClass
|
|
41514
42360
|
mlModelDeploymentKey: MLModelDeploymentKeyClass
|
|
41515
42361
|
dataHubRemoteExecutorPoolKey: RemoteExecutorPoolKeyClass
|
|
41516
|
-
|
|
41517
|
-
|
|
41518
|
-
mlPrimaryKeyKey: MLPrimaryKeyKeyClass
|
|
41519
|
-
dataHubViewKey: DataHubViewKeyClass
|
|
41520
|
-
glossaryNodeKey: GlossaryNodeKeyClass
|
|
42362
|
+
dataHubConnectionKey: DataHubConnectionKeyClass
|
|
42363
|
+
constraintKey: ConstraintKeyClass
|
|
41521
42364
|
dataHubMetricCubeKey: DataHubMetricCubeKeyClass
|
|
41522
|
-
|
|
41523
|
-
|
|
41524
|
-
versionSetKey: VersionSetKeyClass
|
|
41525
|
-
dataHubPersonaKey: DataHubPersonaKeyClass
|
|
41526
|
-
telemetryKey: TelemetryKeyClass
|
|
41527
|
-
dataHubActionKey: DataHubActionKeyClass
|
|
42365
|
+
dataHubStepStateKey: DataHubStepStateKeyClass
|
|
42366
|
+
glossaryNodeKey: GlossaryNodeKeyClass
|
|
41528
42367
|
dataHubRetentionKey: DataHubRetentionKeyClass
|
|
41529
|
-
|
|
41530
|
-
|
|
41531
|
-
|
|
41532
|
-
|
|
41533
|
-
assertionKey: AssertionKeyClass
|
|
42368
|
+
dataProcessKey: DataProcessKeyClass
|
|
42369
|
+
mlFeatureTableKey: MLFeatureTableKeyClass
|
|
42370
|
+
dataHubViewKey: DataHubViewKeyClass
|
|
42371
|
+
versionSetKey: VersionSetKeyClass
|
|
41534
42372
|
dataHubPageModuleKey: DataHubPageModuleKeyClass
|
|
41535
|
-
|
|
41536
|
-
|
|
42373
|
+
monitorSuiteKey: MonitorSuiteKeyClass
|
|
42374
|
+
dataHubOpenAPISchemaKey: DataHubOpenAPISchemaKeyClass
|
|
42375
|
+
dataHubSecretKey: DataHubSecretKeyClass
|
|
42376
|
+
corpGroupKey: CorpGroupKeyClass
|
|
42377
|
+
testKey: TestKeyClass
|
|
42378
|
+
dataHubActionKey: DataHubActionKeyClass
|
|
41537
42379
|
mlFeatureKey: MLFeatureKeyClass
|
|
41538
|
-
|
|
41539
|
-
|
|
41540
|
-
|
|
41541
|
-
|
|
41542
|
-
|
|
41543
|
-
|
|
41544
|
-
|
|
42380
|
+
dataHubPersonaKey: DataHubPersonaKeyClass
|
|
42381
|
+
mlPrimaryKeyKey: MLPrimaryKeyKeyClass
|
|
42382
|
+
dataProcessInstanceKey: DataProcessInstanceKeyClass
|
|
42383
|
+
anomalyKey: AnomalyKeyClass
|
|
42384
|
+
queryKey: QueryKeyClass
|
|
42385
|
+
assertionKey: AssertionKeyClass
|
|
42386
|
+
dataHubRoleKey: DataHubRoleKeyClass
|
|
42387
|
+
monitorKey: MonitorKeyClass
|
|
42388
|
+
dataProcessInstanceInput: DataProcessInstanceInputClass
|
|
42389
|
+
dataProcessInstanceProperties: DataProcessInstancePropertiesClass
|
|
42390
|
+
dataProcessInstanceRelationships: DataProcessInstanceRelationshipsClass
|
|
42391
|
+
dataProcessInfo: DataProcessInfoClass
|
|
42392
|
+
dataProcessInstanceRunEvent: DataProcessInstanceRunEventClass
|
|
42393
|
+
dataProcessInstanceOutput: DataProcessInstanceOutputClass
|
|
42394
|
+
editableMlFeatureProperties: EditableMLFeaturePropertiesClass
|
|
42395
|
+
mlModelProperties: MLModelPropertiesClass
|
|
42396
|
+
mlModelTrainingData: TrainingDataClass
|
|
41545
42397
|
mlPrimaryKeyProperties: MLPrimaryKeyPropertiesClass
|
|
42398
|
+
editableMlModelGroupProperties: EditableMLModelGroupPropertiesClass
|
|
41546
42399
|
mlModelMetrics: MetricsClass
|
|
41547
|
-
|
|
41548
|
-
mlModelTrainingData: TrainingDataClass
|
|
42400
|
+
mlModelDeploymentProperties: MLModelDeploymentPropertiesClass
|
|
41549
42401
|
mlModelEvaluationData: EvaluationDataClass
|
|
41550
|
-
mlFeatureProperties: MLFeaturePropertiesClass
|
|
41551
|
-
mlMetric: MLMetricClass
|
|
41552
|
-
editableMlModelGroupProperties: EditableMLModelGroupPropertiesClass
|
|
41553
|
-
mlModelProperties: MLModelPropertiesClass
|
|
41554
|
-
mlModelEthicalConsiderations: EthicalConsiderationsClass
|
|
41555
|
-
sourceCode: SourceCodeClass
|
|
41556
42402
|
editableMlFeatureTableProperties: EditableMLFeatureTablePropertiesClass
|
|
41557
|
-
|
|
42403
|
+
mlModelGroupProperties: MLModelGroupPropertiesClass
|
|
42404
|
+
mlModelCaveatsAndRecommendations: CaveatsAndRecommendationsClass
|
|
42405
|
+
editableMlModelProperties: EditableMLModelPropertiesClass
|
|
42406
|
+
mlModelEthicalConsiderations: EthicalConsiderationsClass
|
|
41558
42407
|
editableMlPrimaryKeyProperties: EditableMLPrimaryKeyPropertiesClass
|
|
41559
|
-
editableMlFeatureProperties: EditableMLFeaturePropertiesClass
|
|
41560
|
-
intendedUse: IntendedUseClass
|
|
41561
|
-
mlModelDeploymentProperties: MLModelDeploymentPropertiesClass
|
|
41562
42408
|
mlTrainingRunProperties: MLTrainingRunPropertiesClass
|
|
41563
|
-
|
|
41564
|
-
|
|
42409
|
+
mlModelFactorPrompts: MLModelFactorPromptsClass
|
|
42410
|
+
mlHyperParam: MLHyperParamClass
|
|
42411
|
+
mlMetric: MLMetricClass
|
|
41565
42412
|
mlModelQuantitativeAnalyses: QuantitativeAnalysesClass
|
|
42413
|
+
sourceCode: SourceCodeClass
|
|
42414
|
+
mlFeatureProperties: MLFeaturePropertiesClass
|
|
41566
42415
|
mlFeatureTableProperties: MLFeatureTablePropertiesClass
|
|
41567
|
-
|
|
41568
|
-
|
|
41569
|
-
|
|
42416
|
+
intendedUse: IntendedUseClass
|
|
42417
|
+
formAssignmentStatus: FormAssignmentStatusClass
|
|
42418
|
+
formInfo: FormInfoClass
|
|
42419
|
+
dynamicFormAssignment: DynamicFormAssignmentClass
|
|
42420
|
+
formSettings: FormSettingsClass
|
|
42421
|
+
dataHubViewInfo: DataHubViewInfoClass
|
|
42422
|
+
dataPlatformInstanceProperties: DataPlatformInstancePropertiesClass
|
|
42423
|
+
icebergWarehouseInfo: IcebergWarehouseInfoClass
|
|
42424
|
+
monitorAnomalyEvent: MonitorAnomalyEventClass
|
|
42425
|
+
dataHubIngestionSourceInfo: DataHubIngestionSourceInfoClass
|
|
42426
|
+
actionWorkflowInfo: ActionWorkflowInfoClass
|
|
42427
|
+
dataPlatformInfo: DataPlatformInfoClass
|
|
42428
|
+
slackUserInfo: SlackUserInfoClass
|
|
42429
|
+
schemaMetadata: SchemaMetadataClass
|
|
42430
|
+
editableSchemaMetadata: EditableSchemaMetadataClass
|
|
42431
|
+
schemaProposals: SchemaProposalsClass
|
|
42432
|
+
logicalParent: LogicalParentClass
|
|
42433
|
+
tagProperties: TagPropertiesClass
|
|
42434
|
+
assertionRunSummary: AssertionRunSummaryClass
|
|
42435
|
+
assertionInfo: AssertionInfoClass
|
|
42436
|
+
assertionAnalyticsRunEvent: AssertionAnalyticsRunEventClass
|
|
42437
|
+
assertionInferenceDetails: AssertionInferenceDetailsClass
|
|
42438
|
+
assertionDryRunEvent: AssertionDryRunEventClass
|
|
42439
|
+
assertionRunEvent: AssertionRunEventClass
|
|
42440
|
+
assertionActions: AssertionActionsClass
|
|
42441
|
+
dataJobInfo: DataJobInfoClass
|
|
42442
|
+
editableDataFlowProperties: EditableDataFlowPropertiesClass
|
|
42443
|
+
dataFlowInfo: DataFlowInfoClass
|
|
42444
|
+
editableDataJobProperties: EditableDataJobPropertiesClass
|
|
42445
|
+
dataJobInputOutput: DataJobInputOutputClass
|
|
42446
|
+
versionInfo: VersionInfoClass
|
|
42447
|
+
datahubIngestionCheckpoint: DatahubIngestionCheckpointClass
|
|
42448
|
+
datahubIngestionRunSummary: DatahubIngestionRunSummaryClass
|
|
42449
|
+
glossaryTermInfo: GlossaryTermInfoClass
|
|
42450
|
+
glossaryRelatedTerms: GlossaryRelatedTermsClass
|
|
42451
|
+
glossaryNodeInfo: GlossaryNodeInfoClass
|
|
42452
|
+
structuredPropertyKey: StructuredPropertyKeyClass
|
|
42453
|
+
propertyDefinition: StructuredPropertyDefinitionClass
|
|
42454
|
+
structuredProperties: StructuredPropertiesClass
|
|
42455
|
+
structuredPropertySettings: StructuredPropertySettingsClass
|
|
41570
42456
|
domains: DomainsClass
|
|
42457
|
+
domainProperties: DomainPropertiesClass
|
|
42458
|
+
monitorInfo: MonitorInfoClass
|
|
42459
|
+
monitorTimeseriesState: MonitorTimeseriesStateClass
|
|
42460
|
+
monitorSuiteInfo: MonitorSuiteInfoClass
|
|
42461
|
+
dataHubUpgradeResult: DataHubUpgradeResultClass
|
|
42462
|
+
dataHubUpgradeRequest: DataHubUpgradeRequestClass
|
|
42463
|
+
corpUserCredentials: CorpUserCredentialsClass
|
|
42464
|
+
corpUserInfo: CorpUserInfoClass
|
|
42465
|
+
corpGroupInfo: CorpGroupInfoClass
|
|
42466
|
+
corpUserStatus: CorpUserStatusClass
|
|
42467
|
+
corpGroupEditableInfo: CorpGroupEditableInfoClass
|
|
42468
|
+
nativeGroupMembership: NativeGroupMembershipClass
|
|
42469
|
+
corpUserEditableInfo: CorpUserEditableInfoClass
|
|
42470
|
+
inviteToken: InviteTokenClass
|
|
42471
|
+
groupMembership: GroupMembershipClass
|
|
42472
|
+
roleMembership: RoleMembershipClass
|
|
42473
|
+
corpGroupSettings: CorpGroupSettingsClass
|
|
42474
|
+
corpUserInvitationStatus: CorpUserInvitationStatusClass
|
|
42475
|
+
corpUserSettings: CorpUserSettingsClass
|
|
42476
|
+
constraintInfo: ConstraintInfoClass
|
|
42477
|
+
formNotifications: FormNotificationsClass
|
|
42478
|
+
entityTypeInfo: EntityTypeInfoClass
|
|
42479
|
+
entityTypeKey: EntityTypeKeyClass
|
|
41571
42480
|
dataHubActionInfo: DataHubActionInfoClass
|
|
41572
42481
|
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
42482
|
inferredNeighbors: InferredNeighborsClass
|
|
41588
42483
|
schemaFieldsInferredNeighbors: SchemaFieldsInferredNeighborsClass
|
|
42484
|
+
schemaFieldsInferredMetadata: SchemaFieldsInferredMetadataClass
|
|
42485
|
+
inferredMetadata: InferredMetadataClass
|
|
42486
|
+
testResults: TestResultsClass
|
|
42487
|
+
testInfo: TestInfoClass
|
|
42488
|
+
batchTestRunEvent: BatchTestRunEventClass
|
|
42489
|
+
editableNotebookProperties: EditableNotebookPropertiesClass
|
|
42490
|
+
notebookContent: NotebookContentClass
|
|
42491
|
+
notebookInfo: NotebookInfoClass
|
|
42492
|
+
dataHubStepStateProperties: DataHubStepStatePropertiesClass
|
|
42493
|
+
container: ContainerClass
|
|
42494
|
+
containerProperties: ContainerPropertiesClass
|
|
42495
|
+
editableContainerProperties: EditableContainerPropertiesClass
|
|
42496
|
+
dataHubRemoteExecutorPoolGlobalConfig: RemoteExecutorPoolGlobalConfigClass
|
|
42497
|
+
dataHubConnectionDetails: DataHubConnectionDetailsClass
|
|
42498
|
+
telemetryClientId: TelemetryClientIdClass
|
|
42499
|
+
dataHubPageTemplateProperties: DataHubPageTemplatePropertiesClass
|
|
42500
|
+
dataHubRemoteExecutorStatus: RemoteExecutorStatusClass
|
|
42501
|
+
dataHubRetentionConfig: DataHubRetentionConfigClass
|
|
42502
|
+
applicationProperties: ApplicationPropertiesClass
|
|
42503
|
+
applicationKey: ApplicationKeyClass
|
|
42504
|
+
applications: ApplicationsClass
|
|
42505
|
+
actors: ActorsClass
|
|
42506
|
+
roleProperties: RolePropertiesClass
|
|
42507
|
+
dataContractStatus: DataContractStatusClass
|
|
42508
|
+
dataContractProperties: DataContractPropertiesClass
|
|
42509
|
+
subscriptionInfo: SubscriptionInfoClass
|
|
42510
|
+
dataHubExecutionRequestSignal: ExecutionRequestSignalClass
|
|
42511
|
+
dataHubExecutionRequestResult: ExecutionRequestResultClass
|
|
42512
|
+
dataHubExecutionRequestInput: ExecutionRequestInputClass
|
|
42513
|
+
postInfo: PostInfoClass
|
|
42514
|
+
dataHubRemoteExecutorPoolInfo: RemoteExecutorPoolInfoClass
|
|
42515
|
+
dashboardUsageStatistics: DashboardUsageStatisticsClass
|
|
42516
|
+
editableDashboardProperties: EditableDashboardPropertiesClass
|
|
42517
|
+
dashboardInfo: DashboardInfoClass
|
|
42518
|
+
dataHubPersonaInfo: DataHubPersonaInfoClass
|
|
42519
|
+
queryUsageStatistics: QueryUsageStatisticsClass
|
|
42520
|
+
queryProperties: QueryPropertiesClass
|
|
42521
|
+
querySubjects: QuerySubjectsClass
|
|
42522
|
+
queryUsageFeatures: QueryUsageFeaturesClass
|
|
42523
|
+
ownershipTypeInfo: OwnershipTypeInfoClass
|
|
42524
|
+
linkPreviewInfo: LinkPreviewInfoClass
|
|
42525
|
+
dataHubMetricCubeDefinition: DataHubMetricCubeDefinitionClass
|
|
42526
|
+
dataHubMetricCubeEvent: DataHubMetricCubeEventClass
|
|
42527
|
+
dataHubPolicyInfo: DataHubPolicyInfoClass
|
|
42528
|
+
dataHubRoleInfo: DataHubRoleInfoClass
|
|
42529
|
+
dataHubAccessTokenInfo: DataHubAccessTokenInfoClass
|
|
41589
42530
|
chartInfo: ChartInfoClass
|
|
42531
|
+
editableChartProperties: EditableChartPropertiesClass
|
|
41590
42532
|
chartQuery: ChartQueryClass
|
|
41591
42533
|
chartUsageStatistics: ChartUsageStatisticsClass
|
|
41592
|
-
|
|
41593
|
-
|
|
41594
|
-
dataHubAccessTokenInfo: DataHubAccessTokenInfoClass
|
|
42534
|
+
systemMetadata: SystemMetadataClass
|
|
42535
|
+
assetSettings: AssetSettingsClass
|
|
41595
42536
|
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
|
|
42537
|
+
dataHubSecretValue: DataHubSecretValueClass
|
|
42538
|
+
versionSetProperties: VersionSetPropertiesClass
|
|
42539
|
+
platformResourceKey: PlatformResourceKeyClass
|
|
42540
|
+
platformResourceInfo: PlatformResourceInfoClass
|
|
42541
|
+
incidentNotificationDetails: IncidentNotificationDetailsClass
|
|
42542
|
+
incidentSource: IncidentSourceClass
|
|
42543
|
+
incidentActivityEvent: IncidentActivityEventClass
|
|
42544
|
+
incidentInfo: IncidentInfoClass
|
|
41656
42545
|
|
|
41657
42546
|
|
|
41658
42547
|
KEY_ASPECTS: Dict[str, Type[_Aspect]] = {
|
|
41659
|
-
'
|
|
41660
|
-
'platformResource': PlatformResourceKeyClass,
|
|
41661
|
-
'application': ApplicationKeyClass,
|
|
42548
|
+
'businessAttribute': BusinessAttributeKeyClass,
|
|
41662
42549
|
'dataType': DataTypeKeyClass,
|
|
41663
|
-
'entityType': EntityTypeKeyClass,
|
|
41664
42550
|
'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,
|
|
42551
|
+
'dataHubPageTemplate': DataHubPageTemplateKeyClass,
|
|
42552
|
+
'schemaField': SchemaFieldKeyClass,
|
|
41680
42553
|
'dataset': DatasetKeyClass,
|
|
41681
|
-
'
|
|
41682
|
-
'
|
|
42554
|
+
'notebook': NotebookKeyClass,
|
|
42555
|
+
'subscription': SubscriptionKeyClass,
|
|
42556
|
+
'telemetry': TelemetryKeyClass,
|
|
41683
42557
|
'dashboard': DashboardKeyClass,
|
|
41684
|
-
'
|
|
41685
|
-
'
|
|
41686
|
-
'
|
|
42558
|
+
'container': ContainerKeyClass,
|
|
42559
|
+
'actionRequest': ActionRequestKeyClass,
|
|
42560
|
+
'role': RoleKeyClass,
|
|
41687
42561
|
'recommendationModule': RecommendationModuleKeyClass,
|
|
42562
|
+
'dataHubIngestionSource': DataHubIngestionSourceKeyClass,
|
|
42563
|
+
'dataHubAccessToken': DataHubAccessTokenKeyClass,
|
|
42564
|
+
'post': PostKeyClass,
|
|
42565
|
+
'dataHubUpgrade': DataHubUpgradeKeyClass,
|
|
42566
|
+
'linkPreview': LinkPreviewKeyClass,
|
|
42567
|
+
'ownershipType': OwnershipTypeKeyClass,
|
|
42568
|
+
'actionWorkflow': ActionWorkflowKeyClass,
|
|
42569
|
+
'dataContract': DataContractKeyClass,
|
|
41688
42570
|
'incident': IncidentKeyClass,
|
|
41689
|
-
'
|
|
42571
|
+
'dataHubExecutionRequest': ExecutionRequestKeyClass,
|
|
41690
42572
|
'mlModel': MLModelKeyClass,
|
|
42573
|
+
'globalSettings': GlobalSettingsKeyClass,
|
|
42574
|
+
'erModelRelationship': ERModelRelationshipKeyClass,
|
|
42575
|
+
'tag': TagKeyClass,
|
|
42576
|
+
'dataFlow': DataFlowKeyClass,
|
|
42577
|
+
'glossaryTerm': GlossaryTermKeyClass,
|
|
41691
42578
|
'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,
|
|
42579
|
+
'dataHubRemoteExecutor': RemoteExecutorKeyClass,
|
|
42580
|
+
'chart': ChartKeyClass,
|
|
41701
42581
|
'dataJob': DataJobKeyClass,
|
|
41702
|
-
'
|
|
41703
|
-
'
|
|
41704
|
-
'
|
|
42582
|
+
'dataHubRemoteExecutorGlobalConfig': RemoteExecutorGlobalConfigKeyClass,
|
|
42583
|
+
'dataHubPolicy': DataHubPolicyKeyClass,
|
|
42584
|
+
'dataPlatformInstance': DataPlatformInstanceKeyClass,
|
|
42585
|
+
'corpuser': CorpUserKeyClass,
|
|
42586
|
+
'mlModelGroup': MLModelGroupKeyClass,
|
|
42587
|
+
'inviteToken': InviteTokenKeyClass,
|
|
42588
|
+
'dataPlatform': DataPlatformKeyClass,
|
|
42589
|
+
'form': FormKeyClass,
|
|
41705
42590
|
'mlModelDeployment': MLModelDeploymentKeyClass,
|
|
41706
42591
|
'dataHubRemoteExecutorPool': RemoteExecutorPoolKeyClass,
|
|
41707
|
-
'
|
|
41708
|
-
'
|
|
41709
|
-
'mlPrimaryKey': MLPrimaryKeyKeyClass,
|
|
41710
|
-
'dataHubView': DataHubViewKeyClass,
|
|
41711
|
-
'glossaryNode': GlossaryNodeKeyClass,
|
|
42592
|
+
'dataHubConnection': DataHubConnectionKeyClass,
|
|
42593
|
+
'constraint': ConstraintKeyClass,
|
|
41712
42594
|
'dataHubMetricCube': DataHubMetricCubeKeyClass,
|
|
41713
|
-
'
|
|
41714
|
-
'
|
|
41715
|
-
'versionSet': VersionSetKeyClass,
|
|
41716
|
-
'dataHubPersona': DataHubPersonaKeyClass,
|
|
41717
|
-
'telemetry': TelemetryKeyClass,
|
|
41718
|
-
'dataHubAction': DataHubActionKeyClass,
|
|
42595
|
+
'dataHubStepState': DataHubStepStateKeyClass,
|
|
42596
|
+
'glossaryNode': GlossaryNodeKeyClass,
|
|
41719
42597
|
'dataHubRetention': DataHubRetentionKeyClass,
|
|
41720
|
-
'
|
|
41721
|
-
'
|
|
41722
|
-
'
|
|
41723
|
-
'
|
|
41724
|
-
'assertion': AssertionKeyClass,
|
|
42598
|
+
'dataProcess': DataProcessKeyClass,
|
|
42599
|
+
'mlFeatureTable': MLFeatureTableKeyClass,
|
|
42600
|
+
'dataHubView': DataHubViewKeyClass,
|
|
42601
|
+
'versionSet': VersionSetKeyClass,
|
|
41725
42602
|
'dataHubPageModule': DataHubPageModuleKeyClass,
|
|
41726
|
-
'
|
|
41727
|
-
'
|
|
42603
|
+
'monitorSuite': MonitorSuiteKeyClass,
|
|
42604
|
+
'dataHubOpenAPISchema': DataHubOpenAPISchemaKeyClass,
|
|
42605
|
+
'dataHubSecret': DataHubSecretKeyClass,
|
|
42606
|
+
'corpGroup': CorpGroupKeyClass,
|
|
42607
|
+
'test': TestKeyClass,
|
|
42608
|
+
'dataHubAction': DataHubActionKeyClass,
|
|
41728
42609
|
'mlFeature': MLFeatureKeyClass,
|
|
41729
|
-
'
|
|
41730
|
-
'
|
|
41731
|
-
'
|
|
42610
|
+
'dataHubPersona': DataHubPersonaKeyClass,
|
|
42611
|
+
'mlPrimaryKey': MLPrimaryKeyKeyClass,
|
|
42612
|
+
'dataProcessInstance': DataProcessInstanceKeyClass,
|
|
42613
|
+
'query': QueryKeyClass,
|
|
42614
|
+
'assertion': AssertionKeyClass,
|
|
42615
|
+
'dataHubRole': DataHubRoleKeyClass,
|
|
42616
|
+
'monitor': MonitorKeyClass,
|
|
42617
|
+
'structuredProperty': StructuredPropertyKeyClass,
|
|
42618
|
+
'entityType': EntityTypeKeyClass,
|
|
42619
|
+
'application': ApplicationKeyClass,
|
|
42620
|
+
'platformResource': PlatformResourceKeyClass
|
|
41732
42621
|
}
|
|
41733
42622
|
|
|
41734
42623
|
KEY_ASPECT_NAMES: Set[str] = {cls.ASPECT_NAME for cls in KEY_ASPECTS.values()}
|
|
41735
42624
|
|
|
41736
42625
|
ENTITY_TYPE_NAMES: List[str] = [
|
|
41737
|
-
'
|
|
41738
|
-
'platformResource',
|
|
41739
|
-
'application',
|
|
42626
|
+
'businessAttribute',
|
|
41740
42627
|
'dataType',
|
|
41741
|
-
'entityType',
|
|
41742
42628
|
'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',
|
|
42629
|
+
'dataHubPageTemplate',
|
|
42630
|
+
'schemaField',
|
|
41758
42631
|
'dataset',
|
|
41759
|
-
'
|
|
41760
|
-
'
|
|
42632
|
+
'notebook',
|
|
42633
|
+
'subscription',
|
|
42634
|
+
'telemetry',
|
|
41761
42635
|
'dashboard',
|
|
41762
|
-
'
|
|
41763
|
-
'
|
|
41764
|
-
'
|
|
42636
|
+
'container',
|
|
42637
|
+
'actionRequest',
|
|
42638
|
+
'role',
|
|
41765
42639
|
'recommendationModule',
|
|
42640
|
+
'dataHubIngestionSource',
|
|
42641
|
+
'dataHubAccessToken',
|
|
42642
|
+
'post',
|
|
42643
|
+
'dataHubUpgrade',
|
|
42644
|
+
'linkPreview',
|
|
42645
|
+
'ownershipType',
|
|
42646
|
+
'actionWorkflow',
|
|
42647
|
+
'dataContract',
|
|
41766
42648
|
'incident',
|
|
41767
|
-
'
|
|
42649
|
+
'dataHubExecutionRequest',
|
|
41768
42650
|
'mlModel',
|
|
42651
|
+
'globalSettings',
|
|
42652
|
+
'erModelRelationship',
|
|
42653
|
+
'tag',
|
|
42654
|
+
'dataFlow',
|
|
42655
|
+
'glossaryTerm',
|
|
41769
42656
|
'domain',
|
|
41770
|
-
'
|
|
41771
|
-
'
|
|
41772
|
-
'inviteToken',
|
|
41773
|
-
'dataHubIngestionSource',
|
|
41774
|
-
'query',
|
|
41775
|
-
'dataHubRole',
|
|
41776
|
-
'mlModelGroup',
|
|
41777
|
-
'dataHubStepState',
|
|
41778
|
-
'schemaField',
|
|
42657
|
+
'dataHubRemoteExecutor',
|
|
42658
|
+
'chart',
|
|
41779
42659
|
'dataJob',
|
|
41780
|
-
'
|
|
41781
|
-
'
|
|
41782
|
-
'
|
|
42660
|
+
'dataHubRemoteExecutorGlobalConfig',
|
|
42661
|
+
'dataHubPolicy',
|
|
42662
|
+
'dataPlatformInstance',
|
|
42663
|
+
'corpuser',
|
|
42664
|
+
'mlModelGroup',
|
|
42665
|
+
'inviteToken',
|
|
42666
|
+
'dataPlatform',
|
|
42667
|
+
'form',
|
|
41783
42668
|
'mlModelDeployment',
|
|
41784
42669
|
'dataHubRemoteExecutorPool',
|
|
41785
|
-
'
|
|
41786
|
-
'
|
|
41787
|
-
'mlPrimaryKey',
|
|
41788
|
-
'dataHubView',
|
|
41789
|
-
'glossaryNode',
|
|
42670
|
+
'dataHubConnection',
|
|
42671
|
+
'constraint',
|
|
41790
42672
|
'dataHubMetricCube',
|
|
41791
|
-
'
|
|
41792
|
-
'
|
|
41793
|
-
'versionSet',
|
|
41794
|
-
'dataHubPersona',
|
|
41795
|
-
'telemetry',
|
|
41796
|
-
'dataHubAction',
|
|
42673
|
+
'dataHubStepState',
|
|
42674
|
+
'glossaryNode',
|
|
41797
42675
|
'dataHubRetention',
|
|
41798
|
-
'
|
|
41799
|
-
'
|
|
41800
|
-
'
|
|
41801
|
-
'
|
|
41802
|
-
'assertion',
|
|
42676
|
+
'dataProcess',
|
|
42677
|
+
'mlFeatureTable',
|
|
42678
|
+
'dataHubView',
|
|
42679
|
+
'versionSet',
|
|
41803
42680
|
'dataHubPageModule',
|
|
41804
|
-
'
|
|
41805
|
-
'
|
|
42681
|
+
'monitorSuite',
|
|
42682
|
+
'dataHubOpenAPISchema',
|
|
42683
|
+
'dataHubSecret',
|
|
42684
|
+
'corpGroup',
|
|
42685
|
+
'test',
|
|
42686
|
+
'dataHubAction',
|
|
41806
42687
|
'mlFeature',
|
|
41807
|
-
'
|
|
41808
|
-
'
|
|
41809
|
-
'
|
|
41810
|
-
|
|
41811
|
-
|
|
42688
|
+
'dataHubPersona',
|
|
42689
|
+
'mlPrimaryKey',
|
|
42690
|
+
'dataProcessInstance',
|
|
42691
|
+
'query',
|
|
42692
|
+
'assertion',
|
|
42693
|
+
'dataHubRole',
|
|
42694
|
+
'monitor',
|
|
41812
42695
|
'structuredProperty',
|
|
41813
|
-
'
|
|
42696
|
+
'entityType',
|
|
41814
42697
|
'application',
|
|
42698
|
+
'platformResource'
|
|
42699
|
+
]
|
|
42700
|
+
EntityTypeName = Literal[
|
|
42701
|
+
'businessAttribute',
|
|
41815
42702
|
'dataType',
|
|
41816
|
-
'entityType',
|
|
41817
42703
|
'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',
|
|
42704
|
+
'dataHubPageTemplate',
|
|
42705
|
+
'schemaField',
|
|
41833
42706
|
'dataset',
|
|
41834
|
-
'
|
|
41835
|
-
'
|
|
42707
|
+
'notebook',
|
|
42708
|
+
'subscription',
|
|
42709
|
+
'telemetry',
|
|
41836
42710
|
'dashboard',
|
|
41837
|
-
'
|
|
41838
|
-
'
|
|
41839
|
-
'
|
|
42711
|
+
'container',
|
|
42712
|
+
'actionRequest',
|
|
42713
|
+
'role',
|
|
41840
42714
|
'recommendationModule',
|
|
42715
|
+
'dataHubIngestionSource',
|
|
42716
|
+
'dataHubAccessToken',
|
|
42717
|
+
'post',
|
|
42718
|
+
'dataHubUpgrade',
|
|
42719
|
+
'linkPreview',
|
|
42720
|
+
'ownershipType',
|
|
42721
|
+
'actionWorkflow',
|
|
42722
|
+
'dataContract',
|
|
41841
42723
|
'incident',
|
|
41842
|
-
'
|
|
42724
|
+
'dataHubExecutionRequest',
|
|
41843
42725
|
'mlModel',
|
|
42726
|
+
'globalSettings',
|
|
42727
|
+
'erModelRelationship',
|
|
42728
|
+
'tag',
|
|
42729
|
+
'dataFlow',
|
|
42730
|
+
'glossaryTerm',
|
|
41844
42731
|
'domain',
|
|
41845
|
-
'
|
|
41846
|
-
'
|
|
41847
|
-
'inviteToken',
|
|
41848
|
-
'dataHubIngestionSource',
|
|
41849
|
-
'query',
|
|
41850
|
-
'dataHubRole',
|
|
41851
|
-
'mlModelGroup',
|
|
41852
|
-
'dataHubStepState',
|
|
41853
|
-
'schemaField',
|
|
42732
|
+
'dataHubRemoteExecutor',
|
|
42733
|
+
'chart',
|
|
41854
42734
|
'dataJob',
|
|
41855
|
-
'
|
|
41856
|
-
'
|
|
41857
|
-
'
|
|
42735
|
+
'dataHubRemoteExecutorGlobalConfig',
|
|
42736
|
+
'dataHubPolicy',
|
|
42737
|
+
'dataPlatformInstance',
|
|
42738
|
+
'corpuser',
|
|
42739
|
+
'mlModelGroup',
|
|
42740
|
+
'inviteToken',
|
|
42741
|
+
'dataPlatform',
|
|
42742
|
+
'form',
|
|
41858
42743
|
'mlModelDeployment',
|
|
41859
42744
|
'dataHubRemoteExecutorPool',
|
|
41860
|
-
'
|
|
41861
|
-
'
|
|
41862
|
-
'mlPrimaryKey',
|
|
41863
|
-
'dataHubView',
|
|
41864
|
-
'glossaryNode',
|
|
42745
|
+
'dataHubConnection',
|
|
42746
|
+
'constraint',
|
|
41865
42747
|
'dataHubMetricCube',
|
|
41866
|
-
'
|
|
41867
|
-
'
|
|
41868
|
-
'versionSet',
|
|
41869
|
-
'dataHubPersona',
|
|
41870
|
-
'telemetry',
|
|
41871
|
-
'dataHubAction',
|
|
42748
|
+
'dataHubStepState',
|
|
42749
|
+
'glossaryNode',
|
|
41872
42750
|
'dataHubRetention',
|
|
41873
|
-
'
|
|
41874
|
-
'
|
|
41875
|
-
'
|
|
41876
|
-
'
|
|
41877
|
-
'assertion',
|
|
42751
|
+
'dataProcess',
|
|
42752
|
+
'mlFeatureTable',
|
|
42753
|
+
'dataHubView',
|
|
42754
|
+
'versionSet',
|
|
41878
42755
|
'dataHubPageModule',
|
|
41879
|
-
'
|
|
41880
|
-
'
|
|
42756
|
+
'monitorSuite',
|
|
42757
|
+
'dataHubOpenAPISchema',
|
|
42758
|
+
'dataHubSecret',
|
|
42759
|
+
'corpGroup',
|
|
42760
|
+
'test',
|
|
42761
|
+
'dataHubAction',
|
|
41881
42762
|
'mlFeature',
|
|
41882
|
-
'
|
|
41883
|
-
'
|
|
41884
|
-
'
|
|
42763
|
+
'dataHubPersona',
|
|
42764
|
+
'mlPrimaryKey',
|
|
42765
|
+
'dataProcessInstance',
|
|
42766
|
+
'query',
|
|
42767
|
+
'assertion',
|
|
42768
|
+
'dataHubRole',
|
|
42769
|
+
'monitor',
|
|
42770
|
+
'structuredProperty',
|
|
42771
|
+
'entityType',
|
|
42772
|
+
'application',
|
|
42773
|
+
'platformResource'
|
|
41885
42774
|
]
|
|
41886
42775
|
|
|
41887
42776
|
# fmt: on
|