diff --git a/conf-template/client_import/bigquery_datasource.conf b/conf-template/client_import/bigquery_datasource.conf index 94f244e..e9432f3 100644 --- a/conf-template/client_import/bigquery_datasource.conf +++ b/conf-template/client_import/bigquery_datasource.conf @@ -67,10 +67,9 @@ driver:"com.simba.googlebigquery.jdbc.Driver" user:"bq-reader@nebula-cloud-test.iam.gserviceaccount.com" - password:"12345" + password:"not_used_but_required" - table:"db.person" - sentence:"select id,firstName,lastName,gender from person" + sentence:"select id, firstName, lastName, gender from dataset.person" fields: [firstName, lastName, gender] nebula.fields: [nebula-field-0, nebula-field-1, nebula-field-2]