We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3aef1 commit f88cb30Copy full SHA for f88cb30
1 file changed
sqlmesh/core/config/connection.py
@@ -75,7 +75,7 @@ def validate(cls: t.Any, data: t.Any) -> t.Any:
75
raise ConfigError(
76
f"Failed to import the '{engine_type}' engine library. This may be due to a missing "
77
"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 '
+ f'running: `pip install "sqlmesh[{extra_name}]"`. For more details, check the logs '
79
"in the 'logs/' folder, or rerun the command with the '--debug' flag."
80
)
81
0 commit comments