Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #62 from atlanhq/DX-266
Browse files Browse the repository at this point in the history
Add displayName to exported details
  • Loading branch information
cmgrote authored Nov 1, 2023
2 parents ba4497f + 25c7519 commit 6424691
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Exporter(private val config: Map<String, String>) : RowGenerator {
private fun getAttributesToExtract(): MutableList<AtlanField> {
val attributeList: MutableList<AtlanField> = mutableListOf(
Asset.NAME,
Asset.DISPLAY_NAME,
Asset.DESCRIPTION,
Asset.USER_DESCRIPTION,
Asset.OWNER_USERS,
Expand Down

0 comments on commit 6424691

Please sign in to comment.