Skip to content

Commit

Permalink
Merge pull request #1273 from atlanhq/CXD-321-2
Browse files Browse the repository at this point in the history
CXD-321 : applicationParentQualifiedName setting in creator method
  • Loading branch information
cmgrote authored Jan 31, 2025
2 parents b685d12 + 85df16d commit 8bc086e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ public static boolean restore(AtlanClient client, String qualifiedName) throws A
.qualifiedName(generateQualifiedName(name, applicationQualifiedName))
.connectionQualifiedName(connectionQualifiedName)
.connectorType(connectorType)
.applicationParentQualifiedName(applicationQualifiedName)
.applicationParent(Application.refByQualifiedName(applicationQualifiedName));
}

Expand Down
1 change: 1 addition & 0 deletions sdk/src/main/resources/templates/ApplicationField.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
.qualifiedName(generateQualifiedName(name, applicationQualifiedName))
.connectionQualifiedName(connectionQualifiedName)
.connectorType(connectorType)
.applicationParentQualifiedName(applicationQualifiedName)
.applicationParent(Application.refByQualifiedName(applicationQualifiedName));
}

Expand Down

0 comments on commit 8bc086e

Please sign in to comment.