Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: HTML report generation fails with "No such option" error #266

Open
Madhusuthanan-B opened this issue Oct 30, 2024 · 0 comments
Open

Comments

@Madhusuthanan-B
Copy link

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.

  1. Install Datachecks with the command pip install 'dcs-core[postgres]' -U
  2. Follow the instructions as provided in the documentation of getting started page here
  3. Run the command dcs-core inspect --config-path ./dcs_config.yaml --html-report

image
image

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: [email protected]
License: Apache-2.0
Location: c:\python310\lib\site-packages
Requires: click, loguru, numpy, pyparsing, python-dateutil, pytz, pyyaml, requests, rich, sqlalchemy
Required-by:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant