Skip to content

Commit

Permalink
Run fix (#74)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update validation.py
  • Loading branch information
ArthurKordes authored Nov 19, 2024
1 parent 3c7dd37 commit b4c8291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dq-suite-amsterdam"
version = "0.11.5"
version = "0.11.6"
authors = [
{ name="Arthur Kordes", email="[email protected]" },
{ name="Aysegul Cayir Aydar", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/dq_suite/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def run_validation(
self, batch_parameters: Dict[str, DataFrame]
) -> CheckpointResult: # pragma: no cover - only GX functions
checkpoint = self._get_or_add_checkpoint()
return checkpoint.run_validation(batch_parameters=batch_parameters)
return checkpoint.run(batch_parameters=batch_parameters)


def validate(
Expand Down

0 comments on commit b4c8291

Please sign in to comment.