From 6325b5be575807f04f8b0388ebd292bb86798446 Mon Sep 17 00:00:00 2001 From: Andrew Koltyakov Date: Tue, 18 Apr 2023 11:06:47 -0500 Subject: [PATCH] Readme update --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6e2c425..277b53e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ spec: name: "sharepoint" registry: "github" path: "koltyakov/sharepoint" - version: "v1.7.0" # provide the latest stable version + version: "v1.7.1" # provide the latest stable version destinations: ["postgresql"] # provide the list of used destinations spec: # Spec is mandatory @@ -293,7 +293,7 @@ spec: name: "sharepoint" registry: "github" path: "koltyakov/sharepoint" - version: "v1.7.0" # https://github.com/koltyakov/cq-source-sharepoint/releases + version: "v1.7.1" # https://github.com/koltyakov/cq-source-sharepoint/releases destinations: ["sqlite"] spec: auth: @@ -372,11 +372,10 @@ You should see the following output: ```bash Loading spec(s) from sharepoint_reg.yml, sqlite.yml -Downloading https://github.com/koltyakov/cq-source-sharepoint/releases/download/v1.0.0/cq-source-sharepoint_darwin_arm64.zip -Downloading 100% |█████████████████████████████████████████████████████████| (5.2/5.2 MB, 10 MB/s) -Starting migration with 5 tables for: sharepoint (v1.0.0) -> [sqlite (v1.7.0)] +Downloading https://github.com/koltyakov/...sharepoint_darwin_arm64.zip +Downloading 100% |█████████████████████████████████████| (5.2/5.2 MB, 10 MB/s) Migration completed successfully. -Starting sync for: sharepoint (v1.0.0) -> [sqlite (v1.7.0)] +Starting sync for: sharepoint (v1.7.1) -> [sqlite (v1.3.5)] Sync completed successfully. Resources: 37478, Errors: 0, Panics: 0, Time: 21s ```