def initialise_or_update_attributes(self): # pragma: no cover - complex
# function
self._set_data_context()
# TODO/check: do we want to allow for custom names via parameters?
self._set_expectation_suite_name()
self._set_checkpoint_name()
self._set_run_name()
...
Currently, the output in e.g. Slack is descriptive, but asset name and suite name are nearly identical:
This could be used as the default, but users should have the possibility of custom (more descriptive) names of
See also the TODO in
common.py
:Currently, the output in e.g. Slack is descriptive, but asset name and suite name are nearly identical:
This could be used as the default, but users should have the possibility of custom (more descriptive) names of