Skip to content

Commit 1383a26

Browse files
committed
add sample credntial file for gbq
1 parent 377b072 commit 1383a26

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

credentials_file.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"type": "INSERT_TYPE",
3+
"project_id": "INSERT_PROJECT_ID",
4+
"private_key_id": "INSERT_PRIVATE_KEY_ID",
5+
"private_key": "INSERT_PRIVATE_KEY",
6+
"client_email": "INSERT_EMAIL",
7+
"client_id": "INSERT_CLIENT_ID",
8+
"auth_uri": "INSERT_AUTH_URI",
9+
"token_uri": "INSERT_TOKEN_URI",
10+
"auth_provider_x509_cert_url": "INSERT_AUTH_CERT_URL",
11+
"client_x509_cert_url": "INSERT_CLIENT_CERT_URL"
12+
}

0 commit comments

Comments
 (0)