From: Federico Caselli Date: Thu, 6 Apr 2023 20:53:28 +0000 (+0200) Subject: Add additional seealso to schema reflect parameters X-Git-Tag: rel_2_0_10~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebee59224e7b6cb3058c1a6b2a747a2f91d1ae5b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add additional seealso to schema reflect parameters References: #9606 Change-Id: I1213f881621a80eb78a2db84e53150437144f26c --- diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index c8d99cf891..7d964ad050 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -579,6 +579,14 @@ class Table( When set to a non-None value, the autoload process will take place for this table against the given engine or connection. + .. seealso:: + + :ref:`metadata_reflection_toplevel` + + :meth:`_events.DDLEvents.column_reflect` + + :ref:`metadata_reflection_dbagnostic_types` + :param extend_existing: When ``True``, indicates that if this :class:`_schema.Table` is already present in the given :class:`_schema.MetaData`, @@ -5376,6 +5384,17 @@ class MetaData(HasSchemaAttr): individual dialect at :ref:`dialect_toplevel` for detail on documented arguments. + .. seealso:: + + :ref:`metadata_reflection_toplevel` + + :meth:`_events.DDLEvents.column_reflect` - Event used to customize + the reflected columns. Usually used to generalize the types using + :meth:`_types.TypeEngine.as_generic` + + :ref:`metadata_reflection_dbagnostic_types` - describes how to + reflect tables using general types. + """ with inspection.inspect(bind)._inspection_context() as insp: