Skip to content

Commit

Permalink
Add sample output from configure (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Advayp committed Dec 18, 2024
1 parent d833920 commit b7d071f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions spiceaidocs/docs/cli/reference/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b7d071f

Please sign in to comment.