@aws-mdaa/datawarehouse 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/SCHEMA.md +7457 -546
- package/lib/config-schema.json +2729 -211
- package/lib/datawarehouse-config.d.ts +142 -147
- package/lib/datawarehouse-config.js +1 -1
- package/package.json +12 -9
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ Add the following snippet to your mdaa.yaml under the `modules:` section of a do
|
|
|
57
57
|
|
|
58
58
|
```yaml
|
|
59
59
|
datawarehouse: # Module Name can be customized
|
|
60
|
-
module_path: "@aws-
|
|
60
|
+
module_path: "@aws-mdaa/datawarehouse" # Must match module NPM package name
|
|
61
61
|
module_configs:
|
|
62
62
|
- ./datawarehouse.yaml # Filename/path can be customized
|
|
63
63
|
```
|