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

Support Bigquery oauth in Google Cloud Engine / Google Cloud Build #11221

Open
ZeRego opened this issue Aug 21, 2024 · 0 comments
Open

Support Bigquery oauth in Google Cloud Engine / Google Cloud Build #11221

ZeRego opened this issue Aug 21, 2024 · 0 comments
Labels
🎮 CLI This issue is related to the CLI tool ✨ feature-request Request for a new feature or functionality

Comments

@ZeRego
Copy link
Contributor

ZeRego commented Aug 21, 2024

Description

At the moment, Lightdash doesn't recognise the Bigquery oauth credentials inside the Google Cloud Build.

CLI error: Cannot get credentials from oauth

profiles.yml example

main:
  outputs:    
    dev:
      type: bigquery
      method: oauth
      dataset: "default"
      threads: 1
      location: EU

The difference between dbt and Lightdash is that dbt only needs to access at that moment while Lightdash needs to store the credentials to be used later, when users run queries in the Lightdash UI.

What problem does this solve?

Run Lightdash commands in Google Cloud CI/CD. eg: lightdash start-preview

Workaround

Use the service account method in dbt profile.

@ZeRego ZeRego added ✨ feature-request Request for a new feature or functionality 🎮 CLI This issue is related to the CLI tool labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎮 CLI This issue is related to the CLI tool ✨ feature-request Request for a new feature or functionality
Projects
None yet
Development

No branches or pull requests

1 participant