acryl-datahub-cloud 0.3.13.3rc0__py3-none-any.whl → 0.3.14__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of acryl-datahub-cloud might be problematic. Click here for more details.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/datahub_usage_reporting/excluded.py +94 -0
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +462 -34
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +2034 -2034
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/event/notification/settings/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/identity/__init__.py +6 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/search/features/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/platform/event/v1/__init__.py +4 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/settings/asset/__init__.py +19 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/settings/global/__init__.py +6 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/template/__init__.py +6 -0
- acryl_datahub_cloud/metadata/schema.avsc +24776 -24109
- acryl_datahub_cloud/metadata/schema_classes.py +1581 -696
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +95 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +0 -21
- acryl_datahub_cloud/metadata/schemas/AssetSettings.avsc +63 -0
- acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/CorpGroupSettings.avsc +127 -2
- acryl_datahub_cloud/metadata/schemas/CorpUserInvitationStatus.avsc +106 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +127 -2
- acryl_datahub_cloud/metadata/schemas/CorpUserUsageFeatures.avsc +93 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +21 -2
- acryl_datahub_cloud/metadata/schemas/DataHubPageTemplateProperties.avsc +77 -1
- acryl_datahub_cloud/metadata/schemas/DataProductKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/DatasetUsageStatistics.avsc +8 -0
- acryl_datahub_cloud/metadata/schemas/DomainKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +82 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryNodeKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryTermKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/IncidentActivityEvent.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/IncidentInfo.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/InferredMetadata.avsc +69 -0
- acryl_datahub_cloud/metadata/schemas/InviteToken.avsc +26 -0
- acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +104 -100
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +98 -45
- acryl_datahub_cloud/metadata/schemas/MonitorSuiteInfo.avsc +127 -2
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +79 -2
- acryl_datahub_cloud/metadata/schemas/Ownership.avsc +69 -0
- acryl_datahub_cloud/metadata/schemas/RelationshipChangeEvent.avsc +215 -0
- acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/StructuredProperties.avsc +69 -0
- acryl_datahub_cloud/metadata/schemas/SubscriptionInfo.avsc +127 -2
- acryl_datahub_cloud/sdk/assertions_client.py +21 -7
- acryl_datahub_cloud/sdk/resolver_client.py +4 -1
- acryl_datahub_cloud/sdk/subscription_client.py +8 -3
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/METADATA +43 -43
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/RECORD +51 -45
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.13.3rc0.dist-info → acryl_datahub_cloud-0.3.14.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "corpUserUsageFeatures"
|
|
5
|
+
},
|
|
6
|
+
"name": "CorpUserUsageFeatures",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.search.features",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"Searchable": {
|
|
11
|
+
"fieldName": "userUsageTotalPast30DaysFeature",
|
|
12
|
+
"fieldType": "COUNT"
|
|
13
|
+
},
|
|
14
|
+
"type": [
|
|
15
|
+
"null",
|
|
16
|
+
"long"
|
|
17
|
+
],
|
|
18
|
+
"name": "userUsageTotalPast30Days",
|
|
19
|
+
"default": null,
|
|
20
|
+
"doc": "Total number of usage in the last 30 days"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"Searchable": {
|
|
24
|
+
"/*": {
|
|
25
|
+
"fieldName": "platformUsageTotal",
|
|
26
|
+
"fieldType": "OBJECT",
|
|
27
|
+
"queryByDefault": false
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"type": [
|
|
31
|
+
"null",
|
|
32
|
+
{
|
|
33
|
+
"type": "map",
|
|
34
|
+
"values": "double"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"name": "userPlatformUsageTotalsPast30Days",
|
|
38
|
+
"default": null,
|
|
39
|
+
"doc": "usage broken down by platform so we can differentiate between top users of snowflake vs redshift\nkey is supposed to be platform urn"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"Searchable": {
|
|
43
|
+
"/*": {
|
|
44
|
+
"fieldName": "platformUsagePercentage",
|
|
45
|
+
"fieldType": "OBJECT",
|
|
46
|
+
"queryByDefault": false
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"type": [
|
|
50
|
+
"null",
|
|
51
|
+
{
|
|
52
|
+
"type": "map",
|
|
53
|
+
"values": "double"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"name": "userPlatformUsagePercentilePast30Days",
|
|
57
|
+
"default": null,
|
|
58
|
+
"doc": "usage broken down by platform so we can differentiate between top users of snowflake vs redshift"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"Searchable": {
|
|
62
|
+
"fieldName": "userUsagePercentilePast30DaysFeature",
|
|
63
|
+
"fieldType": "DOUBLE"
|
|
64
|
+
},
|
|
65
|
+
"type": [
|
|
66
|
+
"null",
|
|
67
|
+
"double"
|
|
68
|
+
],
|
|
69
|
+
"name": "userUsagePercentilePast30Days",
|
|
70
|
+
"default": null,
|
|
71
|
+
"doc": "Platform usage total percentile for ranking users across all platforms"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"Searchable": {
|
|
75
|
+
"/*": {
|
|
76
|
+
"fieldName": "topDatasetsByUsage",
|
|
77
|
+
"fieldType": "OBJECT",
|
|
78
|
+
"queryByDefault": false
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"type": [
|
|
82
|
+
"null",
|
|
83
|
+
{
|
|
84
|
+
"type": "map",
|
|
85
|
+
"values": "double"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"name": "userTopDatasetsByUsage",
|
|
89
|
+
"default": null,
|
|
90
|
+
"doc": "Gather what are the top datasets per user so we can create a welcome module\nWith links to the users top datasets with lineage (top 25)\nMap keys are dataset URN strings"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
@@ -18,13 +18,18 @@
|
|
|
18
18
|
"type": {
|
|
19
19
|
"type": "enum",
|
|
20
20
|
"symbolDocs": {
|
|
21
|
+
"ASSETS": "Module displaying the assets of parent entity",
|
|
21
22
|
"ASSET_COLLECTION": "A module with a collection of assets",
|
|
23
|
+
"CHILD_HIERARCHY": "Module displaying the hierarchy of the children of a given entity. Glossary or Domains.",
|
|
24
|
+
"DATA_PRODUCTS": "Module displaying child data products of a given domain",
|
|
22
25
|
"DOMAINS": "Module displaying the top domains",
|
|
23
26
|
"HIERARCHY": "A module displaying a hierarchy to navigate",
|
|
24
27
|
"LINK": "Link type module",
|
|
25
28
|
"OWNED_ASSETS": "Module displaying assets owned by a user",
|
|
29
|
+
"RELATED_TERMS": "Module displaying the related terms of a given glossary term",
|
|
26
30
|
"RICH_TEXT": "Module containing rich text to be rendered",
|
|
27
|
-
"SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user"
|
|
31
|
+
"SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user",
|
|
32
|
+
"WORKFLOWS": "Module displaying workflows that can be started"
|
|
28
33
|
},
|
|
29
34
|
"name": "DataHubPageModuleType",
|
|
30
35
|
"namespace": "com.linkedin.pegasus2avro.module",
|
|
@@ -35,7 +40,12 @@
|
|
|
35
40
|
"HIERARCHY",
|
|
36
41
|
"OWNED_ASSETS",
|
|
37
42
|
"DOMAINS",
|
|
38
|
-
"
|
|
43
|
+
"ASSETS",
|
|
44
|
+
"CHILD_HIERARCHY",
|
|
45
|
+
"DATA_PRODUCTS",
|
|
46
|
+
"RELATED_TERMS",
|
|
47
|
+
"SUBSCRIBED_ASSETS",
|
|
48
|
+
"WORKFLOWS"
|
|
39
49
|
],
|
|
40
50
|
"doc": "Enum containing the types of page modules that there are"
|
|
41
51
|
},
|
|
@@ -150,6 +160,15 @@
|
|
|
150
160
|
"name": "assetUrns",
|
|
151
161
|
"Urn": "Urn",
|
|
152
162
|
"urn_is_array": true
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"type": [
|
|
166
|
+
"null",
|
|
167
|
+
"string"
|
|
168
|
+
],
|
|
169
|
+
"name": "dynamicFilterJson",
|
|
170
|
+
"default": null,
|
|
171
|
+
"doc": "Optional dynamic filters\n\nThe stringified json representing the logical predicate built in the UI to select assets.\nThis predicate is turned into orFilters to send through graphql since graphql doesn't support\narbitrary nesting. This string is used to restore the UI for this logical predicate."
|
|
153
172
|
}
|
|
154
173
|
],
|
|
155
174
|
"doc": "The params required if the module is type ASSET_COLLECTION"
|
|
@@ -39,6 +39,80 @@
|
|
|
39
39
|
"name": "rows",
|
|
40
40
|
"doc": "The rows of modules contained in this template"
|
|
41
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"type": [
|
|
44
|
+
"null",
|
|
45
|
+
{
|
|
46
|
+
"type": "record",
|
|
47
|
+
"name": "DataHubPageTemplateAssetSummary",
|
|
48
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
49
|
+
"fields": [
|
|
50
|
+
{
|
|
51
|
+
"type": [
|
|
52
|
+
"null",
|
|
53
|
+
{
|
|
54
|
+
"type": "array",
|
|
55
|
+
"items": {
|
|
56
|
+
"type": "record",
|
|
57
|
+
"name": "SummaryElement",
|
|
58
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
59
|
+
"fields": [
|
|
60
|
+
{
|
|
61
|
+
"type": {
|
|
62
|
+
"type": "enum",
|
|
63
|
+
"name": "SummaryElementType",
|
|
64
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
65
|
+
"symbols": [
|
|
66
|
+
"CREATED",
|
|
67
|
+
"TAGS",
|
|
68
|
+
"GLOSSARY_TERMS",
|
|
69
|
+
"OWNERS",
|
|
70
|
+
"DOMAIN",
|
|
71
|
+
"STRUCTURED_PROPERTY"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"name": "elementType",
|
|
75
|
+
"doc": "The type of element/property"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"Relationship": {
|
|
79
|
+
"entityTypes": [
|
|
80
|
+
"structuredProperty"
|
|
81
|
+
],
|
|
82
|
+
"name": "ContainsStructuredProperty"
|
|
83
|
+
},
|
|
84
|
+
"java": {
|
|
85
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
86
|
+
},
|
|
87
|
+
"type": [
|
|
88
|
+
"null",
|
|
89
|
+
"string"
|
|
90
|
+
],
|
|
91
|
+
"name": "structuredPropertyUrn",
|
|
92
|
+
"default": null,
|
|
93
|
+
"doc": "The urn of the structured property shown. Required if propertyType is STRUCTURED_PROPERTY",
|
|
94
|
+
"Urn": "Urn",
|
|
95
|
+
"entityTypes": [
|
|
96
|
+
"structuredProperty"
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"doc": "Info for a given asset summary element"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"name": "summaryElements",
|
|
105
|
+
"default": null,
|
|
106
|
+
"doc": "The optional list of properties shown on an asset summary page header."
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"doc": "The page template info for asset summaries"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"name": "assetSummary",
|
|
113
|
+
"default": null,
|
|
114
|
+
"doc": "The optional info for asset summaries. Should be populated if surfaceType is ASSET_SUMMARY"
|
|
115
|
+
},
|
|
42
116
|
{
|
|
43
117
|
"type": {
|
|
44
118
|
"type": "record",
|
|
@@ -52,12 +126,14 @@
|
|
|
52
126
|
"type": {
|
|
53
127
|
"type": "enum",
|
|
54
128
|
"symbolDocs": {
|
|
129
|
+
"ASSET_SUMMARY": "This template applies to what to display on asset summary pages",
|
|
55
130
|
"HOME_PAGE": "This template applies to what to display on the home page for users."
|
|
56
131
|
},
|
|
57
132
|
"name": "PageTemplateSurfaceType",
|
|
58
133
|
"namespace": "com.linkedin.pegasus2avro.template",
|
|
59
134
|
"symbols": [
|
|
60
|
-
"HOME_PAGE"
|
|
135
|
+
"HOME_PAGE",
|
|
136
|
+
"ASSET_SUMMARY"
|
|
61
137
|
]
|
|
62
138
|
},
|
|
63
139
|
"name": "surfaceType",
|
|
@@ -130,6 +130,10 @@
|
|
|
130
130
|
"doc": "The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value."
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
|
+
"Searchable": {
|
|
134
|
+
"fieldType": "COUNT",
|
|
135
|
+
"hasValuesFieldName": "hasUniqueUserCount"
|
|
136
|
+
},
|
|
133
137
|
"TimeseriesField": {},
|
|
134
138
|
"type": [
|
|
135
139
|
"null",
|
|
@@ -140,6 +144,10 @@
|
|
|
140
144
|
"doc": "Unique user count"
|
|
141
145
|
},
|
|
142
146
|
{
|
|
147
|
+
"Searchable": {
|
|
148
|
+
"fieldType": "COUNT",
|
|
149
|
+
"hasValuesFieldName": "hasTotalSqlQueriesCount"
|
|
150
|
+
},
|
|
143
151
|
"TimeseriesField": {},
|
|
144
152
|
"type": [
|
|
145
153
|
"null",
|
|
@@ -89,6 +89,88 @@
|
|
|
89
89
|
"name": "emailSettings",
|
|
90
90
|
"default": null,
|
|
91
91
|
"doc": "Email integration settings."
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": [
|
|
95
|
+
"null",
|
|
96
|
+
{
|
|
97
|
+
"type": "record",
|
|
98
|
+
"name": "TeamsIntegrationSettings",
|
|
99
|
+
"namespace": "com.linkedin.pegasus2avro.settings.global",
|
|
100
|
+
"fields": [
|
|
101
|
+
{
|
|
102
|
+
"deprecated": true,
|
|
103
|
+
"type": "boolean",
|
|
104
|
+
"name": "enabled",
|
|
105
|
+
"default": true,
|
|
106
|
+
"doc": "Whether the Teams integration is enabled or not.\nDeprecated! This is no longer used in favor of using the connections abstraction.\nIf a connection is present, then this is enabled."
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"deprecated": true,
|
|
110
|
+
"type": [
|
|
111
|
+
"null",
|
|
112
|
+
"string"
|
|
113
|
+
],
|
|
114
|
+
"name": "encryptedBotToken",
|
|
115
|
+
"default": null,
|
|
116
|
+
"doc": "An encrypted bot token.\nDeprecated! This is no longer used in favor of using the connections abstraction."
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"deprecated": true,
|
|
120
|
+
"type": [
|
|
121
|
+
"null",
|
|
122
|
+
"string"
|
|
123
|
+
],
|
|
124
|
+
"name": "defaultChannelName",
|
|
125
|
+
"default": null,
|
|
126
|
+
"doc": "A default Teams channel to use.\nDeprecated! Use defaultChannel instead."
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"type": [
|
|
130
|
+
"null",
|
|
131
|
+
{
|
|
132
|
+
"type": "record",
|
|
133
|
+
"name": "TeamsChannel",
|
|
134
|
+
"namespace": "com.linkedin.pegasus2avro.settings.global",
|
|
135
|
+
"fields": [
|
|
136
|
+
{
|
|
137
|
+
"type": "string",
|
|
138
|
+
"name": "id",
|
|
139
|
+
"doc": "The Teams channel ID (internal Teams identifier)."
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"type": [
|
|
143
|
+
"null",
|
|
144
|
+
"string"
|
|
145
|
+
],
|
|
146
|
+
"name": "name",
|
|
147
|
+
"default": null,
|
|
148
|
+
"doc": "The Teams channel display name (cached value, may be stale)."
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"type": [
|
|
152
|
+
"null",
|
|
153
|
+
"long"
|
|
154
|
+
],
|
|
155
|
+
"name": "lastUpdated",
|
|
156
|
+
"default": null,
|
|
157
|
+
"doc": "The timestamp when the cached name was last updated.\nUsed for TTL-based cache invalidation."
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"doc": "Teams channel information with cached display name."
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"name": "defaultChannel",
|
|
164
|
+
"default": null,
|
|
165
|
+
"doc": "A default Teams channel to route notifications to."
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"doc": "Teams integration settings."
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"name": "teamsSettings",
|
|
172
|
+
"default": null,
|
|
173
|
+
"doc": "Teams integration settings."
|
|
92
174
|
}
|
|
93
175
|
],
|
|
94
176
|
"doc": "Native DataHub Integrations, supported on the UI."
|
|
@@ -309,11 +309,11 @@
|
|
|
309
309
|
"filterNameOverride": "Priority"
|
|
310
310
|
},
|
|
311
311
|
"type": [
|
|
312
|
-
"
|
|
313
|
-
"
|
|
312
|
+
"null",
|
|
313
|
+
"int"
|
|
314
314
|
],
|
|
315
315
|
"name": "priority",
|
|
316
|
-
"default":
|
|
316
|
+
"default": null,
|
|
317
317
|
"doc": "A numeric severity or priority for the incident. On the UI we will translate this into something easy to understand.\nCurrently supported: 0 - CRITICAL, 1 - HIGH, 2 - MED, 3 - LOW\n(We probably should have modeled as an enum)"
|
|
318
318
|
},
|
|
319
319
|
{
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
"filterNameOverride": "Priority"
|
|
121
121
|
},
|
|
122
122
|
"type": [
|
|
123
|
-
"
|
|
124
|
-
"
|
|
123
|
+
"null",
|
|
124
|
+
"int"
|
|
125
125
|
],
|
|
126
126
|
"name": "priority",
|
|
127
|
-
"default":
|
|
127
|
+
"default": null,
|
|
128
128
|
"doc": "A numeric severity or priority for the incident. On the UI we will translate this into something easy to understand.\nCurrently supported: 0 - CRITICAL, 1 - HIGH, 2 - MED, 3 - LOW\n(We probably should have modeled as an enum)"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
@@ -371,6 +371,75 @@
|
|
|
371
371
|
"name": "source",
|
|
372
372
|
"default": null,
|
|
373
373
|
"doc": "Source information for the ownership"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"Searchable": {
|
|
377
|
+
"/actor": {
|
|
378
|
+
"fieldName": "ownerAttributionActors",
|
|
379
|
+
"fieldType": "URN",
|
|
380
|
+
"queryByDefault": false
|
|
381
|
+
},
|
|
382
|
+
"/source": {
|
|
383
|
+
"fieldName": "ownerAttributionSources",
|
|
384
|
+
"fieldType": "URN",
|
|
385
|
+
"queryByDefault": false
|
|
386
|
+
},
|
|
387
|
+
"/time": {
|
|
388
|
+
"fieldName": "ownerAttributionDates",
|
|
389
|
+
"fieldType": "DATETIME",
|
|
390
|
+
"queryByDefault": false
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"type": [
|
|
394
|
+
"null",
|
|
395
|
+
{
|
|
396
|
+
"type": "record",
|
|
397
|
+
"name": "MetadataAttribution",
|
|
398
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
399
|
+
"fields": [
|
|
400
|
+
{
|
|
401
|
+
"type": "long",
|
|
402
|
+
"name": "time",
|
|
403
|
+
"doc": "When this metadata was updated."
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"java": {
|
|
407
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
408
|
+
},
|
|
409
|
+
"type": "string",
|
|
410
|
+
"name": "actor",
|
|
411
|
+
"doc": "The entity (e.g. a member URN) responsible for applying the assocated metadata. This can\neither be a user (in case of UI edits) or the datahub system for automation.",
|
|
412
|
+
"Urn": "Urn"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"java": {
|
|
416
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
417
|
+
},
|
|
418
|
+
"type": [
|
|
419
|
+
"null",
|
|
420
|
+
"string"
|
|
421
|
+
],
|
|
422
|
+
"name": "source",
|
|
423
|
+
"default": null,
|
|
424
|
+
"doc": "The DataHub source responsible for applying the associated metadata. This will only be filled out\nwhen a DataHub source is responsible. This includes the specific metadata test urn, the automation urn.",
|
|
425
|
+
"Urn": "Urn"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"type": {
|
|
429
|
+
"type": "map",
|
|
430
|
+
"values": "string"
|
|
431
|
+
},
|
|
432
|
+
"name": "sourceDetail",
|
|
433
|
+
"default": {},
|
|
434
|
+
"doc": "The details associated with why this metadata was applied. For example, this could include\nthe actual regex rule, sql statement, ingestion pipeline ID, etc.\nAlso can include flags like 'propagated'=true or 'inferred'=true."
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
438
|
+
}
|
|
439
|
+
],
|
|
440
|
+
"name": "attribution",
|
|
441
|
+
"default": null,
|
|
442
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
374
443
|
}
|
|
375
444
|
],
|
|
376
445
|
"doc": "Ownership information"
|
|
@@ -28,6 +28,32 @@
|
|
|
28
28
|
"default": null,
|
|
29
29
|
"doc": "The role that this invite token may be associated with",
|
|
30
30
|
"Urn": "Urn"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"Searchable": {
|
|
34
|
+
"fieldName": "tokenType",
|
|
35
|
+
"fieldType": "KEYWORD"
|
|
36
|
+
},
|
|
37
|
+
"type": [
|
|
38
|
+
{
|
|
39
|
+
"type": "enum",
|
|
40
|
+
"symbolDocs": {
|
|
41
|
+
"INDIVIDUAL": "Individual token generated for bulk invitations. Single-use, consumed on signup.",
|
|
42
|
+
"SHARED": "Shared token that admin can copy and share manually. Reusable until admin regenerates."
|
|
43
|
+
},
|
|
44
|
+
"name": "TokenType",
|
|
45
|
+
"namespace": "com.linkedin.pegasus2avro.identity",
|
|
46
|
+
"symbols": [
|
|
47
|
+
"SHARED",
|
|
48
|
+
"INDIVIDUAL"
|
|
49
|
+
],
|
|
50
|
+
"doc": "Token types for different invitation workflows"
|
|
51
|
+
},
|
|
52
|
+
"null"
|
|
53
|
+
],
|
|
54
|
+
"name": "tokenType",
|
|
55
|
+
"default": "SHARED",
|
|
56
|
+
"doc": "The type of invite token - shared (admin managed) or individual (single-use)"
|
|
31
57
|
}
|
|
32
58
|
],
|
|
33
59
|
"doc": "Aspect used to store invite tokens."
|