SQLAlchemy + Python Mapping, Do I have to map every column from SQL Server DB or can I map only the columns I need?
One of many tables in SQL Server database has far more columns than I need, upwards of 40-50, and I only need 5 or 6 of them. Can I map only the columns I need?