I'm using AWS Glue ETL and have chosen MySQL as the target. However, I'm encountering an issue with Thai language displaying as '???' when saving to MySQL. How can I resolve this problem?
glueContext.create_dynamic_frame.from_catalog(
database="test",
table_name="test",
transformation_ctx="test_node",
additional_options={"charset": "utf8"}
)