tests/testthat/test_pipelines_dags_run_bad/dag_with_error.R

# Simple 1 -> 1 -----------------------------------------------------------
#' @maestroInputs get_num
multiply <- function(.input) {
  .input * 4
}

#' @maestroFrequency daily
#' @maestroOutputs multiply
get_num <- function() {
  stop("oops")
}

Try the maestro package in your browser

Any scripts or data that you put into this service are public.

maestro documentation built on June 8, 2025, 10:44 a.m.