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
The goal is to run a command like this: sqlmesh plan --dry-run-render to view pretty SQL rendering in DAG order including all the DDL/DML/pre statements/post statements.
This prevents the need to context switch to query history and break immersion in the sqlmesh workflow.
The text was updated successfully, but these errors were encountered:
This would also be helpful as debug logs while the sqlmesh run or sqlmesh plan command is running so it's clear where the sqlmesh steps failed as getting a query engine specific error message doesn't immediately tell me where it failed. This will also build clarity when "physical tables are being created" for views which don't have any physical data so people don't get confused in the terminal when they see that progress bar.
#2935
#3086 (comment)
The goal is to run a command like this:
sqlmesh plan --dry-run-render
to view pretty SQL rendering in DAG order including all the DDL/DML/pre statements/post statements.This prevents the need to context switch to query history and break immersion in the sqlmesh workflow.
The text was updated successfully, but these errors were encountered: