Skip to content

No module named 'aws_advanced_python_wrapper.sqlalchemy.pg_orm_dialect' #1260

Description

@marcm-ml

Describe the bug

The latest release has an invalid entrypoint for the pg sqlalchemy driver entrypoint.
this file does not exists in the current v3.0.0 release.

Expected Behavior

File exists and driver can be used with sqlalchemy create_engine and a qualified URL.

What plugins are used? What other connection properties were set?

any

Current Behavior

ModuleNotFoundError: No module named 'aws_advanced_python_wrapper.sqlalchemy.pg_orm_dialect'

Reproduction Steps

from sqlalchemy import create_engine

DATABASE_URL = "postgresql+aws_wrapper_psycopg://<host>:<port>/postgres"

engine = create_engine(DATABASE_URL)

Possible Solution

No response

Additional Information/Context

No response

The AWS Advanced Python Wrapper version used

v3.0.0

python version used

3.13.14

Operating System and version

macOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    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