Skip to content

Commit

Permalink
Merge pull request #19 from atlanhq/update-atlantags
Browse files Browse the repository at this point in the history
Change atlanTagNames json type to `classificationNames`
  • Loading branch information
0xquark authored May 4, 2024
2 parents f197adc + 00186d2 commit b943f0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion atlan/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ func (ac *AtlanClient) makeRequest(method, path string, params map[string]interf
req.URL.RawQuery = query
}

fmt.Println(req.Header)
return ac.Session.Do(req)
}

Expand Down
2 changes: 1 addition & 1 deletion atlan/model/assets/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ type Asset struct {
// Details on the handler used for deletion of the asset.
DeleteHandler *string `json:"deleteHandler,omitempty"`
// Names of the Atlan tags that exist on the asset.
AtlanTagNames *[]string `json:"atlanTagNames,omitempty"`
AtlanTagNames *[]string `json:"classificationNames,omitempty"`
// Unused.
IsIncomplete *bool `json:"isIncomplete,omitempty"`
// Names of terms that have been linked to this asset.
Expand Down

0 comments on commit b943f0a

Please sign in to comment.