TobikoData / sqlmesh

Efficient data transformation and modeling framework that is backwards compatible with dbt.
https://sqlmesh.com
Apache License 2.0
1.83k stars 161 forks source link

Feat: update CLI plan command's create environment message #3397

Open treysp opened 4 days ago

treysp commented 4 days ago

The sqlmesh plan command's output includes a message about creating environments.

The message can be confusing, so this PR updates it to be consistent and clear.

For different plan scenarios, the old and new messages are:

Create prod env

New env with changes

Existing env with changes

Plan with no changes (existing environment)

Plan with no changes (new environment)