-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Describe the bug
When running the command dcs-core inspect --config-path ./dcs_config.yaml --html-report to generate an HTML report, an error message appears: "Error: No such option: --html-report"
Expected behavior
Running the command dcs-core inspect --config-path ./dcs_config.yaml --html-report should generate an HTML report of data quality metrics, as stated in the documentation (https://docs.datachecks.io/dcs-oss/introduction/getting-started). This report should be shareable with a team.
To Reproduce
Steps to reproduce the behavior:
Note: Im using a windows 11 machine.
- Install Datachecks with the command pip install 'dcs-core[postgres]' -U
- Follow the instructions as provided in the documentation of getting started page here
- Run the command dcs-core inspect --config-path ./dcs_config.yaml --html-report
Screenshots
If applicable, add screenshots to help explain your problem.
Logs and additional context
Platform: Windows 11
Here are the details on doing pip show dcs-core
Name: dcs-core
Version: 0.5.0
Summary: Open Source Data Quality Monitoring
Home-page: https://github.com/datachecks/dcs-core
Author: Waterdip Labs
Author-email: hello@waterdip.ai
License: Apache-2.0
Location: c:\python310\lib\site-packages
Requires: click, loguru, numpy, pyparsing, python-dateutil, pytz, pyyaml, requests, rich, sqlalchemy
Required-by:

