Skip to content

Commit

Permalink
reverse dpi properties mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Dec 23, 2024
1 parent 62823ae commit c972bcc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ private void mapDataProcessProperties(
if (dataProcessInstanceProperties.hasCreated()) {
dpi.setCreated(AuditStampMapper.map(context, dataProcessInstanceProperties.getCreated()));
}
com.linkedin.datahub.graphql.generated.DataProcessInstanceProperties properties =
new com.linkedin.datahub.graphql.generated.DataProcessInstanceProperties();
if (dataProcessInstanceProperties.hasExternalUrl()) {
dpi.setExternalUrl(dataProcessInstanceProperties.getExternalUrl().toString());
}
dpi.setProperties(properties);
}
}

0 comments on commit c972bcc

Please sign in to comment.