Skip to content

Commit

Permalink
Update show stables output, remove query_history table
Browse files Browse the repository at this point in the history
  • Loading branch information
ewgenius committed Sep 23, 2024
1 parent b32a688 commit e18d0c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions catalogs/spiceai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ sql> show tables
| spiceai | goerli | wallet_lst_balances | BASE TABLE |
| spice | runtime | task_history | BASE TABLE |
| spice | runtime | metrics | BASE TABLE |
| spice | runtime | query_history | BASE TABLE |
+---------------+--------------+----------------------------------------------------------------+------------+

Time: 0.007676958 seconds. 249 rows.
Expand Down Expand Up @@ -115,7 +114,6 @@ sql> show tables
| spiceai | tpch | supplier | 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.
Expand Down
2 changes: 1 addition & 1 deletion databricks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Spice can read data straight from a Databricks instance. This guide will create
| table_catalog | table_schema | table_name | table_type |
+---------------+--------------+---------------+------------+
| spice | public | my_table | BASE TABLE |
| spice | runtime | query_history | BASE TABLE |
| spice | runtime | task_history | BASE TABLE |
| spice | runtime | metrics | BASE TABLE |
+---------------+--------------+---------------+------------+
Expand Down
1 change: 0 additions & 1 deletion postgres/connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ sql> show tables;
+---------------+--------------+---------------+------------+
| spice | public | sample_data | BASE TABLE |
| spice | runtime | task_history | BASE TABLE |
| spice | runtime | query_history | BASE TABLE |
| spice | runtime | metrics | BASE TABLE |
+---------------+--------------+---------------+------------+
Expand Down
3 changes: 2 additions & 1 deletion s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ sql> show tables;
| table_catalog | table_schema | table_name | table_type |
+---------------+--------------+---------------+------------+
| spice | public | taxi_trips | BASE TABLE |
| spice | runtime | query_history | BASE TABLE |
| spice | runtime | task_history | BASE TABLE |
| spice | runtime | metrics | BASE TABLE |
+---------------+--------------+---------------+------------+

Time: 0.010070708 seconds. 2 rows.
Expand Down
3 changes: 2 additions & 1 deletion snowflake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ sql> show tables;
| table_catalog | table_schema | table_name | table_type |
+---------------+--------------+---------------+------------+
| spice | public | lineitem | BASE TABLE |
| spice | runtime | query_history | BASE TABLE |
| spice | runtime | task_history | BASE TABLE |
| spice | runtime | metrics | BASE TABLE |
+---------------+--------------+---------------+------------+

Time: 0.032075708 seconds. 2 rows.
Expand Down

0 comments on commit e18d0c8

Please sign in to comment.