diff --git a/pyproject.toml b/pyproject.toml index 1b81eba..e888fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "structured-profiling" -version = "0.3.1" +version = "0.3.2" description = "A Python library to check for data quality and automatically generate data tests. " authors = ["Clearbox AI "] license = "GPL" diff --git a/structured_data_profiling/__init__.py b/structured_data_profiling/__init__.py index 260c070..f9aa3e1 100644 --- a/structured_data_profiling/__init__.py +++ b/structured_data_profiling/__init__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/structured_data_profiling/profiler/multitable.py b/structured_data_profiling/profiler/multitable.py index 8fd0bd2..a0cfeeb 100644 --- a/structured_data_profiling/profiler/multitable.py +++ b/structured_data_profiling/profiler/multitable.py @@ -142,7 +142,7 @@ def profile(self, n_samples=10000): ) dp.profile() - dp.generate_expectations(suite_name=str(i)) + # dp.generate_expectations(suite_name=str(i)) dp.data_sample = [] dp.reduced_data_sample = []