You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: explore-assistant-examples/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The script accepts several command line arguments to specify the details require
30
30
-`--project_id`: **Required.** The Google Cloud project ID where your BigQuery dataset resides.
31
31
-`--dataset_id`: The ID of the BigQuery dataset. Defaults to `explore_assistant`.
32
32
-`--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).
34
34
-`--json_file`: The path to the JSON file containing the data to be loaded. Defaults to `examples.json`.
0 commit comments