Skip to content

SQLAlchemy SADeprecationWarning #31

@ideoma

Description

@ideoma
qdbe_engine = create_engine(
    f"questdb://{qdbe_user}:{qdbe_password}@{qdbe_host}:8812/qdb"
)

results in

/tmp/ipykernel_2192650/760035898.py:1: SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi().  Implement an import_dbapi() classmethod directly on class <class 'questdb_connect.dialect.QuestDBDialect'> to remove this warning; the old .dbapi() classmethod may be maintained for backwards compatibility.
  qdbe_engine = create_engine(

SLQAlchemy v2.0.38

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions