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/12/08 11:05:00 UTC

[jira] [Commented] (AIRFLOW-4899) Fix get_dataset_list from bigquery hook to return next pages

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

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

Mofef commented on pull request #6780:
URL: https://github.com/apache/airflow/pull/6780#issuecomment-740551702


   @benjamingrenier I just ran into the same issue and found that you were apparently trying to get this fix merged since July 2019 (#5565). Would you be willing to pick this up again? Can I help?


----------------------------------------------------------------
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


> Fix get_dataset_list from bigquery hook to return next pages
> ------------------------------------------------------------
>
>                 Key: AIRFLOW-4899
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4899
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: hooks
>    Affects Versions: 1.10.2, 1.10.3
>         Environment: composer-1.7.1-airflow-1.10.2 
> Python 3
>            Reporter: Benjamin
>            Assignee: Benjamin
>            Priority: Major
>
> Linked with AIRFLOW-3055
> The next method must return "full list of BigQuery datasets in the current project" such as is documented, but return only the 50 first datasets.
> {code:java}
> def get_datasets_list(self, project_id=None){code}



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