airflow to openmetadata internal connection error #23535
Unanswered
rakshithGoud-b
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[ Failed to find DataCatalog - Managed Airflow APIs
DataCatalog uses Airflow to run Ingestion Connectors. We developed Managed APIs to deploy ingestion connectors. Please use DataCatalog Airflow instance or refer to the guide below to install the managed APIs in your Airflow installation.
Install Airflow Managed APIs >> ]
This error is reflected when I try to create metadata agents too often .
I'm running the airflow and openmetadata in different containers.
when i see the logs in the pod I'm getting something like this :
`[2025-09-24T08:19:57.954+0000] {app.py:1744} ERROR - Exception on /api/v1/openmetadata/health-auth [GET]
Traceback (most recent call last):
File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 3371, in _wrap_pool_connect
return fn()
File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 327, in connect
return _ConnectionFairy.checkout(self)
File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 985, in checkout
with util.safe_reraise():
File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 70, in exit
compat.raise(
File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 211, in raise
raise exception
File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 928, in _checkout
result = pool._dialect.do_ping(fairy.dbapi_connection)
File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 173, in do_ping
self._ping_impl(dbapi_connection)
File "/home/airflow/.local/lib/python3.10/site-packages/sqlalchemy/dialects/mysql/mysqldb.py", line 169, in _ping_impl
return dbapi_connection.ping()
MySQLdb.OperationalError: (2026, 'TLS/SSL error: unexpected eof while reading')
The above exception was the direct cause of the following exception:
`
my connection to database is correct in secrets but still im getting this error randomly sometimes.
I'm not able tot trace the root cause of it .(Does websocket requests has an relation while creating and deploying metadata agents?)
please do help
Beta Was this translation helpful? Give feedback.
All reactions