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

Documentation for BigQuery connector #236

Merged
merged 2 commits into from
May 5, 2022

Conversation

navinrathore
Copy link
Contributor

Documentation covers both read and write operation.

@navinrathore
Copy link
Contributor Author

#234

@navinrathore
Copy link
Contributor Author

Following service account key details are required for authentication

{
  "type": "service_account",
  "project_id": "mynotification-46566",
  "private_key_id": "905cbfd2723ff9205d1caabfe06fa6a908e54534",
  "private_key": "-----BEGIN PRIVATE KEY-----",
  "client_email": "zinggtest@mynotification-46566.iam.gserviceaccount.com",
  "client_id": "111436465413283115487",
  "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/zinggtest%40mynotification-46566.iam.gserviceaccount.com"
}

Following may be required for OAuth2.0 based authentication

"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs"

@sonalgoyal sonalgoyal merged commit 68f034f into zinggAI:main May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants