File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ options:
117117options :
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
147148BigQuery 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
You can’t perform that action at this time.
0 commit comments