Convert Table Metadata to SQL Identifiers
convert_table_to_sql_id.RdConverts a tibble of table metadata (`table_catalog`, `table_schema`, `table_name`) into a list of `DBI::Id` SQL identifiers. Useful for safely quoting fully qualified table references in `DBI`/`dbplyr` workflows.