Benjamin created AIRFLOW-4899:
---------------------------------
Summary: get_dataset_list from bigquery hook return only 50 first
datasets
Key: AIRFLOW-4899
URL: https://issues.apache.org/jira/browse/AIRFLOW-4899
Project: Apache Airflow
Issue Type: Bug
Components: hooks
Affects Versions: 1.10.3, 1.10.2
Environment: composer-1.7.1-airflow-1.10.2
Python 3
Reporter: Benjamin
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
(v7.6.3#76005)