-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Is there a way to add continue_after_timeout flag? Something like:
engine = create_engine(
f'postgresql+auroradataapi://:@/{db.name}',
echo=False,
connect_args={
'aurora_cluster_arn': aurora_cluster_arn,
'secret_arn': aurora_secret_arn,
'continue_after_timeout': True
},
future=True,
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels