Skip to content

Commit

Permalink
fix: Modify schema update label (#2323)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Dec 13, 2023
1 parent 189b2f2 commit 86ac906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public MigrationResult<DataSinkInvocation> migrate(
private static OneOfStaticProperty createDefaultSchemaUpdateStrategy() {
var label = Labels.from(
DataLakeSink.SCHEMA_UPDATE_KEY,
DataLakeSink.SCHEMA_UPDATE_OPTION,
"Schema Update",
"Update existing schemas with the new one or extend the existing schema with new properties"
);
var schemaUpdateStaticProperty = new OneOfStaticProperty(
Expand Down

0 comments on commit 86ac906

Please sign in to comment.