You can update the loaded tables using one of the following methods:
Invoke incremental load using the specified existing paths, and the
refresh_external_tables
option. For more information, see Section 5.4.1, “Lakehouse Incremental Load”. This option is available from MySQL version 9.0.0.Edit loaded table data using
ALTER TABLE
command or Auto Parallel Load interface, and updating theengine_attribute
. The modified data is refereshed automatically. This option is available from MySQL 9.1.2. For more information, see Section 5.4.2, “Editing Loaded Data Using ALTER TABLE and Engine Attribute”.