fn extract(
    input: &mut BTreeMap<String, SqlValueOrSecret>,
    configs: &[Config]
) -> Result<BTreeMap<String, StringOrSecret>, PlanError>