diff --git a/spiceaidocs/docs/cli/reference/dataset.md b/spiceaidocs/docs/cli/reference/dataset.md index 094a1a92..3436771c 100644 --- a/spiceaidocs/docs/cli/reference/dataset.md +++ b/spiceaidocs/docs/cli/reference/dataset.md @@ -20,3 +20,19 @@ Available `command`s: #### Flags - `-h`, `--help` Print this help message + +### Sample Output + +#### Output from Configure + +```bash +2024/12/18 01:06:32 INFO dataset name: spice-ai-assessment +remote-source # Input 1: Name of dataset +2024/12/18 01:06:59 WARN Dataset names with hyphens should be quoted in queries: +i.e. SELECT * FROM "remote-source" +description: description of remote-source # Input 2: Description +from: remote-source-location # Input 3: Source +2024/12/18 01:07:25 INFO locally accelerate (y/n)? (y) +n # Input 4: Acceleration +2024/12/18 01:07:32 INFO Saved datasets/remote-source/dataset.yaml +```