An attempt 4

This commit is contained in:
Alexey Masterov
2025-07-17 18:58:00 +02:00
parent 73ed7ade70
commit b77a1fae04

View File

@@ -522,6 +522,7 @@ class NeonProject:
new_branch = NeonBranch(
self, self.neon_api.get_branch_details(self.id, new_branch_def["branch"]["id"])
)
new_branch.start_benchmark()
if new_branch.connection_parameters is None:
raise RuntimeError(f"Neon branch {new_branch.id} does not have connection parameters {new_branch.endpoints}")
with psycopg2.connect(