fn extract_connection_option_deps(
options: &[ConnectionOption<Raw>],
default_database: &str,
default_schema: &str,
deps: &mut BTreeSet<ObjectId>,
)Expand description
Extract dependencies from connection options (secrets, other connections).