Skip to content

Commit

Permalink
[fix](routineload) fix data source properties do not persist in edit …
Browse files Browse the repository at this point in the history
…log (#35137)
  • Loading branch information
sollhui authored May 22, 2024
1 parent e4f41db commit 0f7a1be
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 0f7a1be

Please sign in to comment.