You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: SQLAlchemyInitPlugin to SQLAlchemyPlugin fixes SerializationException for docs (#3475)
* Update sqlalchemy_declarative_models.py
Now uses the SQLAlchemyPlugin in stead of SQLAlchemyInitPlugin, see #3464
* Update sqlalchemy_declarative_models.py
Ruff lint fixes
* Update docs/examples/contrib/sqlalchemy/sqlalchemy_declarative_models.py
create_all flag
Co-authored-by: Cody Fincher <[email protected]>
* Update docs/examples/contrib/sqlalchemy/sqlalchemy_declarative_models.py
Co-authored-by: Peter Schutt <[email protected]>
* Update docs/examples/contrib/sqlalchemy/sqlalchemy_declarative_models.py
Further documentation
Co-authored-by: Peter Schutt <[email protected]>
* Update docs/examples/contrib/sqlalchemy/sqlalchemy_declarative_models.py
Co-authored-by: Peter Schutt <[email protected]>
* Update docs/examples/contrib/sqlalchemy/sqlalchemy_declarative_models.py
Co-authored-by: Cody Fincher <[email protected]>
* Unit test for sqlalchemy_declarative_models.
* Now using option create_all=True for meta-data, on_startup for dummy data
* Lint ruff-format compatibility
* Fix for 3.9 and 3.10 wrt class declarations/typing
* Ruff format check
* Removed comments which might be heavy for example code
* For 3.8 compatibility wrt typing now using List in stead of list
* Replaced incorrect use of List instead of List
---------
Co-authored-by: Cody Fincher <[email protected]>
Co-authored-by: Peter Schutt <[email protected]>
0 commit comments