From b7d071f1d2adc66d83b278a8a488aa2e2f0811a2 Mon Sep 17 00:00:00 2001 From: Advay Patil Date: Wed, 18 Dec 2024 01:20:50 -0800 Subject: [PATCH] Add sample output from configure (#516) --- spiceaidocs/docs/cli/reference/dataset.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 +```