prefixing schema error message inside dryrun to "ERROR" to make it easier to find when searching logs for cause of exit code 1 (#4522)
This commit is contained in:
Родитель
0c021e700a
Коммит
0962ba65fe
|
@ -436,7 +436,7 @@ class DryRun:
|
|||
if not existing_schema.equal(query_schema):
|
||||
click.echo(
|
||||
click.style(
|
||||
f"Schema defined in {existing_schema_path} "
|
||||
f"ERROR: Schema defined in {existing_schema_path} "
|
||||
f"incompatible with query {query_file_path}",
|
||||
fg="red",
|
||||
),
|
||||
|
|
Загрузка…
Ссылка в новой задаче