This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch update-docs
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git
The following commit(s) were added to refs/heads/update-docs by this push:
new da1b704 Readme
da1b704 is described below
commit da1b704a3a9d365a2a724a75a20ac5f1ea8a7a13
Author: Eamon Ford <[email protected]>
AuthorDate: Mon Dec 7 14:07:41 2020 -0800
Readme
---
collection_manager/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collection_manager/README.md b/collection_manager/README.md
index 5abbe80..90e72fa 100644
--- a/collection_manager/README.md
+++ b/collection_manager/README.md
@@ -100,7 +100,7 @@ the actual dimensions are referenced by index variables.
> **Tip:** An easy way to determine which variables go under `dimensionNames`
> and which ones go under `slices` is that the variables
> on which the primary variable is dependent should be listed under `slices`,
> and the variables on which _those_ variables are dependent
> (which could be themselves, as in the case of the first collection in the
> above example) should be the values of the properties under
-> `dimensionNames`. The excepction to this is that the primary variable is
always listed under `dimensionNames.variable`.
+> `dimensionNames`. The excepction to this is that `dimensionNames.variable`
should always be the name of the primary variable.
## Running the tests
From `incubator-sdap-ingester/`, run: