Skip to content

Commit deb6fb6

Browse files
Chnaging default to dict for read_query
1 parent 19963bf commit deb6fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odm2datamodels/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, session_maker:sqlalchemy.orm.sessionmaker) -> None:
8383

8484
def read_query(self,
8585
query: Union[Query, Select],
86-
output_format:str='json',
86+
output_format:str='dict',
8787
orient:str='records') -> Union[str, pd.DataFrame]:
8888

8989
# guard against invalid output_format strings

0 commit comments

Comments
 (0)