Skip to content

Commit 2b2872c

Browse files
committed
Add a new DataFrame::renameEach()
1 parent c9efe88 commit 2b2872c

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
auth.json.dist
1+
auth.json
22
vendor
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type": "service_account",
3+
"project_id": "flow-test",
4+
"client_email": "flow-test@flow-test.iam.gserviceaccount.com",
5+
"client_id": "1234567890",
6+
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
7+
"token_uri": "https://oauth2.googleapis.com/token",
8+
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
9+
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/flow-test%flow-test.iam.gserviceaccount.com",
10+
"universe_domain": "googleapis.com"
11+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
auth.json.dist
1+
auth.json
22
vendor
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type": "service_account",
3+
"project_id": "flow-test",
4+
"client_email": "flow-test@flow-test.iam.gserviceaccount.com",
5+
"client_id": "1234567890",
6+
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
7+
"token_uri": "https://oauth2.googleapis.com/token",
8+
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
9+
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/flow-test%flow-test.iam.gserviceaccount.com",
10+
"universe_domain": "googleapis.com"
11+
}

0 commit comments

Comments
 (0)