Skip to content

Commit dc6c689

Browse files
authored
Merge pull request #26 from kang2453/master
docs: Update GCS settings and fix billing account/project IDs in READ…
2 parents ad29fc7 + 6922a1c commit dc6c689

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ options:
117117
options:
118118
source: gcs
119119
bucket_name: <gcs_bucket_name>
120-
account_id: <user_account_id>
120+
project_id: <project_id>
121121
selected_cost: list_price # or actual_cost
122122
currency: USD
123123
```
@@ -129,8 +129,9 @@ options:
129129
| `source` | Data source selection | Required | `bigquery`, `gcs` |
130130
| `billing_export_project_id` | GCP project ID where billing export data is stored | Required | `my-billing-project` |
131131
| `billing_dataset_id` | BigQuery dataset ID (for BigQuery source) | Required for BigQuery | `billing_data` |
132-
| `billing_account_id` | GCP billing account ID | Required | `01AB23-CD45EF-GH67IJ` |
132+
| `billing_account_id` | GCP billing account ID | Required | `01AB23-CD45EF-GH69IJ` |
133133
| `bucket_name` | GCS bucket name (for GCS source) | Required for GCS | `my-billing-bucket` |
134+
| `project_id` | GCS project ID (for GCS source) | Required for GCS | `project_id` |
134135
| `select_cost` | Cost data selection criteria | Required | `list_price` |
135136
| `currency` | Currency unit | Required | `USD`, `KRW` |
136137

@@ -146,7 +147,7 @@ options:
146147
### Billing Export Table Format
147148
BigQuery table names must follow this pattern:
148149
```
149-
gcp_billing_export_v1_{billing_account_id}
150+
{billing_export_project_id}.{billing_dataset_id}.gcp_billing_export_v1_{billing_account_id}
150151
```
151152

152153
## Troubleshooting

0 commit comments

Comments
 (0)