Skip to content

Commit f88cb30

Browse files
Apply suggestion
Co-authored-by: Iaroslav Zeigerman <zeigerman.ia@gmail.com>
1 parent cb3aef1 commit f88cb30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/config/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def validate(cls: t.Any, data: t.Any) -> t.Any:
7575
raise ConfigError(
7676
f"Failed to import the '{engine_type}' engine library. This may be due to a missing "
7777
"or incompatible installation. Please ensure the required dependency is installed by "
78-
f'running: pip install "sqlmesh[{extra_name}]". For more details, check the logs '
78+
f'running: `pip install "sqlmesh[{extra_name}]"`. For more details, check the logs '
7979
"in the 'logs/' folder, or rerun the command with the '--debug' flag."
8080
)
8181

0 commit comments

Comments
 (0)