mohannadbanayosi commented on issue #6180: [AIRFLOW-5549] Extended BQ GetDataOperator to handle query params URL: https://github.com/apache/airflow/pull/6180#issuecomment-536605327 Thank you! 😊 Are you talking about the return type of `get_tabledata` function in `hooks/bigquery.py`? It was `dict` which is correct, the transformation to a list containing the rows happened in the operator itself. What changed is the data structure pushed by the `BigQueryGetDataOperator` to `XCOM`, do we need to add this to the `UPDATING.md` too? Thanks for taking the time to review!
---------------------------------------------------------------- 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] With regards, Apache Git Services
