Skip to content

Commit

Permalink
Merge pull request #12 from Qualytics/sc-15968/add-export-check-templ…
Browse files Browse the repository at this point in the history
…ates-to-cli

Sc 15968/add export check templates to cli
  • Loading branch information
shindiogawa authored Feb 19, 2024
2 parents 4fed699 + 4a96d85 commit 22538d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.8
current_version = 0.1.9
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ By default, it saves the exported checks to `./qualytics/data_checks.json`. Howe
Enables exporting check templates to the `_export_check_templates` table to an enrichment datastore.

```bash
checks_app export-metadata --enrichment_datastore_id ENRICHMENT_DATASTORE_ID [--check_templates CHECK_TEMPLATE_IDS]
qualytics checks export-metadata --enrichment_datastore_id ENRICHMENT_DATASTORE_ID [--check_templates CHECK_TEMPLATE_IDS]
```

| Option | Type | Description | Default | Required |
Expand Down
2 changes: 1 addition & 1 deletion qualytics/qualytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing_extensions import Annotated
from croniter import croniter

__version__ = "0.1.8"
__version__ = "0.1.9"

app = typer.Typer()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'GitHub': 'https://github.com/Qualytics/qualytics-cli',
'Userguide': 'https://qualytics.github.io/userguide/'
}
__version__ = "0.1.8"
__version__ = "0.1.9"
setup(
name="qualytics-cli",
packages=find_packages(),
Expand Down

0 comments on commit 22538d0

Please sign in to comment.