sqlmesh
sqlmesh copied to clipboard
All console messages should appear in Notebook output
Some console log messages appear on the CLI but aren't making it through to the notebook output.
- "All model batches have been executed successfully"
- "The target environment has been updated successfully"
Likely fix is flushing the buffer, but some of these messages are interleaved between other outputs that are correctly appearing.
@treysp is this still an issue, we upgraded rich to use the notebook extension
Yes, some info is still omitted:
- "All model versions have been created successfully"
- List of individual model times
- "Evaluating models"
- "All model batches have been executed successfully"
- "The target environment has been updated successfully"
- "Creating new model versions" appears twice
CLI
Notebook
I tried reproducing this today but it looks like I see the messages you mentioned @treysp. Should we close this as resolved?
Closing this for now, based on the last reply.