Skip to content

Commit

Permalink
fix data source properties do not persist in edit log
Browse files Browse the repository at this point in the history
  • Loading branch information
sollhui committed May 21, 2024
1 parent b9deb89 commit 1902339
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1902339

Please sign in to comment.