wittfabian opened a new issue #8468: URL: https://github.com/apache/airflow/issues/8468
**Description** The method "get_pandas_df" should be extended by the parameter "chunksize". **Use case / motivation** For the case that very large amounts of data are read, the "chunksize" is a good way to reduce the size of individual queries. **Links** https://github.com/apache/airflow/blob/f4faed6eea70e34da60edcb555fffc9099d3214a/airflow/hooks/dbapi_hook.py#L123 https://github.com/pandas-dev/pandas/blob/0.25.x/pandas/io/sql.py#L344 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
