Skip to content

Commit

Permalink
added service account connection-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah committed Feb 18, 2021
1 parent 00fd198 commit 7c05dcc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ driver:
parent:
- google
- sql
connection-properties:
- name: "service-account-json"
display-name: "Service account JSON file"
type: "textFile"
required: true
- name: use-jvm-timezone
display-name: "Use JVM Time Zone"
type: boolean
default: false
- name: "include-user-id-and-hash"
display-name: "Include User ID and query hash"
type: boolean
default: true
init:
- step: load-namespace
namespace: metabase.driver.bigquery-alt

0 comments on commit 7c05dcc

Please sign in to comment.