We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7791e8d commit e6e777cCopy full SHA for e6e777c
1 file changed
sqlmesh/core/console.py
@@ -894,7 +894,7 @@ def start_creation_progress(
894
self.creation_column_widths["name"] = max(
895
len(
896
snapshot.display_name(
897
- self.environment_naming_info,
+ environment_naming_info,
898
default_catalog if self.verbosity < Verbosity.VERY_VERBOSE else None,
899
dialect=self.dialect,
900
)
@@ -982,7 +982,7 @@ def start_promotion_progress(
982
self.promotion_column_widths["name"] = max(
983
984
985
986
987
988
0 commit comments