From 19cdab05a39f313f9383053db140a2336231e584 Mon Sep 17 00:00:00 2001 From: Xin Hao Date: Tue, 2 Jul 2024 17:59:00 +0800 Subject: [PATCH] examples: correct the conf of bigquery --- conf-template/client_import/bigquery_datasource.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf-template/client_import/bigquery_datasource.conf b/conf-template/client_import/bigquery_datasource.conf index 94f244ea..e9432f36 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]