Skip to content

Commit

Permalink
Modify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bas committed Feb 17, 2025
1 parent 7d68d1d commit 376d843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dq_suite/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ def run_validation(
an MS Teams notification will be sent
notify_on: when to send notifications, can be equal to "all",
"success" or "failure"
write_results_to_unity_catalog: toggle writing of results to UC
debug_mode: toggle returning of CheckpointResult, in addition to a
boolean flag
write_results_to_unity_catalog: by default (True) write results to UC
debug_mode: default (False) returns a boolean flag, alternatively (True)
a tuple containing boolean flag and CheckpointResult object is returned
"""
validation_settings_obj = ValidationSettings(
spark_session=spark_session,
Expand Down

0 comments on commit 376d843

Please sign in to comment.