Skip to content

Commit

Permalink
[MAINTENANCE] Delete top-level utils (#9000)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkini authored Nov 27, 2023
1 parent d576cc3 commit eae1f19
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 2,321 deletions.
2 changes: 0 additions & 2 deletions docs/sphinx_api_docs_source/public_api_missing_threshold.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@
"File: great_expectations/rule_based_profiler/rule_based_profiler.py Name: RuleBasedProfiler",
"File: great_expectations/rule_based_profiler/rule_based_profiler.py Name: run",
"File: great_expectations/rule_based_profiler/rule_based_profiler.py Name: to_json_dict",
"File: great_expectations/util.py Name: get_context",
"File: great_expectations/util.py Name: read_parquet",
"File: great_expectations/validator/v1_validator.py Name: Validator",
"File: great_expectations/validator/validation_graph.py Name: resolve",
]
17 changes: 0 additions & 17 deletions great_expectations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@

from great_expectations.data_context import get_context

from .util import (
from_pandas,
read_csv,
read_excel,
read_feather,
read_json,
read_parquet,
read_pickle,
read_sas,
read_table,
validate,
)

# By placing this registry function in our top-level __init__, we ensure that all
# GX workflows have populated expectation registries before they are used.
#
Expand All @@ -31,8 +18,4 @@
# from great_expectations.core import ExpectationSuite, ExpectationConfiguration
register_core_expectations()

# from great_expectations.expectations.core import *
# from great_expectations.expectations.metrics import *


rtd_url_ge_version = __version__.replace(".", "_")
Loading

0 comments on commit eae1f19

Please sign in to comment.