fn plan_dep(
project: &Project,
dep_id: &ObjectId,
target_cluster: &str,
get_columns: &dyn Fn(&ObjectId) -> Option<BTreeMap<String, ColumnType>>,
actions: &mut Vec<StagingAction>,
visited: &mut BTreeSet<ObjectId>,
) -> Result<(), CliError>Expand description
Recursively plan staging for a single dependency.