airflow.hooks.dbapi — Airflow Documentation
airflow.apache.org › airflow › hooksclass DbApiHook (BaseHook): """ Abstract base class for sql hooks.:param schema: Optional DB schema that overrides the schema specified in the connection.Make sure that if you change the schema parameter value in the constructor of the derived Hook, such change should be done before calling the ``DBApiHook.__init__()``.:type schema: Optional[str] """ # Override to provide the connection name.