You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/25 11:02:54 UTC

[GitHub] [airflow] JCoder01 commented on pull request #9960: Implement passing a list into get_records

JCoder01 commented on pull request #9960:
URL: https://github.com/apache/airflow/pull/9960#issuecomment-679956821


   @HaloKo4 this is a good point, I was trying to save adding another function, but I guess the cleanest way would be to add a function that takes a bool and based on that bool returns either `fetchall()` or `fetchone()`, then `get_records` and `get_first` just call this function with the appropriate flag


----------------------------------------------------------------
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:
users@infra.apache.org