async fn try_run_sql( state: &mut State, query: &str, expected_output: &SqlOutput, raw_output: bool, should_retry: bool, ) -> Result<(), Error>