acryl-datahub-cloud 0.3.13.2rc4__py3-none-any.whl → 0.3.14rc0__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.

Files changed (33) hide show
  1. acryl_datahub_cloud/_codegen_config.json +1 -1
  2. acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +443 -34
  3. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/identity/__init__.py +6 -0
  4. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/search/features/__init__.py +2 -0
  5. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/platform/event/v1/__init__.py +4 -0
  6. acryl_datahub_cloud/metadata/schema.avsc +445 -107
  7. acryl_datahub_cloud/metadata/schema_classes.py +420 -19
  8. acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +95 -0
  9. acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +0 -21
  10. acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc +2 -1
  11. acryl_datahub_cloud/metadata/schemas/CorpUserInvitationStatus.avsc +106 -0
  12. acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc +2 -0
  13. acryl_datahub_cloud/metadata/schemas/CorpUserUsageFeatures.avsc +93 -0
  14. acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +13 -2
  15. acryl_datahub_cloud/metadata/schemas/DatasetUsageStatistics.avsc +8 -0
  16. acryl_datahub_cloud/metadata/schemas/InferredMetadata.avsc +69 -0
  17. acryl_datahub_cloud/metadata/schemas/InviteToken.avsc +26 -0
  18. acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +104 -100
  19. acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +98 -45
  20. acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +71 -0
  21. acryl_datahub_cloud/metadata/schemas/Ownership.avsc +69 -0
  22. acryl_datahub_cloud/metadata/schemas/RelationshipChangeEvent.avsc +215 -0
  23. acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +2 -0
  24. acryl_datahub_cloud/metadata/schemas/StructuredProperties.avsc +69 -0
  25. acryl_datahub_cloud/metadata/schemas/StructuredPropertyDefinition.avsc +3 -0
  26. acryl_datahub_cloud/sdk/assertions_client.py +21 -7
  27. acryl_datahub_cloud/sdk/resolver_client.py +4 -1
  28. acryl_datahub_cloud/sdk/subscription_client.py +8 -3
  29. {acryl_datahub_cloud-0.3.13.2rc4.dist-info → acryl_datahub_cloud-0.3.14rc0.dist-info}/METADATA +48 -48
  30. {acryl_datahub_cloud-0.3.13.2rc4.dist-info → acryl_datahub_cloud-0.3.14rc0.dist-info}/RECORD +33 -30
  31. {acryl_datahub_cloud-0.3.13.2rc4.dist-info → acryl_datahub_cloud-0.3.14rc0.dist-info}/WHEEL +0 -0
  32. {acryl_datahub_cloud-0.3.13.2rc4.dist-info → acryl_datahub_cloud-0.3.14rc0.dist-info}/entry_points.txt +0 -0
  33. {acryl_datahub_cloud-0.3.13.2rc4.dist-info → acryl_datahub_cloud-0.3.14rc0.dist-info}/top_level.txt +0 -0
@@ -2820,6 +2820,32 @@
2820
2820
  "name": "lastModified",
2821
2821
  "default": null,
2822
2822
  "doc": "Audit stamp containing who last modified this relationship edge and when"
2823
+ },
2824
+ {
2825
+ "Searchable": {
2826
+ "/actor": {
2827
+ "fieldName": "structuredPropertyAttributionActors",
2828
+ "fieldType": "URN",
2829
+ "queryByDefault": false
2830
+ },
2831
+ "/source": {
2832
+ "fieldName": "structuredPropertyAttributionSources",
2833
+ "fieldType": "URN",
2834
+ "queryByDefault": false
2835
+ },
2836
+ "/time": {
2837
+ "fieldName": "structuredPropertyAttributionDates",
2838
+ "fieldType": "DATETIME",
2839
+ "queryByDefault": false
2840
+ }
2841
+ },
2842
+ "type": [
2843
+ "null",
2844
+ "com.linkedin.pegasus2avro.common.MetadataAttribution"
2845
+ ],
2846
+ "name": "attribution",
2847
+ "default": null,
2848
+ "doc": "Information about who, why, and how this metadata was applied"
2823
2849
  }
2824
2850
  ]
2825
2851
  }
@@ -2855,6 +2881,9 @@
2855
2881
  "doc": "The display name of the property. This is the name that will be shown in the UI and can be used to look up the property id."
2856
2882
  },
2857
2883
  {
2884
+ "Searchable": {
2885
+ "fieldType": "URN"
2886
+ },
2858
2887
  "UrnValidation": {
2859
2888
  "entityTypes": [
2860
2889
  "dataType"
@@ -6079,27 +6108,6 @@
6079
6108
  "default": null,
6080
6109
  "doc": "Data Platform for parent"
6081
6110
  },
6082
- {
6083
- "Searchable": {
6084
- "/*": {
6085
- "addToFilters": true,
6086
- "fieldType": "URN",
6087
- "hasValuesFieldName": "hasAsserteeContainer"
6088
- }
6089
- },
6090
- "TimeseriesField": {},
6091
- "java": {
6092
- "class": "com.linkedin.pegasus2avro.common.urn.Urn"
6093
- },
6094
- "Urn": "Urn",
6095
- "type": [
6096
- "null",
6097
- "string"
6098
- ],
6099
- "name": "asserteeContainer",
6100
- "default": null,
6101
- "doc": "The Container attached to the entity's parent Asset"
6102
- },
6103
6111
  {
6104
6112
  "Searchable": {
6105
6113
  "addToFilters": true,
@@ -9174,6 +9182,32 @@
9174
9182
  "name": "source",
9175
9183
  "default": null,
9176
9184
  "doc": "Source information for the ownership"
9185
+ },
9186
+ {
9187
+ "Searchable": {
9188
+ "/actor": {
9189
+ "fieldName": "ownerAttributionActors",
9190
+ "fieldType": "URN",
9191
+ "queryByDefault": false
9192
+ },
9193
+ "/source": {
9194
+ "fieldName": "ownerAttributionSources",
9195
+ "fieldType": "URN",
9196
+ "queryByDefault": false
9197
+ },
9198
+ "/time": {
9199
+ "fieldName": "ownerAttributionDates",
9200
+ "fieldType": "DATETIME",
9201
+ "queryByDefault": false
9202
+ }
9203
+ },
9204
+ "type": [
9205
+ "null",
9206
+ "com.linkedin.pegasus2avro.common.MetadataAttribution"
9207
+ ],
9208
+ "name": "attribution",
9209
+ "default": null,
9210
+ "doc": "Information about who, why, and how this metadata was applied"
9177
9211
  }
9178
9212
  ],
9179
9213
  "doc": "Ownership information"
@@ -11797,10 +11831,99 @@
11797
11831
  "name": "role",
11798
11832
  "default": null,
11799
11833
  "doc": "The role that this invite token may be associated with"
11834
+ },
11835
+ {
11836
+ "Searchable": {
11837
+ "fieldName": "tokenType",
11838
+ "fieldType": "KEYWORD"
11839
+ },
11840
+ "type": [
11841
+ {
11842
+ "type": "enum",
11843
+ "symbolDocs": {
11844
+ "INDIVIDUAL": "Individual token generated for bulk invitations. Single-use, consumed on signup.",
11845
+ "SHARED": "Shared token that admin can copy and share manually. Reusable until admin regenerates."
11846
+ },
11847
+ "name": "TokenType",
11848
+ "namespace": "com.linkedin.pegasus2avro.identity",
11849
+ "symbols": [
11850
+ "SHARED",
11851
+ "INDIVIDUAL"
11852
+ ],
11853
+ "doc": "Token types for different invitation workflows"
11854
+ },
11855
+ "null"
11856
+ ],
11857
+ "name": "tokenType",
11858
+ "default": "SHARED",
11859
+ "doc": "The type of invite token - shared (admin managed) or individual (single-use)"
11800
11860
  }
11801
11861
  ],
11802
11862
  "doc": "Aspect used to store invite tokens."
11803
11863
  },
11864
+ {
11865
+ "type": "record",
11866
+ "Aspect": {
11867
+ "name": "corpUserInvitationStatus"
11868
+ },
11869
+ "name": "CorpUserInvitationStatus",
11870
+ "namespace": "com.linkedin.pegasus2avro.identity",
11871
+ "fields": [
11872
+ {
11873
+ "Searchable": {
11874
+ "fieldType": "URN",
11875
+ "hasValuesFieldName": "hasRole",
11876
+ "queryByDefault": false
11877
+ },
11878
+ "java": {
11879
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
11880
+ },
11881
+ "Urn": "Urn",
11882
+ "type": [
11883
+ "null",
11884
+ "string"
11885
+ ],
11886
+ "name": "role",
11887
+ "default": null,
11888
+ "doc": "Role will only work in non-sso environments today."
11889
+ },
11890
+ {
11891
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
11892
+ "name": "created",
11893
+ "doc": "Created Audit"
11894
+ },
11895
+ {
11896
+ "Searchable": {
11897
+ "fieldName": "invitationStatus",
11898
+ "fieldType": "KEYWORD",
11899
+ "queryByDefault": false
11900
+ },
11901
+ "type": {
11902
+ "type": "enum",
11903
+ "name": "InvitationStatus",
11904
+ "namespace": "com.linkedin.pegasus2avro.identity",
11905
+ "symbols": [
11906
+ "SENT",
11907
+ "ACCEPTED",
11908
+ "REVOKED",
11909
+ "SUGGESTION_DISMISSED"
11910
+ ]
11911
+ },
11912
+ "name": "status",
11913
+ "doc": "The status of the invitation"
11914
+ },
11915
+ {
11916
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
11917
+ "name": "lastUpdated",
11918
+ "doc": "Last Status Change Audit"
11919
+ },
11920
+ {
11921
+ "type": "string",
11922
+ "name": "invitationToken",
11923
+ "doc": "Unique token for the invitation URL - hashed via SecretService "
11924
+ }
11925
+ ]
11926
+ },
11804
11927
  {
11805
11928
  "type": "record",
11806
11929
  "Aspect": {
@@ -14421,8 +14544,12 @@
14421
14544
  "queryByDefault": false
14422
14545
  }
14423
14546
  },
14424
- "type": "com.linkedin.pegasus2avro.common.Edge",
14425
- "name": "parent"
14547
+ "type": [
14548
+ "null",
14549
+ "com.linkedin.pegasus2avro.common.Edge"
14550
+ ],
14551
+ "name": "parent",
14552
+ "default": null
14426
14553
  }
14427
14554
  ]
14428
14555
  },
@@ -14916,6 +15043,99 @@
14916
15043
  }
14917
15044
  ]
14918
15045
  },
15046
+ {
15047
+ "type": "record",
15048
+ "Aspect": {
15049
+ "name": "corpUserUsageFeatures"
15050
+ },
15051
+ "name": "CorpUserUsageFeatures",
15052
+ "namespace": "com.linkedin.pegasus2avro.metadata.search.features",
15053
+ "fields": [
15054
+ {
15055
+ "Searchable": {
15056
+ "fieldName": "userUsageTotalPast30DaysFeature",
15057
+ "fieldType": "COUNT"
15058
+ },
15059
+ "type": [
15060
+ "null",
15061
+ "long"
15062
+ ],
15063
+ "name": "userUsageTotalPast30Days",
15064
+ "default": null,
15065
+ "doc": "Total number of usage in the last 30 days"
15066
+ },
15067
+ {
15068
+ "Searchable": {
15069
+ "/*": {
15070
+ "fieldName": "platformUsageTotal",
15071
+ "fieldType": "OBJECT",
15072
+ "queryByDefault": false
15073
+ }
15074
+ },
15075
+ "type": [
15076
+ "null",
15077
+ {
15078
+ "type": "map",
15079
+ "values": "double"
15080
+ }
15081
+ ],
15082
+ "name": "userPlatformUsageTotalsPast30Days",
15083
+ "default": null,
15084
+ "doc": "usage broken down by platform so we can differentiate between top users of snowflake vs redshift\nkey is supposed to be platform urn"
15085
+ },
15086
+ {
15087
+ "Searchable": {
15088
+ "/*": {
15089
+ "fieldName": "platformUsagePercentage",
15090
+ "fieldType": "OBJECT",
15091
+ "queryByDefault": false
15092
+ }
15093
+ },
15094
+ "type": [
15095
+ "null",
15096
+ {
15097
+ "type": "map",
15098
+ "values": "double"
15099
+ }
15100
+ ],
15101
+ "name": "userPlatformUsagePercentilePast30Days",
15102
+ "default": null,
15103
+ "doc": "usage broken down by platform so we can differentiate between top users of snowflake vs redshift"
15104
+ },
15105
+ {
15106
+ "Searchable": {
15107
+ "fieldName": "userUsagePercentilePast30DaysFeature",
15108
+ "fieldType": "DOUBLE"
15109
+ },
15110
+ "type": [
15111
+ "null",
15112
+ "double"
15113
+ ],
15114
+ "name": "userUsagePercentilePast30Days",
15115
+ "default": null,
15116
+ "doc": "Platform usage total percentile for ranking users across all platforms"
15117
+ },
15118
+ {
15119
+ "Searchable": {
15120
+ "/*": {
15121
+ "fieldName": "topDatasetsByUsage",
15122
+ "fieldType": "OBJECT",
15123
+ "queryByDefault": false
15124
+ }
15125
+ },
15126
+ "type": [
15127
+ "null",
15128
+ {
15129
+ "type": "map",
15130
+ "values": "double"
15131
+ }
15132
+ ],
15133
+ "name": "userTopDatasetsByUsage",
15134
+ "default": null,
15135
+ "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"
15136
+ }
15137
+ ]
15138
+ },
14919
15139
  {
14920
15140
  "type": "record",
14921
15141
  "Aspect": {
@@ -16725,6 +16945,8 @@
16725
16945
  "deprecation",
16726
16946
  "subTypes",
16727
16947
  "logicalParent",
16948
+ "globalTags",
16949
+ "glossaryTerms",
16728
16950
  "schemaFieldProfile",
16729
16951
  "lineageFeatures"
16730
16952
  ]
@@ -17564,6 +17786,8 @@
17564
17786
  "testResults",
17565
17787
  "subTypes",
17566
17788
  "slackUserInfo",
17789
+ "corpUserUsageFeatures",
17790
+ "corpUserInvitationStatus",
17567
17791
  "share",
17568
17792
  "formNotifications"
17569
17793
  ],
@@ -17851,6 +18075,178 @@
17851
18075
  ],
17852
18076
  "doc": "Info about a DataHub ingestion source"
17853
18077
  },
18078
+ {
18079
+ "type": "record",
18080
+ "Event": {
18081
+ "name": "relationshipChangeEvent"
18082
+ },
18083
+ "name": "RelationshipChangeEvent",
18084
+ "namespace": "com.linkedin.pegasus2avro.platform.event.v1",
18085
+ "fields": [
18086
+ {
18087
+ "type": [
18088
+ "null",
18089
+ {
18090
+ "type": "record",
18091
+ "name": "KafkaAuditHeader",
18092
+ "namespace": "com.linkedin.events",
18093
+ "fields": [
18094
+ {
18095
+ "compliance": [
18096
+ {
18097
+ "policy": "EVENT_TIME"
18098
+ }
18099
+ ],
18100
+ "type": "long",
18101
+ "name": "time",
18102
+ "doc": "The time at which the event was emitted into kafka."
18103
+ },
18104
+ {
18105
+ "compliance": "NONE",
18106
+ "type": "string",
18107
+ "name": "server",
18108
+ "doc": "The fully qualified name of the host from which the event is being emitted."
18109
+ },
18110
+ {
18111
+ "compliance": "NONE",
18112
+ "type": [
18113
+ "null",
18114
+ "string"
18115
+ ],
18116
+ "name": "instance",
18117
+ "default": null,
18118
+ "doc": "The instance on the server from which the event is being emitted. e.g. i001"
18119
+ },
18120
+ {
18121
+ "compliance": "NONE",
18122
+ "type": "string",
18123
+ "name": "appName",
18124
+ "doc": "The name of the application from which the event is being emitted. see go/appname"
18125
+ },
18126
+ {
18127
+ "compliance": "NONE",
18128
+ "type": {
18129
+ "type": "fixed",
18130
+ "name": "UUID",
18131
+ "namespace": "com.linkedin.events",
18132
+ "size": 16
18133
+ },
18134
+ "name": "messageId",
18135
+ "doc": "A unique identifier for the message"
18136
+ },
18137
+ {
18138
+ "compliance": "NONE",
18139
+ "type": [
18140
+ "null",
18141
+ "int"
18142
+ ],
18143
+ "name": "auditVersion",
18144
+ "default": null,
18145
+ "doc": "The version that is being used for auditing. In version 0, the audit trail buckets events into 10 minute audit windows based on the EventHeader timestamp. In version 1, the audit trail buckets events as follows: if the schema has an outer KafkaAuditHeader, use the outer audit header timestamp for bucketing; else if the EventHeader has an inner KafkaAuditHeader use that inner audit header's timestamp for bucketing"
18146
+ },
18147
+ {
18148
+ "compliance": "NONE",
18149
+ "type": [
18150
+ "null",
18151
+ "string"
18152
+ ],
18153
+ "name": "fabricUrn",
18154
+ "default": null,
18155
+ "doc": "The fabricUrn of the host from which the event is being emitted. Fabric Urn in the format of urn:li:fabric:{fabric_name}. See go/fabric."
18156
+ },
18157
+ {
18158
+ "compliance": "NONE",
18159
+ "type": [
18160
+ "null",
18161
+ "string"
18162
+ ],
18163
+ "name": "clusterConnectionString",
18164
+ "default": null,
18165
+ "doc": "This is a String that the client uses to establish some kind of connection with the Kafka cluster. The exact format of it depends on specific versions of clients and brokers. This information could potentially identify the fabric and cluster with which the client is producing to or consuming from."
18166
+ }
18167
+ ],
18168
+ "doc": "This header records information about the context of an event as it is emitted into kafka and is intended to be used by the kafka audit application. For more information see go/kafkaauditheader"
18169
+ }
18170
+ ],
18171
+ "name": "auditHeader",
18172
+ "default": null,
18173
+ "doc": "Kafka audit header containing metadata about the message itself.\nIncludes information like message ID, timestamp, and server details."
18174
+ },
18175
+ {
18176
+ "java": {
18177
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
18178
+ },
18179
+ "Urn": "Urn",
18180
+ "type": "string",
18181
+ "name": "sourceUrn",
18182
+ "doc": "The URN (Uniform Resource Name) of the source entity in the relationship.\nIn a downstream relationship example, this would be the URN of the upstream dataset."
18183
+ },
18184
+ {
18185
+ "java": {
18186
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
18187
+ },
18188
+ "Urn": "Urn",
18189
+ "type": "string",
18190
+ "name": "destinationUrn",
18191
+ "doc": "The URN of the destination entity in the relationship.\nIn a downstream relationship example, this would be the URN of the downstream dataset."
18192
+ },
18193
+ {
18194
+ "type": {
18195
+ "type": "enum",
18196
+ "name": "RelationshipChangeOperation",
18197
+ "namespace": "com.linkedin.pegasus2avro.platform.event.v1",
18198
+ "symbols": [
18199
+ "ADD",
18200
+ "REMOVE",
18201
+ "RESTATE"
18202
+ ]
18203
+ },
18204
+ "name": "operation",
18205
+ "doc": "The operation being performed on this relationship.\nTypically includes operations like ADD, REMOVE, or RESTATE."
18206
+ },
18207
+ {
18208
+ "type": "string",
18209
+ "name": "relationshipType",
18210
+ "doc": "The type/category of relationship being established or modified.\nExamples: \"DownstreamOf\", \"Contains\", \"OwnedBy\", \"DerivedFrom\", etc."
18211
+ },
18212
+ {
18213
+ "type": [
18214
+ "null",
18215
+ "string"
18216
+ ],
18217
+ "name": "lifecycleOwner",
18218
+ "default": null,
18219
+ "doc": "The system or service responsible for managing the lifecycle of this relationship.\nThis helps identify which component has authority over the relationship."
18220
+ },
18221
+ {
18222
+ "type": [
18223
+ "null",
18224
+ "string"
18225
+ ],
18226
+ "name": "via",
18227
+ "default": null,
18228
+ "doc": "Information about how or through what means this relationship was established.\nCould indicate a specific pipeline, process, or tool that discovered/created the relationship."
18229
+ },
18230
+ {
18231
+ "type": [
18232
+ "null",
18233
+ {
18234
+ "type": "map",
18235
+ "values": "string"
18236
+ }
18237
+ ],
18238
+ "name": "properties",
18239
+ "default": null,
18240
+ "doc": "Additional custom properties associated with this relationship.\nAllows for flexible extension without changing the schema."
18241
+ },
18242
+ {
18243
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
18244
+ "name": "auditStamp",
18245
+ "doc": "Stores information about who made this change and when.\nContains the actor (user or system) that performed the action and the timestamp."
18246
+ }
18247
+ ],
18248
+ "doc": "Kafka event for proposing a relationship change between two entities.\nFor example, when dataset1 establishes a new downstream relationship with dataset2."
18249
+ },
17854
18250
  {
17855
18251
  "type": "record",
17856
18252
  "Event": {
@@ -20110,87 +20506,7 @@
20110
20506
  {
20111
20507
  "type": [
20112
20508
  "null",
20113
- {
20114
- "type": "record",
20115
- "name": "KafkaAuditHeader",
20116
- "namespace": "com.linkedin.events",
20117
- "fields": [
20118
- {
20119
- "compliance": [
20120
- {
20121
- "policy": "EVENT_TIME"
20122
- }
20123
- ],
20124
- "type": "long",
20125
- "name": "time",
20126
- "doc": "The time at which the event was emitted into kafka."
20127
- },
20128
- {
20129
- "compliance": "NONE",
20130
- "type": "string",
20131
- "name": "server",
20132
- "doc": "The fully qualified name of the host from which the event is being emitted."
20133
- },
20134
- {
20135
- "compliance": "NONE",
20136
- "type": [
20137
- "null",
20138
- "string"
20139
- ],
20140
- "name": "instance",
20141
- "default": null,
20142
- "doc": "The instance on the server from which the event is being emitted. e.g. i001"
20143
- },
20144
- {
20145
- "compliance": "NONE",
20146
- "type": "string",
20147
- "name": "appName",
20148
- "doc": "The name of the application from which the event is being emitted. see go/appname"
20149
- },
20150
- {
20151
- "compliance": "NONE",
20152
- "type": {
20153
- "type": "fixed",
20154
- "name": "UUID",
20155
- "namespace": "com.linkedin.events",
20156
- "size": 16
20157
- },
20158
- "name": "messageId",
20159
- "doc": "A unique identifier for the message"
20160
- },
20161
- {
20162
- "compliance": "NONE",
20163
- "type": [
20164
- "null",
20165
- "int"
20166
- ],
20167
- "name": "auditVersion",
20168
- "default": null,
20169
- "doc": "The version that is being used for auditing. In version 0, the audit trail buckets events into 10 minute audit windows based on the EventHeader timestamp. In version 1, the audit trail buckets events as follows: if the schema has an outer KafkaAuditHeader, use the outer audit header timestamp for bucketing; else if the EventHeader has an inner KafkaAuditHeader use that inner audit header's timestamp for bucketing"
20170
- },
20171
- {
20172
- "compliance": "NONE",
20173
- "type": [
20174
- "null",
20175
- "string"
20176
- ],
20177
- "name": "fabricUrn",
20178
- "default": null,
20179
- "doc": "The fabricUrn of the host from which the event is being emitted. Fabric Urn in the format of urn:li:fabric:{fabric_name}. See go/fabric."
20180
- },
20181
- {
20182
- "compliance": "NONE",
20183
- "type": [
20184
- "null",
20185
- "string"
20186
- ],
20187
- "name": "clusterConnectionString",
20188
- "default": null,
20189
- "doc": "This is a String that the client uses to establish some kind of connection with the Kafka cluster. The exact format of it depends on specific versions of clients and brokers. This information could potentially identify the fabric and cluster with which the client is producing to or consuming from."
20190
- }
20191
- ],
20192
- "doc": "This header records information about the context of an event as it is emitted into kafka and is intended to be used by the kafka audit application. For more information see go/kafkaauditheader"
20193
- }
20509
+ "com.linkedin.events.KafkaAuditHeader"
20194
20510
  ],
20195
20511
  "name": "auditHeader",
20196
20512
  "default": null,
@@ -20620,7 +20936,8 @@
20620
20936
  "createdActor": "inputEdges/*/created/actor",
20621
20937
  "createdOn": "inputEdges/*/created/time",
20622
20938
  "entityTypes": [
20623
- "dataset"
20939
+ "dataset",
20940
+ "chart"
20624
20941
  ],
20625
20942
  "isLineage": true,
20626
20943
  "name": "Consumes",
@@ -26777,7 +27094,8 @@
26777
27094
  "LINK": "Link type module",
26778
27095
  "OWNED_ASSETS": "Module displaying assets owned by a user",
26779
27096
  "RICH_TEXT": "Module containing rich text to be rendered",
26780
- "SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user"
27097
+ "SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user",
27098
+ "WORKFLOWS": "Module displaying workflows that can be started"
26781
27099
  },
26782
27100
  "name": "DataHubPageModuleType",
26783
27101
  "namespace": "com.linkedin.pegasus2avro.module",
@@ -26788,7 +27106,8 @@
26788
27106
  "HIERARCHY",
26789
27107
  "OWNED_ASSETS",
26790
27108
  "DOMAINS",
26791
- "SUBSCRIBED_ASSETS"
27109
+ "SUBSCRIBED_ASSETS",
27110
+ "WORKFLOWS"
26792
27111
  ],
26793
27112
  "doc": "Enum containing the types of page modules that there are"
26794
27113
  },
@@ -26903,6 +27222,15 @@
26903
27222
  "items": "string"
26904
27223
  },
26905
27224
  "name": "assetUrns"
27225
+ },
27226
+ {
27227
+ "type": [
27228
+ "null",
27229
+ "string"
27230
+ ],
27231
+ "name": "dynamicFilterJson",
27232
+ "default": null,
27233
+ "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."
26906
27234
  }
26907
27235
  ],
26908
27236
  "doc": "The params required if the module is type ASSET_COLLECTION"
@@ -27366,6 +27694,10 @@
27366
27694
  "doc": "The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value."
27367
27695
  },
27368
27696
  {
27697
+ "Searchable": {
27698
+ "fieldType": "COUNT",
27699
+ "hasValuesFieldName": "hasUniqueUserCount"
27700
+ },
27369
27701
  "TimeseriesField": {},
27370
27702
  "type": [
27371
27703
  "null",
@@ -27376,6 +27708,10 @@
27376
27708
  "doc": "Unique user count"
27377
27709
  },
27378
27710
  {
27711
+ "Searchable": {
27712
+ "fieldType": "COUNT",
27713
+ "hasValuesFieldName": "hasTotalSqlQueriesCount"
27714
+ },
27379
27715
  "TimeseriesField": {},
27380
27716
  "type": [
27381
27717
  "null",
@@ -30202,6 +30538,7 @@
30202
30538
  "BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST": "Broadcast that a new action workflow form request has been created or needs review.",
30203
30539
  "BROADCAST_NEW_INCIDENT_UPDATE": "Updates the broadcasted incident if possible.",
30204
30540
  "CUSTOM": "Legacy template types to support backwards compatibility.",
30541
+ "INVITATION": "User invitation notification template.",
30205
30542
  "OWNERSHIP_CHANGE": "Ownership change notification template."
30206
30543
  },
30207
30544
  "name": "NotificationTemplateType",
@@ -30209,6 +30546,7 @@
30209
30546
  "symbols": [
30210
30547
  "OWNERSHIP_CHANGE",
30211
30548
  "BROADCAST_ASSERTION_STATUS_CHANGE",
30549
+ "INVITATION",
30212
30550
  "CUSTOM",
30213
30551
  "BROADCAST_NEW_INCIDENT",
30214
30552
  "BROADCAST_NEW_INCIDENT_UPDATE",