Skip to content

Commit

Permalink
Fixes #53 - Implemented call saveMetadata rest api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Dec 7, 2023
1 parent 7b4be59 commit 7362981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/main/scala/za/co/absa/atum/agent/AtumAgent.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class AtumAgent private[agent] () {

/**
* Sends the `Metadata` to the Atumservice API
* @param metadataDTO
* @param metadataDTO the metadata to be saved to the server.
*/
private [agent] def saveAdditionalData(metadataDTO: MetadataDTO): Unit = {
dispatcher.saveAdditionalData(metadataDTO)
Expand Down

0 comments on commit 7362981

Please sign in to comment.