superduper icon indicating copy to clipboard operation
superduper copied to clipboard

[BUGS-0.2.0] Fix order for information printing

Open fnikolai opened this issue 1 year ago • 0 comments
trafficstars

The following table is printed only after the data layer has been built.

This is nice for info, but hard for debugging, because if the data layer fails, the table will never be printed.

Instead, we want to print this table before building data layer

+----------------+--------------------------------------------------------------------------------------------------------------+
| Configuration  |                                                    Value                                                     |
+----------------+--------------------------------------------------------------------------------------------------------------+
|  Data Backend  | snowflake://so******er:SU******c=@....../ |
| Artifact Store |                                           filesystem:///artifacts                                            |
|    Compute     |                                             ray://ray-head:10001                                             |
|      CDC       |                                               http://cdc:8001/                                                |
| Vector Search  |                                           http://vectorsearch:8000/                                           |
+----------------+--------------------------------------------------------------------------------------------------------------+

fnikolai avatar Jun 05 '24 15:06 fnikolai