Skip to content

Commit 27539e2

Browse files
Update README.md (#133)
Add details on how explore_id should be formatted Co-authored-by: Luka Fontanilla <[email protected]>
1 parent 8b3bb3f commit 27539e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-assistant-examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The script accepts several command line arguments to specify the details require
3030
- `--project_id`: **Required.** The Google Cloud project ID where your BigQuery dataset resides.
3131
- `--dataset_id`: The ID of the BigQuery dataset. Defaults to `explore_assistant`.
3232
- `--table_id`: The ID of the BigQuery table where the data will be inserted. Defaults to `explore_assistant_examples`.
33-
- `--explore_id`: **Required.** A unique identifier for the dataset rows related to a specific use case or query (used in deletion and insertion).
33+
- `--explore_id`: **Required.** A unique identifier formatted as `{lookml_model_name}:{explore_name}` for the dataset rows related to a specific use case or query (used in deletion and insertion).
3434
- `--json_file`: The path to the JSON file containing the data to be loaded. Defaults to `examples.json`.
3535

3636
### Running the Script

0 commit comments

Comments
 (0)