Skip to content

Commit

Permalink
Update README.md (#133)
Browse files Browse the repository at this point in the history
Add details on how explore_id should be formatted

Co-authored-by: Luka Fontanilla <51471651+LukaFontanilla@users.noreply.github.com>
  • Loading branch information
mauriziodimatteo and LukaFontanilla authored Dec 5, 2024
1 parent 8b3bb3f commit 27539e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explore-assistant-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The script accepts several command line arguments to specify the details require
- `--project_id`: **Required.** The Google Cloud project ID where your BigQuery dataset resides.
- `--dataset_id`: The ID of the BigQuery dataset. Defaults to `explore_assistant`.
- `--table_id`: The ID of the BigQuery table where the data will be inserted. Defaults to `explore_assistant_examples`.
- `--explore_id`: **Required.** A unique identifier for the dataset rows related to a specific use case or query (used in deletion and insertion).
- `--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).
- `--json_file`: The path to the JSON file containing the data to be loaded. Defaults to `examples.json`.

### Running the Script
Expand Down

0 comments on commit 27539e2

Please sign in to comment.