Skip to content

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

@Madhusuthanan-B

Description

@Madhusuthanan-B

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: 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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions