Skip to content

Commit

Permalink
Update command line output for spiceai catalog quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevenannn committed Sep 16, 2024
1 parent 48357f2 commit f791e3f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions catalogs/spiceai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ sql> show tables
| spiceai | spiceai | datasets_tpch_orders | BASE TABLE |
... (truncated)
| spiceai | goerli | wallet_lst_balances | BASE TABLE |
| spice | runtime | task_history | BASE TABLE |
| spice | runtime | metrics | BASE TABLE |
| spice | runtime | query_history | BASE TABLE |
+---------------+--------------+----------------------------------------------------------------+------------+

Expand All @@ -103,16 +105,18 @@ sql> show tables
+---------------+--------------+---------------+------------+
| table_catalog | table_schema | table_name | table_type |
+---------------+--------------+---------------+------------+
| spiceai | tpch | region | BASE TABLE |
| spiceai | tpch | nation | BASE TABLE |
| spiceai | tpch | orders | BASE TABLE |
| spiceai | tpch | partsupp | BASE TABLE |
| spiceai | tpch | part | BASE TABLE |
| spiceai | tpch | customer | BASE TABLE |
| spiceai | tpch | lineitem | BASE TABLE |
| spiceai | tpch | partsupp | BASE TABLE |
| spiceai | tpch | region | BASE TABLE |
| spiceai | tpch | customer | BASE TABLE |
| spiceai | tpch | supplier | BASE TABLE |
| spiceai | tpch | nation | BASE TABLE |
| spiceai | tpch | orders | BASE TABLE |
| spice | runtime | task_history | BASE TABLE |
| spice | runtime | metrics | BASE TABLE |
| spice | runtime | query_history | BASE TABLE |
+---------------+--------------+---------------+------------+

Time: 0.001866958 seconds. 9 rows.
```
```

0 comments on commit f791e3f

Please sign in to comment.