jw-itq commented on issue #8390: URL: https://github.com/apache/seatunnel/issues/8390#issuecomment-2563270064
> > If it is a dynamic index, please try schema_save_mode="IGNORE" @zhdech > > This bug can be bypassed through configuration This may not be a bug, it is configured in this way. If it is not a dynamic index, it is necessary to manipulate the table through schema_save_mode, which includes RECREATE_SCHEMA, CREATE_SCHEMA_WHEN_NOT_EXIST,ERROR_WHEN_SCHEMA_NOT_EXIST,IGNORE, And these operations all occur before the synchronization task, which can be viewed in the document https://seatunnel.apache.org/docs/connector-v2/sink/Elasticsearch/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
