From 3a781e130228feed0cbd44c0162e14d010e847df Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Mon, 22 Oct 2018 10:10:55 +0100 Subject: [PATCH] [AIRFLOW-461] Restore parameter position for BQ run_load method --- airflow/contrib/hooks/bigquery_hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/contrib/hooks/bigquery_hook.py b/airflow/contrib/hooks/bigquery_hook.py index d300dbe6b7095..ed97596a78a24 100644 --- a/airflow/contrib/hooks/bigquery_hook.py +++ b/airflow/contrib/hooks/bigquery_hook.py @@ -832,8 +832,8 @@ def run_copy(self, def run_load(self, destination_project_dataset_table, - source_uris, schema_fields=None, + source_uris, source_format='CSV', create_disposition='CREATE_IF_NEEDED', skip_leading_rows=0,