zikun commented on a change in pull request #9730:
URL: https://github.com/apache/airflow/pull/9730#discussion_r466395670
##########
File path: airflow/hooks/dbapi_hook.py
##########
@@ -106,7 +106,7 @@ def get_sqlalchemy_engine(self, engine_kwargs=None):
engine_kwargs = {}
return create_engine(self.get_uri(), **engine_kwargs)
- def get_pandas_df(self, sql, parameters=None):
+ def get_pandas_df(self, sql, parameters=None, **kwargs):
Review comment:
Added
----------------------------------------------------------------
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]