Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on airflow of Openmetadata #237

Open
3 tasks done
hoang09011996 opened this issue May 2, 2024 · 3 comments
Open
3 tasks done

Bug on airflow of Openmetadata #237

hoang09011996 opened this issue May 2, 2024 · 3 comments

Comments

@hoang09011996
Copy link

Checks

  • I have checked for existing issues.
  • This report is about the Openmetadata Helm Chart.
  • This report is about the Openmetadata Dependencies Helm Chart.

Description

Bug Description:
When install openmetadata-dependencies. after it done. i have this bug. after that. when using OM ingres metadata from other source. this worker of airflow always error. I think this is some misstake in here. How can i fix it.

image

Steps to reproduce

No response

Chart Version

new

App Version

new

Kubernetes Version

v1.26.5

Helm Version

v3.13.2

Relevant Logs

No response

Custom Helm Values

No response

Have you joined Openmetadata Slack community?

Yes

@Doritanh
Copy link

Doritanh commented Jun 25, 2024

Hello, I have exactly the same problem. Have you by any chance found a solution?

From what I've seen, the airflow_lineage_operator.py script requests the connection /api/v1/connections/openmetadata_conn_id to localhost:8080, which doesn't work because it's a pod and airflow is on another pod.

HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /api/v1/connections/openmetadata_conn_id

Regards,

@FleischerT
Copy link

Unfortunately, we have exactly the same problem. With the latest version of the charts as well as with version 1.3.3. Has anyone been able to solve the problem?

@hoang09011996
Copy link
Author

@Doritanh, @FleischerT . I resolved the error. The issue was with the MySQL chart in the Helm chart, which had an error I couldn't fix. You can find the log on the MySQL pod; it contains a warning. When I tried deploying a new MySQL database for Airflow and OP, the error was resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants