Skip to content

Commit

Permalink
Update docstring with docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-hoffman committed Apr 2, 2024
1 parent d2a7c99 commit 3285615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions great_expectations/data_context/store/tuple_store_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ def _get(self, key):
def _get_all(self) -> list[Any]:
"""Get all objects from the store.
NOTE: This is non-performant because we download each object separately.
See https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/bucket/objects.html#objects
for the docs.
"""
client = self._create_client()
keys = self.list_keys()
Expand Down

0 comments on commit 3285615

Please sign in to comment.