not reload single Dag file on Airflow UI

0

i'm trying to execute my dag file to upload S3 bucket

but, cant see the task on Airflow UI when i checked the same issue in google search and referenced the documentation(https://repost.aws/questions/QUZQfSStQ_SuaPGBIAKUGY4w/the-scheduler-does-not-appear-to-be-running), it could not resolved my issue..

  1. all inbound traffic is allowd by default setting

  2. i cant see any log on cloudwatch

the heaerbeat of scheduler is keeping updating.

blues
질문됨 6달 전122회 조회
1개 답변
0

When you say cant see the task on Airflow UI, possibly the DAG is getting parsed and there were no tasks defined in it. If this is the case, then there is an issue with the calling out the task in the DAG, so you need to revisit the code. Also, you need to verify from the dag processing logs about the DAG files are being parsed in it or not. For any parsing error, it should also appear in DAG processing logs.

if the scheduler is loosing heartbeat means that there is some issue with the scheduler, check CPU/memory utilization from CloudWatch metrics.

Note: this is a public forum, so please sensitize the code/logs before sharing.

AWS
답변함 2일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠