Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 0.38 #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{"install-for-building-drivers" ["with-profile" "+install-for-building-drivers" "install"]}

:dependencies
[[com.google.apis/google-api-services-bigquery "v2-rev20190917-1.30.3"]]
[[com.google.apis/google-api-services-bigquery "v2-rev20200523-1.30.9"]]

:profiles
{:provided
Expand All @@ -18,7 +18,6 @@
{:auto-clean true
:aot :all}


:uberjar
{:auto-clean true
:aot :all
Expand Down
24 changes: 8 additions & 16 deletions resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,18 @@ driver:
- google
- sql
connection-properties:
- name: project-id
display-name: Project ID
placeholder: praxis-beacon-120871
required: true
- name: client-id
display-name: Client ID
placeholder: 1201327674725-y6ferb0feo1hfssr7t40o4aikqll46d4.apps.googleusercontent.com
required: true
- name: client-secret
display-name: Client Secret
placeholder: dJNi4utWgMzyIFo2JbnsK6Np
required: true
- name: auth-code
display-name: Auth Code
placeholder: 4/HSk-KtxkSzTt61j5zcbee2Rmm5JHkRFbL5gD5lgkXek
- name: "service-account-json"
display-name: "Service account JSON file"
type: "textFile"
required: true
- name: use-jvm-timezone
display-name: Use JVM Time Zone
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
Loading