You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Benjamin (JIRA)" <ji...@apache.org> on 2019/07/04 15:48:00 UTC

[jira] [Commented] (AIRFLOW-3055) add get_dataset and get_datasets_list to bigquery_hook

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

Benjamin commented on AIRFLOW-3055:
-----------------------------------

{code:java}
def get_datasets_list(self, project_id=None):{code}
This method returns only the 50 first datasets, how to increase the limit ?

> add get_dataset and get_datasets_list to bigquery_hook
> ------------------------------------------------------
>
>                 Key: AIRFLOW-3055
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3055
>             Project: Apache Airflow
>          Issue Type: New Feature
>            Reporter: Iuliia Volkova
>            Assignee: Iuliia Volkova
>            Priority: Minor
>             Fix For: 1.10.2
>
>
> Add operators to check what Dataset exist and operator what check a list of datasets in BigQuery
> implementation of: 
> [https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/get]
> and 
> [https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/list] 
> I already done it. I will open PR soon (planned today).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)