inspectomop.inspector.Inspector.engine¶
- property Inspector.engine¶
A convenience hook to the underlying sqlalchemy engine.
Warning
When opening database connections use Inspector.connect rather than the engine property. Results.as_pandas and Results.as_pandas_chunks won’t work with connections created from the engine property.