From 5275bdb15f1aea394ab444f840cc139426ae63a1 Mon Sep 17 00:00:00 2001 From: Sidita Duli Date: Sun, 1 Oct 2023 14:22:27 +0200 Subject: [PATCH 1/2] new source Dozer instance Signed-off-by: Sidita Duli --- docs/sources/dozer-instance.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/sources/dozer-instance.md diff --git a/docs/sources/dozer-instance.md b/docs/sources/dozer-instance.md new file mode 100644 index 0000000..2c48bb9 --- /dev/null +++ b/docs/sources/dozer-instance.md @@ -0,0 +1,23 @@ +--- +description: Allows a new Dozer instance to use all tables from an upstream Dozer instance +--- + +# Dozer instance + +The Dozer connector allows ingesting data on a Dozer instance from another Dozer instance. + +## Configuration + +To use the Dozer connector the config parameter of the connection must be set to `!Dozer`. +The following configuration block can be used in `dozer-config.yaml` to define a new Dozer connection: + +```yaml +connections: +- config: !Dozer + url: localhost:50053 + name: upstream +``` + +## Parameters + +* **url**: the host and the port where will get the incoming data From f0566acf7f7eb0a4a62b5c73782636d203e99193 Mon Sep 17 00:00:00 2001 From: Sidita Duli Date: Sun, 1 Oct 2023 14:26:22 +0200 Subject: [PATCH 2/2] edits Signed-off-by: Sidita Duli --- docs/sources/dozer-instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/dozer-instance.md b/docs/sources/dozer-instance.md index 2c48bb9..7d038b7 100644 --- a/docs/sources/dozer-instance.md +++ b/docs/sources/dozer-instance.md @@ -2,7 +2,7 @@ description: Allows a new Dozer instance to use all tables from an upstream Dozer instance --- -# Dozer instance +# Dozer connector The Dozer connector allows ingesting data on a Dozer instance from another Dozer instance.