You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let database = databases.get(database).with_context(|| {
57
62
format!(
58
-
"based on the sql file '{file}' a registered database named '{database}' was expected but not found. The registered databases are '{:?}'", databases.keys()
63
+
"based on the '@{config}' a registered database named '{database}' was expected but not found. The registered databases are '{:?}'", databases.keys()
59
64
)
60
65
})?;
61
66
let sql = std::fs::read_to_string(file).with_context(|| {
0 commit comments