A Tutorial For Iterating Over Automatically Introspected Database Objects — For a recent data migration project that utilized Airflow, I needed to connect to a database and automatically introspect its schemas and tables. One database that needed to be introspected had hundreds of schemas. …