superduper
superduper copied to clipboard
[BUGS-0.2.0] Fix order for information printing
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/ |
+----------------+--------------------------------------------------------------------------------------------------------------+