aws-samples / amazon-mwaa-examples

Amazon Managed Workflows for Apache Airflow (MWAA) Examples repository contains example DAGs, requirements.txt, plugins, and CloudFormation templates focused on Amazon MWAA.
MIT No Attribution
106 stars 61 forks source link

export_data failed due to Negsignal.SIGKILL #60

Closed ducquangkstn closed 7 months ago

ducquangkstn commented 1 year ago

I am exporting data from 2.0.2 to 2.4.3.

I run the DAG export_data and it failed to export

Task exited with return code Negsignal.SIGKILL

Adding logger to this DAG and it failed to export task_instance.

crupakheti commented 8 months ago

@ducquangkstn That may happen when you have a large table to export, task_instance would be one of them. It may be worth cleaning up your metadata store by removing old data before your export. More details here: https://docs.aws.amazon.com/mwaa/latest/userguide/samples-database-cleanup.html.

crupakheti commented 7 months ago

Closing this issue for now, please reopen it if you need further assistance. Thank you!