File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ using Markdown
5
5
_data_repl_help = md """
6
6
## DataSets Data REPL
7
7
8
+ Press `>` to enter the data repl. Press TAB to complete commands.
9
+
8
10
| Command | Alias | Action |
9
11
|:---------- |:--------- | :---------- |
10
12
| `help` | `?` | Show this message |
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ uuid="b498f769-a7f6-4f67-8d74-40b770398f26"
36
36
# --------------------------------------------------
37
37
[[datasets ]]
38
38
description =" Gzipped CSV example"
39
- name =" a_table "
39
+ name =" gzipped_table "
40
40
uuid =" 2d126588-5f76-4e53-8245-87dc91625bf4"
41
41
42
42
[datasets .storage ]
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ using DataSets:
8
8
StackedDataProject,
9
9
project_name
10
10
11
- test_project_names = [" a_table" ,
12
- " a_text_file" ,
11
+ test_project_names = [" a_text_file" ,
13
12
" a_tree_example" ,
14
13
" embedded_blob" ,
15
14
" embedded_tree" ,
15
+ " gzipped_table" ,
16
16
" old_backend_blob" ,
17
17
" old_backend_tree" ,
18
18
" some_namespace/a_text_file" ]
You can’t perform that action at this time.
0 commit comments