Skip to content

Commit

Permalink
DBZ-8035 Align core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale authored and jpechane committed Aug 20, 2024
1 parent 3050cc0 commit d714463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
public class Db2TaskContext extends CdcSourceTaskContext {

public Db2TaskContext(Db2ConnectorConfig config, Db2DatabaseSchema schema) {
super(config.getContextName(), config.getLogicalName(), config.getCustomMetricTags(), schema::tableIds);
super(config, config.getCustomMetricTags(), schema::tableIds);
}
}

0 comments on commit d714463

Please sign in to comment.