You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/01 10:35:00 UTC

[jira] [Commented] (AIRFLOW-5549) Extend BigQueryGetDataOperator to handle pagination

    [ https://issues.apache.org/jira/browse/AIRFLOW-5549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006368#comment-17006368 ] 

ASF GitHub Bot commented on AIRFLOW-5549:
-----------------------------------------

stale[bot] commented on pull request #6180: [AIRFLOW-5549] Extended BQ GetDataOperator to handle query params
URL: https://github.com/apache/airflow/pull/6180
 
 
   
 
----------------------------------------------------------------
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


> Extend BigQueryGetDataOperator to handle pagination
> ---------------------------------------------------
>
>                 Key: AIRFLOW-5549
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5549
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: gcp
>    Affects Versions: 1.10.4
>            Reporter: Mohannad Albanayosy
>            Assignee: Mohannad Albanayosy
>            Priority: Minor
>
> h2. Problem
> Currently the _BigQueryGetDataOperator_ returns a list of rows only and not the total number of rows available and the page token to navigate to the next page. It also does not handle pagination (to request the next set of rows).
> h2. Proposed implementation
> Extend the operator to return the required meta data as well as handle pagination.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)