pub fn has_path_like_input(inputs: &[String]) -> bool
Check whether any of the given input strings look like file paths rather than bare model names. Used to decide whether to load DbtProject for path resolution.
DbtProject