I want to automap a view in sqlalchemy 1.3, which works perfectly with tables but not with a view. In the code cfg[\'database_table\'] should be a table OR a view
<