Skip to content

Commit

Permalink
examples: correct the conf of bigquery (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins authored Jul 17, 2024
1 parent 085769e commit 603483b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conf-template/client_import/bigquery_datasource.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@
driver:"com.simba.googlebigquery.jdbc.Driver"

user:"[email protected]"
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]
Expand Down

0 comments on commit 603483b

Please sign in to comment.