You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Or you can see metadata like the column type, max length of a table.
68
-
- ``spark db:table my_table --metadata``
69
-
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
70
-
71
58
Database
72
59
========
73
60
@@ -91,6 +78,19 @@ Helpers and Functions
91
78
- Exception information logged through ``log_message()`` has now improved. It now includes the file and line where the exception originated. It also does not truncate the message anymore.
92
79
- The log format has also changed. If users are depending on the log format in their apps, the new log format is "<1-based count> <cleaned filepath>(<line>): <class><function><args>"
93
80
81
+
Commands
82
+
========
83
+
84
+
- Added ``spark db:table`` command. See :doc:`../dbmgmt/db_commands` for the details.
85
+
- You can now see the names of all the tables in the database you are currently connected in the terminal.
86
+
- ``spark db:table --show``
87
+
- Or you can see the field names and the records of a table.
0 commit comments