From b37b3f3000422e10eb51dbd46197e9e5ae60943e Mon Sep 17 00:00:00 2001 From: dougpm <60357516+dougpm@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:25:00 -0300 Subject: [PATCH] Fix typo in metadata-ingestion.md --- docs/architecture/metadata-ingestion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/metadata-ingestion.md b/docs/architecture/metadata-ingestion.md index ed29c0cb49fd31..6ab8ab964c6b6c 100644 --- a/docs/architecture/metadata-ingestion.md +++ b/docs/architecture/metadata-ingestion.md @@ -10,7 +10,7 @@ The figure below describes all the options possible for connecting your favorite ## Metadata Change Proposal: The Center Piece -The center piece for ingestion is are [Metadata Change Proposals] which represent requests to make a metadata change to an organization's Metadata Graph. +The center piece for ingestion are [Metadata Change Proposals] which represent requests to make a metadata change to an organization's Metadata Graph. Metadata Change Proposals can be sent over Kafka, for highly scalable async publishing from source systems. They can also be sent directly to the HTTP endpoint exposed by the DataHub service tier to get synchronous success / failure responses. ## Pull-based Integration