Removes one or more upstream flows from the dependency list of the target flow.
Arguments
- conn
A connection object from
pl_connect().- flow
Name of the flow to update.
- depends_on
Character vector of upstream flow names to remove.
Examples
if (FALSE) { # \dontrun{
conn <- pl_connect()
pl_remove_dependency(conn, "ans_data_freshness", "another_upstream_flow")
} # }