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
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_engineand 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
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