Skip to content

Commit

Permalink
making tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
John Joyce authored and John Joyce committed Jul 25, 2024
1 parent adfb028 commit 1fa4199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"type" : "record",
"name" : "MetadataChangeProposal",
"namespace" : "com.linkedin.mxe",
"namespace" : "com.linkedin.pegasus2avro.mxe",
"doc" : "Kafka event for proposing a metadata change for an entity. A corresponding MetadataChangeLog is emitted when the change is accepted and committed, otherwise a FailedMetadataChangeProposal will be emitted instead.",
"fields" : [ {
"name" : "auditHeader",
"type" : [ "null", {
"type" : "record",
"name" : "KafkaAuditHeader",
"namespace" : "com.linkedin.avro2pegasus.events",
"namespace" : "com.linkedin.events",
"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",
"fields" : [ {
"name" : "time",
Expand Down Expand Up @@ -74,7 +74,7 @@
"doc" : "Urn of the entity being written",
"default" : null,
"java" : {
"class" : "com.linkedin.common.urn.Urn"
"class" : "com.linkedin.pegasus2avro.common.urn.Urn"
}
}, {
"name" : "entityKeyAspect",
Expand All @@ -99,7 +99,7 @@
"type" : {
"type" : "enum",
"name" : "ChangeType",
"namespace" : "com.linkedin.events.metadata",
"namespace" : "com.linkedin.pegasus2avro.events.metadata",
"doc" : "Descriptor for a change action",
"symbols" : [ "UPSERT", "CREATE", "UPDATE", "DELETE", "PATCH", "RESTATE", "CREATE_ENTITY" ],
"symbolDocs" : {
Expand Down
1 change: 0 additions & 1 deletion metadata-models/src/main/resources/entity-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ entities:
- access
- structuredProperties
- forms
- share
- datasetPartitions
- name: dataHubPolicy
doc: DataHub Policies represent access policies granted to users or groups on metadata operations like edit, view etc.
Expand Down

0 comments on commit 1fa4199

Please sign in to comment.