Skip to content

Commit

Permalink
changed list_all_entities default value (#15307)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarVO7 authored Feb 22, 2024
1 parent 9e1c50b commit 8a0ab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/src/metadata/ingestion/ometa/ometa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def list_all_entities(
self,
entity: Type[T],
fields: Optional[List[str]] = None,
limit: int = 1000,
limit: int = 100,
params: Optional[Dict[str, str]] = None,
skip_on_failure: bool = False,
) -> Iterable[T]:
Expand Down

0 comments on commit 8a0ab20

Please sign in to comment.