Skip to content

Commit

Permalink
remove batch config option keys method from batch config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-stauffer committed Feb 26, 2024
1 parent 43888ed commit 9d42d57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions great_expectations/core/batch_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,5 @@ def build_batch_request(
options=batch_request_options, partitioner=self.partitioner
)

def batch_request_option_keys(self) -> tuple[str, ...]:
return self._data_asset.get_batch_request_options_keys(
partitioner=self.partitioner
)

def save(self) -> None:
self.data_asset._save_batch_config(self)

0 comments on commit 9d42d57

Please sign in to comment.