[fix](routineload) fix data source properties do not persist in edit log (#35137)

This commit is contained in:
HHoflittlefish777
2024-05-22 17:40:55 +08:00
committed by yiguolei
parent 4008dc03cf
commit 9ba995317a

View File

@ -43,6 +43,7 @@ public abstract class AbstractDataSourceProperties {
* and this is only a temporary parameter and will be of no use after convert ends
*/
@Getter
@SerializedName(value = "originalDataSourceProperties")
protected Map<String, String> originalDataSourceProperties;
@SerializedName(value = "type")