Skip to content

Common Airflow Issues Encountered During Open Metadata Installation #16593

Answered by Prajwal214
Prajwal214 asked this question in Q&A
Discussion options

You must be logged in to vote

Issue 1: DAGs Run Only a Few Times

Solution:

  1. Ensure that appropriate ownership or permission is given to /opt/airflow directory.
  2. Install openmetadata-managed-apis in all the Airflow Pods(web, worker, scheduler and triggerer) for everything to work, not just the web pod.

Issue 2: Airflow Unable to Locate the Config/JSON File for the DAG

Solution:

  1. Confirm that the path to the config/json file is correct in your DAG definition.
  2. Make sure the file has the proper read permissions.
  3. Verify that the Airflow worker nodes have access to the file location if running in a distributed setup.
  4. Verify the custom helm values you have for deploying openmetadata-dependencies helm chart.
  5. Verify the Confi…

Replies: 1 comment

Comment options

Prajwal214
Jun 10, 2024
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by Prajwal214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant