From e3f06f118369c7ad18cc00177ae79aafd09fcc1e Mon Sep 17 00:00:00 2001 From: YuuGR1337 Date: Thu, 18 Jun 2026 09:11:13 +0700 Subject: [PATCH] docs: add a finance revenue data product example Closes #5 Signed-off-by: YuuGR1337 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1168c51..67f5d6f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ dataproduct-kit export osi demo dataproduct-kit emit openlineage demo ``` +## More examples + +A finance net revenue data product lives under +[examples/pass/finance-revenue](examples/pass/finance-revenue), validated by +`dataproduct-kit validate` and `dataproduct-kit ci examples/pass`. + You can also validate with machine-readable output: ```bash