giant
giant copied to clipboard
Simplify client by creating the ingestion name in backend
As part pf the work for avoiding creation of duplicate files in teh same workspace path, Zeke made a good suggestion in the PR to simplify the client code, and leave the responsibility of creating the ingestion name to the server.
Since this would involve more changes on the server side, I made a new ticket to avoid the risk of introducing bug in the current PR. This way, we can address it in a separate pull request as a health work.