runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/app/pipeline/cli.py", line 494, in <module> raise SystemExit(main()) ^^^^^^ File "/app/pipeline/cli.py", line 490, in main return args.fn(args) ^^^^^^^^^^^^^ File "/app/pipeline/cli.py", line 64, in cmd_migrate applied = db.migrate() ^^^^^^^^^^^^ File "/app/pipeline/db.py", line 66, in migrate with connect() as conn: File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/app/pipeline/db.py", line 42, in connect conn = psycopg.connect( ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/psycopg/connection.py", line 130, in connect raise new_ex.with_traceback(None) psycopg.OperationalError: connection failed: connection to server at "51.21.189.77", port 6543 failed: FATAL: (ENOTFOUND) tenant/user postgres.fkagktjwtxcpfmfymdxi not found connection to server at "51.21.189.77", port 6543 failed: FATAL: (ENOTFOUND) tenant/user postgres.fkagktjwtxcpfmfymdxi not found Multiple connection attempts failed. All failures were: - host: 'aws-1-eu-north-1.pooler.supabase.com', port: '6543', hostaddr: '51.21.18.29': connection failed: connection to server at "51.21.18.29", port 6543 failed: FATAL: (ENOTFOUND) tenant/user postgres.fkagktjwtxcpfmfymdxi not found connection to server at "51.21.18.29", port 6543 failed: FATAL: (ENOTFOUND) tenant/user postgres.fkagktjwtxcpfmfymdxi not found - host: 'aws-1-eu-north-1.pooler.supabase.com', port: '6543', hostaddr: '51.21.189.77': connection failed: connection to server at "51.21.189.77", port 6543 failed: FATAL: (ENOTFOUND) tenant/user postgres.fkagktjwtxcpfmfymdxi not found connection to server at "51.21.189.77", port 6543 failed: FATAL: (ENOTFOUND) tenant/user postgres.fkagktjwtxcpfmfymdxi not found

Container logs:

Fetching error logs...